Searched refs:expandLoadAddress (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 250 bool expandLoadAddress(MCRegister DstReg, MCRegister BaseReg, 2081 if (expandLoadAddress(Mips::T9, MCRegister(), Inst.getOperand(0), in processInstruction() 2408 return expandLoadAddress( in tryExpandInstruction() 2420 return expandLoadAddress(Inst.getOperand(0).getReg(), in tryExpandInstruction() 2896 bool MipsAsmParser::expandLoadAddress(MCRegister DstReg, MCRegister BaseReg, in expandLoadAddress() function in MipsAsmParser 5763 if (expandLoadAddress(ATReg, BaseReg, BaseOp, !isGP64bit(), IDLoc, Out, STI)) in expandSaaAddr()
|