Searched refs:expandLoadAddress (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVExpandPseudoInsts.cpp | 53 bool expandLoadAddress(MachineBasicBlock &MBB, 102 return expandLoadAddress(MBB, MBBI, NextMBBI); in expandMI() 206 bool RISCVExpandPseudo::expandLoadAddress( in expandLoadAddress() function in __anon625727f40111::RISCVExpandPseudo
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 252 bool expandLoadAddress(unsigned DstReg, unsigned BaseReg, 2123 if (expandLoadAddress(Mips::T9, Mips::NoRegister, Inst.getOperand(0), in processInstruction() 2388 return expandLoadAddress(Inst.getOperand(0).getReg(), Mips::NoRegister, in tryExpandInstruction() 2401 return expandLoadAddress(Inst.getOperand(0).getReg(), in tryExpandInstruction() 2876 bool MipsAsmParser::expandLoadAddress(unsigned DstReg, unsigned BaseReg, in expandLoadAddress() function in MipsAsmParser 5752 if (expandLoadAddress(ATReg, BaseReg, BaseOp, !isGP64bit(), IDLoc, Out, STI)) in expandSaaAddr()
|