Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp75 MFI.setStackID(FrameIndex, TargetStackID::WasmLocal); in getLocalForStackObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h755 void setStackID(int ObjectIdx, uint8_t ID) { in setStackID() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp166 MF->getFrameInfo().setStackID(FrameIndex, in set()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp911 MFFrame.setStackID(FI, TargetStackID::NoAlloc); in getOrCreateFramePointerSaveIndex()
1042 MFFrame.setStackID(FrameIdx, TargetStackID::NoAlloc); in assignCalleeSavedSpillSlots()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp542 MFI.setStackID(I, TargetStackID::Default); in removeDeadFrameIndices()
H A DSIInstrInfo.cpp1757 FrameInfo.setStackID(FrameIndex, TargetStackID::SGPRSpill); in storeRegToStackSlot()
1976 FrameInfo.setStackID(FrameIndex, TargetStackID::SGPRSpill); in loadRegFromStackSlot()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp810 MFI.setStackID(ObjectIdx, Object.StackID); in initializeFrameInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp624 MFI.setStackID(FI, TargetStackID::ScalableVector); in storeRegToStackSlot()
707 MFI.setStackID(FI, TargetStackID::ScalableVector); in loadRegFromStackSlot()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3378 MFI.setStackID(FrameIdxReg1, TargetStackID::ScalableVector); in spillCalleeSavedRegisters()
3380 MFI.setStackID(FrameIdxReg2, TargetStackID::ScalableVector); in spillCalleeSavedRegisters()
H A DAArch64InstrInfo.cpp4962 MFI.setStackID(FI, StackID); in storeRegToStackSlot()
5137 MFI.setStackID(FI, StackID); in loadRegFromStackSlot()
H A DAArch64ISelLowering.cpp8562 MFI.setStackID(FI, TargetStackID::ScalableVector); in LowerCall()
26989 MFI.setStackID(MFI.getStackProtectorIndex(), in finalizeLowering()