Searched refs:convertToThreeAddress (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp79 AMDGPUInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI, function in class:AMDGPUInstrInfo
H A DAMDGPUInstrInfo.h68 convertToThreeAddress(MachineFunction::iterator &MFI,
/external/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.h72 convertToThreeAddress(MachineFunction::iterator &MFI,
H A DAMDGPUInstrInfo.cpp83 AMDGPUInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI, function in class:AMDGPUInstrInfo
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp79 AMDGPUInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI, function in class:AMDGPUInstrInfo
H A DAMDGPUInstrInfo.h68 convertToThreeAddress(MachineFunction::iterator &MFI,
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h182 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
H A DSystemZInstrInfo.cpp657 // Used to return from convertToThreeAddress after replacing two-address
674 SystemZInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI, function in class:SystemZInstrInfo
/external/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp133 // convertToThreeAddress will call getImm()
141 // if src1 != src2, then convertToThreeAddress will
147 return TII->convertToThreeAddress(MFI, MBBI, nullptr);
H A DX86InstrInfo.h223 /// convertToThreeAddress - This method must be implemented by targets that
233 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
H A DX86InstrInfo.cpp1933 /// convertToThreeAddressWithLEA - Helper for convertToThreeAddress when
2045 /// convertToThreeAddress - This method must be implemented by targets that
2056 X86InstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI, function in class:X86InstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h231 /// convertToThreeAddress - This method must be implemented by targets that
242 convertToThreeAddress(MachineFunction::iterator &MFI, function in class:llvm::TargetInstrInfo
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h45 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
H A DARMBaseInstrInfo.cpp126 ARMBaseInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI, function in class:ARMBaseInstrInfo
/external/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp624 // FIXME: Why does convertToThreeAddress() need an iterator reference?
626 MachineInstr *NewMI = TII->convertToThreeAddress(MFI, mi, LV);
627 assert(MBB == MFI && "convertToThreeAddress changed iterator reference");
640 // uses RegB, convertToThreeAddress must have created more

Completed in 338 milliseconds