Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp53 bool expandLoadAddress(MachineBasicBlock &MBB,
102 return expandLoadAddress(MBB, MBBI, NextMBBI); in expandMI()
205 bool RISCVExpandPseudo::expandLoadAddress( in expandLoadAddress() function in __anonbd692d2f0111::RISCVExpandPseudo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp251 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()