Searched refs:buildLoadInstr (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.h | 842 return buildLoadInstr(TargetOpcode::G_LOAD, Res, Addr, MMO); in buildLoad() 862 MachineInstrBuilder buildLoadInstr(unsigned Opcode, const DstOp &Res,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.cpp | 357 MachineInstrBuilder MachineIRBuilder::buildLoadInstr(unsigned Opcode, in buildLoadInstr() function in MachineIRBuilder
|
| H A D | LegalizerHelper.cpp | 926 MIRBuilder.buildLoadInstr(MI.getOpcode(), TmpReg, PtrReg, MMO); in narrowScalar() 2759 auto LargeLoad = MIRBuilder.buildLoadInstr( in lowerLoad()
|
| H A D | CombinerHelper.cpp | 745 Builder.buildLoadInstr(TargetOpcode::G_SEXTLOAD, MI.getOperand(0).getReg(), in applySextInRegOfLoad()
|