/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | twoaddr-sink.ll | 4 ; revisiting) an instruction that was lowered by TII->convertToThreeAddress()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 202 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
|
D | SystemZInstrInfo.cpp | 790 MachineInstr *SystemZInstrInfo::convertToThreeAddress( in convertToThreeAddress() function in SystemZInstrInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 248 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
|
D | SystemZInstrInfo.cpp | 1052 MachineInstr *SystemZInstrInfo::convertToThreeAddress( in convertToThreeAddress() function in SystemZInstrInfo
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.h | 201 virtual MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 42 virtual MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
|
D | ARMBaseInstrInfo.cpp | 118 ARMBaseInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function in ARMBaseInstrInfo
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetInstrInfo.h | 214 convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 245 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
|
D | X86FixupLEAs.cpp | 159 return TII->convertToThreeAddress(MFI, MI, nullptr); in postRAConvertToLEA()
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 107 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
|
D | ARMBaseInstrInfo.cpp | 118 MachineInstr *ARMBaseInstrInfo::convertToThreeAddress( in convertToThreeAddress() function in ARMBaseInstrInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 112 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 273 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
|
D | X86FixupLEAs.cpp | 189 return TII->convertToThreeAddress(MFI, MI, nullptr); in INITIALIZE_PASS()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.h | 175 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MBB,
|
D | SIInstrInfo.cpp | 1415 MachineInstr *SIInstrInfo::convertToThreeAddress(MachineFunction::iterator &MBB, in convertToThreeAddress() function in SIInstrInfo
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 302 virtual MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 371 virtual MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.h | 292 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MBB,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 653 MachineInstr *NewMI = TII->convertToThreeAddress(mbbi, mi, LV); in ConvertInstTo3Addr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 737 MachineInstr *NewMI = TII->convertToThreeAddress(MFI, *mi, LV); in convertInstTo3Addr()
|
/external/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 697 MachineInstr *NewMI = TII->convertToThreeAddress(MFI, *mi, LV); in convertInstTo3Addr()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | README.txt | 412 logical op, it will invoke PPCInstrInfo::convertToThreeAddress. At this point
|