Searched refs:addRegReg (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZInstrBuilder.h | 83 addRegReg(const MachineInstrBuilder &MIB, in addRegReg() function
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrBuilder.h | 115 static inline const MachineInstrBuilder &addRegReg(const MachineInstrBuilder &MIB, in addRegReg() function
|
D | X86InstrInfo.cpp | 1390 addRegReg(MIB, leaInReg, true, leaInReg, false); in convertToThreeAddressWithLEA() 1400 addRegReg(MIB, leaInReg, true, leaInReg2, true); in convertToThreeAddressWithLEA() 1618 NewMI = addRegReg(BuildMI(MF, MI->getDebugLoc(), get(Opc)) in convertToThreeAddress() 1633 NewMI = addRegReg(BuildMI(MF, MI->getDebugLoc(), get(X86::LEA16r)) in convertToThreeAddress()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrBuilder.h | 143 static inline const MachineInstrBuilder &addRegReg(const MachineInstrBuilder &MIB, in addRegReg() function
|
D | X86InstrInfo.cpp | 2702 addRegReg(MIB, leaInReg, true, leaInReg, false); in convertToThreeAddressWithLEA() 2714 addRegReg(MIB, leaInReg, true, leaInReg2, true); in convertToThreeAddressWithLEA() 2941 NewMI = addRegReg(MIB, SrcReg, isKill, SrcReg2, isKill2); in convertToThreeAddress() 2959 NewMI = addRegReg( in convertToThreeAddress()
|