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

/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp57 const auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); local
58 if (RVFI->useSaveRestoreLibCalls(MF)) {
107 const auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); local
108 if (RVFI->useSaveRestoreLibCalls(MF)) {
139 const auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); local
141 if (CSI.empty() || !RVFI->useSaveRestoreLibCalls(MF))
257 auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); local
276 if (RVFI->getRVVStackSize() && (!hasFP(MF) || TRI->hasStackRealignment(MF))) {
277 int ScalarLocalVarSize = FrameSize - RVFI->getCalleeSavedStackSize() -
278 RVFI
290 auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); local
397 auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); local
613 auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); local
704 const auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); local
1081 auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); local
1192 const auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); local
1311 const auto *RVFI = MF->getInfo<RISCVMachineFunctionInfo>(); local
1328 const auto *RVFI = MF->getInfo<RISCVMachineFunctionInfo>(); local
[all...]
H A DRISCVSExtWRemoval.cpp136 const RISCVMachineFunctionInfo *RVFI = local
143 if (MF->getRegInfo().isLiveIn(VReg) && RVFI->isSExt32Register(VReg))
H A DRISCVRegisterInfo.cpp151 const auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); local
152 if (!RVFI->useSaveRestoreLibCalls(MF))
H A DRISCVInstrInfo.cpp957 RISCVMachineFunctionInfo *RVFI = MF->getInfo<RISCVMachineFunctionInfo>(); local
987 int FrameIndex = RVFI->getBranchRelaxationScratchFrameIndex();
H A DRISCVISelLowering.cpp12326 RISCVMachineFunctionInfo *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); local
12327 RVFI->addSExt32Register(VReg);
12690 RISCVMachineFunctionInfo *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); local
12710 RVFI->setVarArgsFrameIndex(FI);
12736 RVFI->setVarArgsSaveSize(VarArgsSaveSize);

Completed in 246 milliseconds