Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVFrameLowering.cpp99 auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in emitPrologue() local
135 StackSize - RVFI->getVarArgsSaveSize(), MachineInstr::FrameSetup); in emitPrologue()
143 auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in emitEpilogue() local
162 -StackSize + RVFI->getVarArgsSaveSize(), in emitEpilogue()
175 const auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in getFrameIndexReference() local
198 Offset += RVFI->getVarArgsSaveSize(); in getFrameIndexReference()
DRISCVISelLowering.cpp1037 RISCVMachineFunctionInfo *RVFI = MF.getInfo<RISCVMachineFunctionInfo>(); in LowerFormalArguments() local
1057 RVFI->setVarArgsFrameIndex(FI); in LowerFormalArguments()
1084 RVFI->setVarArgsSaveSize(VarArgsSaveSize); in LowerFormalArguments()