Searched refs:RVFI (Results 1 – 5 of 5) sorted by relevance
210 auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in emitSiFiveCLICStackSwap() local212 if (!RVFI->isSiFiveStackSwapInterrupt(MF)) in emitSiFiveCLICStackSwap()231 RISCVMachineFunctionInfo &RVFI) { in createSiFivePreemptibleInterruptFrameEntries() argument232 if (!RVFI.isSiFivePreemptibleInterrupt(MF)) in createSiFivePreemptibleInterruptFrameEntries()246 RVFI.pushInterruptCSRFrameIndex(FI); in createSiFivePreemptibleInterruptFrameEntries()254 auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in emitSiFiveCLICPreemptibleSaves() local256 if (!RVFI->isSiFivePreemptibleInterrupt(MF)) in emitSiFiveCLICPreemptibleSaves()272 RVFI->getInterruptCSRFrameIndex(0), in emitSiFiveCLICPreemptibleSaves()276 RVFI->getInterruptCSRFrameIndex(1), in emitSiFiveCLICPreemptibleSaves()306 auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in emitSiFiveCLICPreemptibleRestores() local[all …]
457 const RISCVMachineFunctionInfo *RVFI = in isSignExtendedW() local464 if (MF->getRegInfo().isLiveIn(VReg) && RVFI->isSExt32Register(VReg)) in isSignExtendedW()
1308 RISCVMachineFunctionInfo *RVFI = MF->getInfo<RISCVMachineFunctionInfo>(); in insertIndirectBranch() local1338 int FrameIndex = RVFI->getBranchRelaxationScratchFrameIndex(); in insertIndirectBranch()
22118 RISCVMachineFunctionInfo *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in unpackFromRegLoc() local22119 RVFI->addSExt32Register(VReg); in unpackFromRegLoc()22368 RISCVMachineFunctionInfo *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in LowerFormalArguments() local22412 RVFI->setVarArgsFrameIndex(FI); in LowerFormalArguments()22413 RVFI->setVarArgsSaveSize(VarArgsSaveSize); in LowerFormalArguments()
475 RISCVMachineFunctionInfo *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in saveVarArgRegisters() local527 RVFI->setVarArgsFrameIndex(FI); in saveVarArgRegisters()528 RVFI->setVarArgsSaveSize(VarArgsSaveSize); in saveVarArgRegisters()