Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp58 if (RVFI->useSaveRestoreLibCalls(MF)) { in emitSCSPrologue()
108 if (RVFI->useSaveRestoreLibCalls(MF)) { in emitSCSEpilogue()
281 RVFI->setRVVPadding(RVVPadding); in determineFrameLayout()
868 RVFI->getVarArgsSaveSize() + RVFI->getRVVPadding(); in getFrameIndexReference()
1087 RVFI->setRVVStackSize(RVVStackSize); in processFunctionBeforeFrameFinalized()
1088 RVFI->setRVVStackAlign(RVVStackAlign); in processFunctionBeforeFrameFinalized()
1125 RVFI->setCalleeSavedStackSize(0); in processFunctionBeforeFrameFinalized()
1137 RVFI->setCalleeSavedStackSize(Size); in processFunctionBeforeFrameFinalized()
1200 if (RVFI->getLibCallStackSize()) in getFirstSPAdjustAmount()
1313 if (!RVFI->useSaveRestoreLibCalls(*MF)) in canUseAsPrologue()
[all …]
H A DRISCVSExtWRemoval.cpp136 const RISCVMachineFunctionInfo *RVFI = in isSignExtendedW() local
143 if (MF->getRegInfo().isLiveIn(VReg) && RVFI->isSExt32Register(VReg)) in isSignExtendedW()
H A DRISCVRegisterInfo.cpp151 const auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in hasReservedSpillSlot() local
152 if (!RVFI->useSaveRestoreLibCalls(MF)) in hasReservedSpillSlot()
H A DRISCVInstrInfo.cpp957 RISCVMachineFunctionInfo *RVFI = MF->getInfo<RISCVMachineFunctionInfo>(); in insertIndirectBranch() local
987 int FrameIndex = RVFI->getBranchRelaxationScratchFrameIndex(); in insertIndirectBranch()
H A DRISCVISelLowering.cpp12326 RISCVMachineFunctionInfo *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in unpackFromRegLoc() local
12327 RVFI->addSExt32Register(VReg); in unpackFromRegLoc()
12690 RISCVMachineFunctionInfo *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in LowerFormalArguments() local
12710 RVFI->setVarArgsFrameIndex(FI); in LowerFormalArguments()
12736 RVFI->setVarArgsSaveSize(VarArgsSaveSize); in LowerFormalArguments()