Home
last modified time | relevance | path

Searched refs:RVFI (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVFrameLowering.cpp53 const auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in emitSCSPrologue() local
54 if (RVFI->useSaveRestoreLibCalls(MF)) { in emitSCSPrologue()
101 const auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in emitSCSEpilogue() local
102 if (RVFI->useSaveRestoreLibCalls(MF)) { in emitSCSEpilogue()
131 const auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in getLibCallID() local
133 if (CSI.empty() || !RVFI->useSaveRestoreLibCalls(MF)) in getLibCallID()
315 auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in emitPrologue() local
366 RVFI->setLibCallStackSize(LibCallFrameSize); in emitPrologue()
372 uint64_t RealStackSize = StackSize + RVFI->getLibCallStackSize(); in emitPrologue()
421 RVFI->getLibCallStackSize(); in emitPrologue()
[all …]
DRISCVRegisterInfo.cpp140 const auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in hasReservedSpillSlot() local
141 if (!RVFI->useSaveRestoreLibCalls(MF)) in hasReservedSpillSlot()
DRISCVISelLowering.cpp2658 RISCVMachineFunctionInfo *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in LowerFormalArguments() local
2678 RVFI->setVarArgsFrameIndex(FI); in LowerFormalArguments()
2704 RVFI->setVarArgsSaveSize(VarArgsSaveSize); in LowerFormalArguments()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVFrameLowering.cpp111 auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in emitPrologue() local
182 StackSize - RVFI->getVarArgsSaveSize(), MachineInstr::FrameSetup); in emitPrologue()
249 auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in emitEpilogue() local
275 uint64_t FPOffset = StackSize - RVFI->getVarArgsSaveSize(); in emitEpilogue()
308 const auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in getFrameIndexReference() local
346 Offset += RVFI->getVarArgsSaveSize(); in getFrameIndexReference()
DRISCVISelLowering.cpp1961 RISCVMachineFunctionInfo *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in LowerFormalArguments() local
1981 RVFI->setVarArgsFrameIndex(FI); in LowerFormalArguments()
2007 RVFI->setVarArgsSaveSize(VarArgsSaveSize); in LowerFormalArguments()