Searched refs:setStackID (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFrameLowering.cpp | 76 MFI.setStackID(FrameIndex, TargetStackID::WasmLocal); in getLocalForStackObject()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineFrameInfo.h | 702 void setStackID(int ObjectIdx, uint8_t ID) { in setStackID() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FunctionLoweringInfo.cpp | 178 MF->getFrameInfo().setStackID(FrameIndex, in set()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineFunctionInfo.cpp | 461 MFI.setStackID(i, TargetStackID::Default); in removeDeadFrameIndices()
|
| H A D | SIInstrInfo.cpp | 1456 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 D | RISCVInstrInfo.cpp | 313 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 D | MIRParser.cpp | 741 MFI.setStackID(ObjectIdx, Object.StackID); in initializeFrameInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 2600 MFI.setStackID(RPI.FrameIdx, TargetStackID::ScalableVector); in spillCalleeSavedRegisters()
|
| H A D | AArch64InstrInfo.cpp | 3777 MFI.setStackID(FI, StackID); in storeRegToStackSlot() 3932 MFI.setStackID(FI, StackID); in loadRegFromStackSlot()
|
| H A D | AArch64ISelLowering.cpp | 5968 MFI.setStackID(FI, TargetStackID::ScalableVector); in LowerCall()
|