Searched refs:RVFI (Results 1 – 5 of 5) sorted by relevance
53 const auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in emitSCSPrologue() local54 if (RVFI->useSaveRestoreLibCalls(MF)) { in emitSCSPrologue()101 const auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in emitSCSEpilogue() local102 if (RVFI->useSaveRestoreLibCalls(MF)) { in emitSCSEpilogue()131 const auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in getLibCallID() local133 if (CSI.empty() || !RVFI->useSaveRestoreLibCalls(MF)) in getLibCallID()315 auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in emitPrologue() local366 RVFI->setLibCallStackSize(LibCallFrameSize); in emitPrologue()372 uint64_t RealStackSize = StackSize + RVFI->getLibCallStackSize(); in emitPrologue()421 RVFI->getLibCallStackSize(); in emitPrologue()[all …]
140 const auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in hasReservedSpillSlot() local141 if (!RVFI->useSaveRestoreLibCalls(MF)) in hasReservedSpillSlot()
2658 RISCVMachineFunctionInfo *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in LowerFormalArguments() local2678 RVFI->setVarArgsFrameIndex(FI); in LowerFormalArguments()2704 RVFI->setVarArgsSaveSize(VarArgsSaveSize); in LowerFormalArguments()
111 auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in emitPrologue() local182 StackSize - RVFI->getVarArgsSaveSize(), MachineInstr::FrameSetup); in emitPrologue()249 auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in emitEpilogue() local275 uint64_t FPOffset = StackSize - RVFI->getVarArgsSaveSize(); in emitEpilogue()308 const auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in getFrameIndexReference() local346 Offset += RVFI->getVarArgsSaveSize(); in getFrameIndexReference()
1961 RISCVMachineFunctionInfo *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in LowerFormalArguments() local1981 RVFI->setVarArgsFrameIndex(FI); in LowerFormalArguments()2007 RVFI->setVarArgsSaveSize(VarArgsSaveSize); in LowerFormalArguments()