Searched refs:GPReg (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsTargetStreamer.cpp | 48 : MCTargetStreamer(S), GPReg(Mips::GP), ModuleDirectiveAllowed(true) { in MipsTargetStreamer() 135 GPReg = RegNo; in emitDirectiveCpLocal() 310 emitLoadWithImmOffset(Mips::LW, GPReg, Mips::SP, Offset, GPReg, IDLoc, STI); in emitGPRestore() 1147 emitAddu(RegNo, RegNo, GPReg, getABI().IsN64(), &STI); in emitDirectiveCpAdd() 1175 TmpInst.addOperand(MCOperand::createReg(GPReg)); in emitDirectiveCpLoad() 1187 TmpInst.addOperand(MCOperand::createReg(GPReg)); in emitDirectiveCpLoad() 1188 TmpInst.addOperand(MCOperand::createReg(GPReg)); in emitDirectiveCpLoad() 1200 TmpInst.addOperand(MCOperand::createReg(GPReg)); in emitDirectiveCpLoad() 1201 TmpInst.addOperand(MCOperand::createReg(GPReg)); in emitDirectiveCpLoad() 1229 emitStoreWithImmOffset(Mips::SW, GPReg, Mips::SP, Offset, GetATReg, IDLoc, in emitDirectiveCpRestore() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsTargetStreamer.h | 199 unsigned GPReg; variable
|
H A D | MipsISelLowering.cpp | 3079 unsigned GPReg = ABI.IsN64() ? Mips::GP_64 : Mips::GP; in getOpndList() local 3081 RegsToPass.push_back(std::make_pair(GPReg, getGlobalReg(CLI.DAG, Ty))); in getOpndList()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 155 unsigned GPReg; member in __anona2e40b320211::MipsAsmParser 561 GPReg = ABI.GetGlobalPtr(); in MipsAsmParser() 3019 TOut.emitRRR(IsPtr64 ? Mips::DADDu : Mips::ADDu, DstReg, DstReg, GPReg, in loadAndAddSymbolAddress() 3026 TOut.emitRRX(IsPtr64 ? Mips::LD : Mips::LW, DstReg, GPReg, in loadAndAddSymbolAddress() 3064 TOut.emitRRR(IsPtr64 ? Mips::DADDu : Mips::ADDu, TmpReg, TmpReg, GPReg, in loadAndAddSymbolAddress() 3133 TOut.emitRRX(IsPtr64 ? Mips::LD : Mips::LW, TmpReg, GPReg, in loadAndAddSymbolAddress() 3367 TOut.emitRRX(Mips::LW, ATReg, GPReg, MCOperand::createExpr(GotExpr), in emitPartialAddress() 3370 TOut.emitRRX(Mips::LD, ATReg, GPReg, MCOperand::createExpr(GotExpr), in emitPartialAddress() 7785 GPReg = NewReg; in parseDirectiveCpLocal()
|