/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDGPUInstrInfo.cpp | 79 AMDGPUInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI,
|
AMDGPUInstrInfo.h | 68 convertToThreeAddress(MachineFunction::iterator &MFI,
|
/external/llvm/lib/Target/R600/ |
AMDGPUInstrInfo.cpp | 80 AMDGPUInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI,
|
AMDGPUInstrInfo.h | 70 convertToThreeAddress(MachineFunction::iterator &MFI,
|
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrInfo.h | 166 convertToThreeAddress(MachineFunction::iterator &MFI,
|
SystemZInstrInfo.cpp | 454 // Used to return from convertToThreeAddress after replacing two-address 471 SystemZInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI,
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDGPUInstrInfo.cpp | 79 AMDGPUInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI,
|
AMDGPUInstrInfo.h | 68 convertToThreeAddress(MachineFunction::iterator &MFI,
|
/external/llvm/lib/Target/X86/ |
X86FixupLEAs.cpp | 124 // convertToThreeAddress will call getImm() 129 return TII->convertToThreeAddress(MFI, MBBI, 0);
|
X86InstrInfo.h | 208 /// convertToThreeAddress - This method must be implemented by targets that 218 virtual MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
|
X86InstrInfo.cpp | [all...] |
/external/llvm/include/llvm/Target/ |
TargetInstrInfo.h | 203 /// convertToThreeAddress - This method must be implemented by targets that 214 convertToThreeAddress(MachineFunction::iterator &MFI, [all...] |
/external/llvm/lib/Target/ARM/ |
ARMBaseInstrInfo.h | 45 virtual MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
|
ARMBaseInstrInfo.cpp | 121 ARMBaseInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI, [all...] |
/external/llvm/lib/CodeGen/ |
TwoAddressInstructionPass.cpp | 625 // FIXME: Why does convertToThreeAddress() need an iterator reference? 627 MachineInstr *NewMI = TII->convertToThreeAddress(MFI, mi, LV); 628 assert(MBB == MFI && "convertToThreeAddress changed iterator reference"); 641 // uses RegB, convertToThreeAddress must have created more [all...] |