Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp76 MFI.setStackID(FrameIndex, TargetStackID::WasmLocal); in getLocalForStackObject()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h702 void setStackID(int ObjectIdx, uint8_t ID) { in setStackID() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp178 MF->getFrameInfo().setStackID(FrameIndex, in set()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp461 MFI.setStackID(i, TargetStackID::Default); in removeDeadFrameIndices()
H A DSIInstrInfo.cpp1456 FrameInfo.setStackID(FrameIndex, TargetStackID::SGPRSpill); in storeRegToStackSlot()
1586 FrameInfo.setStackID(FrameIndex, TargetStackID::SGPRSpill); in loadRegFromStackSlot()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp313 MFI.setStackID(FI, TargetStackID::ScalableVector); in storeRegToStackSlot()
407 MFI.setStackID(FI, TargetStackID::ScalableVector); in loadRegFromStackSlot()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp741 MFI.setStackID(ObjectIdx, Object.StackID); in initializeFrameInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2600 MFI.setStackID(RPI.FrameIdx, TargetStackID::ScalableVector); in spillCalleeSavedRegisters()
H A DAArch64InstrInfo.cpp3777 MFI.setStackID(FI, StackID); in storeRegToStackSlot()
3932 MFI.setStackID(FI, StackID); in loadRegFromStackSlot()
H A DAArch64ISelLowering.cpp5968 MFI.setStackID(FI, TargetStackID::ScalableVector); in LowerCall()