Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h245 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
H A DSystemZInstrInfo.cpp978 MachineInstr *SystemZInstrInfo::convertToThreeAddress( in convertToThreeAddress() function in SystemZInstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h118 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
H A DARMBaseInstrInfo.cpp142 MachineInstr *ARMBaseInstrInfo::convertToThreeAddress( in convertToThreeAddress() function in ARMBaseInstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.h274 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
H A DX86FixupLEAs.cpp193 return TII->convertToThreeAddress(MFI, MI, nullptr); in INITIALIZE_PASS()
H A DX86InstrInfo.cpp925 X86InstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function in X86InstrInfo
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h371 virtual MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h307 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MBB,
H A DSIInstrInfo.cpp2273 MachineInstr *SIInstrInfo::convertToThreeAddress(MachineFunction::iterator &MBB, in convertToThreeAddress() function in SIInstrInfo
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp737 MachineInstr *NewMI = TII->convertToThreeAddress(MFI, *mi, LV); in convertInstTo3Addr()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td2471 // it during register allocation via convertToThreeAddress or some similar