Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h702 void setStackID(int ObjectIdx, uint8_t ID) { in setStackID() function
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp178 MF->getFrameInfo().setStackID(FrameIndex, in set()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp312 MFI.setStackID(FI, TargetStackID::ScalableVector); in storeRegToStackSlot()
406 MFI.setStackID(FI, TargetStackID::ScalableVector); in loadRegFromStackSlot()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp439 MFI.setStackID(i, TargetStackID::Default); in removeDeadFrameIndices()
H A DSIInstrInfo.cpp1446 FrameInfo.setStackID(FrameIndex, TargetStackID::SGPRSpill); in storeRegToStackSlot()
1570 FrameInfo.setStackID(FrameIndex, TargetStackID::SGPRSpill); in loadRegFromStackSlot()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp731 MFI.setStackID(ObjectIdx, Object.StackID); in initializeFrameInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2593 MFI.setStackID(RPI.FrameIdx, TargetStackID::ScalableVector); in spillCalleeSavedRegisters()
H A DAArch64InstrInfo.cpp3716 MFI.setStackID(FI, StackID); in storeRegToStackSlot()
3871 MFI.setStackID(FI, StackID); in loadRegFromStackSlot()
H A DAArch64ISelLowering.cpp5700 MFI.setStackID(FI, TargetStackID::ScalableVector); in LowerCall()