Home
last modified time | relevance | path

Searched refs:convertToThreeAddress (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUInstrInfo.h68 convertToThreeAddress(MachineFunction::iterator &MFI,
DAMDGPUInstrInfo.cpp79 AMDGPUInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function in AMDGPUInstrInfo
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h202 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
DSystemZInstrInfo.cpp790 MachineInstr *SystemZInstrInfo::convertToThreeAddress( in convertToThreeAddress() function in SystemZInstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.h201 virtual MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
DX86InstrInfo.cpp1438 X86InstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function in X86InstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.h42 virtual MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
DARMBaseInstrInfo.cpp118 ARMBaseInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function in ARMBaseInstrInfo
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h214 convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function
/external/llvm/lib/Target/X86/
DX86InstrInfo.h245 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
DX86FixupLEAs.cpp159 return TII->convertToThreeAddress(MFI, MI, nullptr); in postRAConvertToLEA()
DX86InstrInfo.cpp2752 X86InstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function in X86InstrInfo
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h107 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
DARMBaseInstrInfo.cpp118 MachineInstr *ARMBaseInstrInfo::convertToThreeAddress( in convertToThreeAddress() function in ARMBaseInstrInfo
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h175 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MBB,
DSIInstrInfo.cpp1415 MachineInstr *SIInstrInfo::convertToThreeAddress(MachineFunction::iterator &MBB, in convertToThreeAddress() function in SIInstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h302 virtual MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTwoAddressInstructionPass.cpp653 MachineInstr *NewMI = TII->convertToThreeAddress(mbbi, mi, LV); in ConvertInstTo3Addr()
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp697 MachineInstr *NewMI = TII->convertToThreeAddress(MFI, *mi, LV); in convertInstTo3Addr()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DREADME.txt412 logical op, it will invoke PPCInstrInfo::convertToThreeAddress. At this point
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td2227 // it during register allocation via convertToThreeAddress or some similar