Home
last modified time | relevance | path

Searched refs:setStackID (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp73 MFI.setStackID(FrameIndex, TargetStackID::WasmLocal); in getLocalForStackObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h757 void setStackID(int ObjectIdx, uint8_t ID) { in setStackID() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp165 MF->getFrameInfo().setStackID(FrameIndex, in set()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp943 MFFrame.setStackID(FI, TargetStackID::NoAlloc); in getOrCreateFramePointerSaveIndex()
1074 MFFrame.setStackID(FrameIdx, TargetStackID::NoAlloc); in assignCalleeSavedSpillSlots()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp574 MFI.setStackID(I, TargetStackID::Default); in removeDeadFrameIndices()
H A DSIInstrInfo.cpp1769 FrameInfo.setStackID(FrameIndex, TargetStackID::SGPRSpill); in storeRegToStackSlot()
1991 FrameInfo.setStackID(FrameIndex, TargetStackID::SGPRSpill); in loadRegFromStackSlot()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp888 MFI.setStackID(ObjectIdx, Object.StackID); in initializeFrameInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp2006 MFI.setStackID(FrameIdx, TargetStackID::ScalableVector); in assignCalleeSavedSpillSlots()
H A DRISCVInstrInfo.cpp706 MFI.setStackID(FI, TargetStackID::ScalableVector); in storeRegToStackSlot()
790 MFI.setStackID(FI, TargetStackID::ScalableVector); in loadRegFromStackSlot()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3684 MFI.setStackID(FrameIdxReg1, TargetStackID::ScalableVector); in spillCalleeSavedRegisters()
3686 MFI.setStackID(FrameIdxReg2, TargetStackID::ScalableVector); in spillCalleeSavedRegisters()
H A DAArch64InstrInfo.cpp5613 MFI.setStackID(FI, StackID); in storeRegToStackSlot()
5799 MFI.setStackID(FI, StackID); in loadRegFromStackSlot()
H A DAArch64ISelLowering.cpp9165 MFI.setStackID(FI, TargetStackID::ScalableVector); in LowerCall()
28588 MFI.setStackID(MFI.getStackProtectorIndex(), in finalizeLowering()