Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h273 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
H A DSystemZInstrInfo.cpp945 MachineInstr *SystemZInstrInfo::convertToThreeAddress( in convertToThreeAddress() function in SystemZInstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h265 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
H A DX86FixupLEAs.cpp192 return TII->convertToThreeAddress(MFI, MI, nullptr); in INITIALIZE_PASS()
H A DX86InstrInfo.cpp1377 X86InstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function in X86InstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h123 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
H A DARMBaseInstrInfo.cpp176 MachineInstr *ARMBaseInstrInfo::convertToThreeAddress( in convertToThreeAddress() function in ARMBaseInstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h408 virtual MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h331 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MBB,
H A DSIInstrInfo.cpp3043 MachineInstr *SIInstrInfo::convertToThreeAddress(MachineFunction::iterator &MBB, in convertToThreeAddress() function in SIInstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp590 MachineInstr *NewMI = TII->convertToThreeAddress(MFI, *mi, LV); in convertInstTo3Addr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td2875 // it during register allocation via convertToThreeAddress or some similar