Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp51 : MCTargetStreamer(S), GPReg(Mips::GP), ModuleDirectiveAllowed(true) { in MipsTargetStreamer()
145 GPReg = RegNo; in emitDirectiveCpLocal()
322 emitLoadWithImmOffset(Mips::LW, GPReg, Mips::SP, Offset, GPReg, IDLoc, STI); in emitGPRestore()
1239 emitAddu(RegNo, RegNo, GPReg, getABI().IsN64(), &STI); in emitDirectiveCpAdd()
1267 TmpInst.addOperand(MCOperand::createReg(GPReg)); in emitDirectiveCpLoad()
1275 TmpInst.addOperand(MCOperand::createReg(GPReg)); in emitDirectiveCpLoad()
1276 TmpInst.addOperand(MCOperand::createReg(GPReg)); in emitDirectiveCpLoad()
1284 TmpInst.addOperand(MCOperand::createReg(GPReg)); in emitDirectiveCpLoad()
1285 TmpInst.addOperand(MCOperand::createReg(GPReg)); in emitDirectiveCpLoad()
1313 emitStoreWithImmOffset(Mips::SW, GPReg, Mips::SP, Offset, GetATReg, IDLoc, in emitDirectiveCpRestore()
[all …]
H A DMipsTargetStreamer.h208 unsigned GPReg; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2222 for (const CalleeSavedInfo &GPReg : GPRegs) { in processFunctionBeforeFrameFinalized() local
2223 if (!GPReg.isSpilledToReg()) { in processFunctionBeforeFrameFinalized()
2224 int FI = GPReg.getFrameIdx(); in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp154 unsigned GPReg; member in __anona2e40b320211::MipsAsmParser
559 GPReg = ABI.GetGlobalPtr(); in MipsAsmParser()
2973 TOut.emitRRR(IsPtr64 ? Mips::DADDu : Mips::ADDu, DstReg, DstReg, GPReg, in loadAndAddSymbolAddress()
2980 TOut.emitRRX(IsPtr64 ? Mips::LD : Mips::LW, DstReg, GPReg, in loadAndAddSymbolAddress()
3018 TOut.emitRRR(IsPtr64 ? Mips::DADDu : Mips::ADDu, TmpReg, TmpReg, GPReg, in loadAndAddSymbolAddress()
3086 TOut.emitRRX(IsPtr64 ? Mips::LD : Mips::LW, TmpReg, GPReg, in loadAndAddSymbolAddress()
3319 TOut.emitRRX(Mips::LW, ATReg, GPReg, MCOperand::createExpr(GotExpr), in emitPartialAddress()
3322 TOut.emitRRX(Mips::LD, ATReg, GPReg, MCOperand::createExpr(GotExpr), in emitPartialAddress()
7779 GPReg = NewReg; in parseDirectiveCpLocal()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3231 unsigned GPReg = ABI.IsN64() ? Mips::GP_64 : Mips::GP; in getOpndList() local
3233 RegsToPass.push_back(std::make_pair(GPReg, getGlobalReg(CLI.DAG, Ty))); in getOpndList()