Searched refs:convertToThreeAddress (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.h | 273 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
|
H A D | SystemZInstrInfo.cpp | 945 MachineInstr *SystemZInstrInfo::convertToThreeAddress( in convertToThreeAddress() function in SystemZInstrInfo
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 265 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
|
H A D | X86FixupLEAs.cpp | 192 return TII->convertToThreeAddress(MFI, MI, nullptr); in INITIALIZE_PASS()
|
H A D | X86InstrInfo.cpp | 1377 X86InstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function in X86InstrInfo
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.h | 123 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
|
H A D | ARMBaseInstrInfo.cpp | 176 MachineInstr *ARMBaseInstrInfo::convertToThreeAddress( in convertToThreeAddress() function in ARMBaseInstrInfo
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 408 virtual MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.h | 331 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MBB,
|
H A D | SIInstrInfo.cpp | 3043 MachineInstr *SIInstrInfo::convertToThreeAddress(MachineFunction::iterator &MBB, in convertToThreeAddress() function in SIInstrInfo
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TwoAddressInstructionPass.cpp | 590 MachineInstr *NewMI = TII->convertToThreeAddress(MFI, *mi, LV); in convertInstTo3Addr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.td | 2875 // it during register allocation via convertToThreeAddress or some similar
|