Searched refs:RVFI (Results 1 – 5 of 5) sorted by relevance
57 const auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in emitSCSPrologue() local58 if (RVFI->useSaveRestoreLibCalls(MF)) { in emitSCSPrologue()107 const auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in emitSCSEpilogue() local108 if (RVFI->useSaveRestoreLibCalls(MF)) { in emitSCSEpilogue()139 const auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in getLibCallID() local141 if (CSI.empty() || !RVFI->useSaveRestoreLibCalls(MF)) in getLibCallID()257 auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in determineFrameLayout() local276 if (RVFI->getRVVStackSize() && (!hasFP(MF) || TRI->hasStackRealignment(MF))) { in determineFrameLayout()277 int ScalarLocalVarSize = FrameSize - RVFI->getCalleeSavedStackSize() - in determineFrameLayout()278 RVFI->getVarArgsSaveSize(); in determineFrameLayout()[all …]
136 const RISCVMachineFunctionInfo *RVFI = in isSignExtendedW() local143 if (MF->getRegInfo().isLiveIn(VReg) && RVFI->isSExt32Register(VReg)) in isSignExtendedW()
151 const auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in hasReservedSpillSlot() local152 if (!RVFI->useSaveRestoreLibCalls(MF)) in hasReservedSpillSlot()
957 RISCVMachineFunctionInfo *RVFI = MF->getInfo<RISCVMachineFunctionInfo>(); in insertIndirectBranch() local987 int FrameIndex = RVFI->getBranchRelaxationScratchFrameIndex(); in insertIndirectBranch()
12326 RISCVMachineFunctionInfo *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in unpackFromRegLoc() local12327 RVFI->addSExt32Register(VReg); in unpackFromRegLoc()12690 RISCVMachineFunctionInfo *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in LowerFormalArguments() local12710 RVFI->setVarArgsFrameIndex(FI); in LowerFormalArguments()12736 RVFI->setVarArgsSaveSize(VarArgsSaveSize); in LowerFormalArguments()