Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.h69 convertToThreeAddress(MachineFunction::iterator &MFI,
H A DAMDGPUInstrInfo.cpp83 AMDGPUInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function in AMDGPUInstrInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h182 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
H A DSystemZInstrInfo.cpp674 SystemZInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function in SystemZInstrInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp146 return TII->convertToThreeAddress(MFI, MBBI, nullptr); in postRAConvertToLEA()
H A DX86InstrInfo.h234 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
H A DX86InstrInfo.cpp2245 X86InstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function in X86InstrInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h97 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
H A DARMBaseInstrInfo.cpp126 ARMBaseInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function in ARMBaseInstrInfo
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetInstrInfo.h251 convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp638 MachineInstr *NewMI = TII->convertToThreeAddress(MFI, mi, LV); in convertInstTo3Addr()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td2019 // it during register allocation via convertToThreeAddress or some similar