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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h258 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
H A DSystemZInstrInfo.cpp954 MachineInstr *SystemZInstrInfo::convertToThreeAddress( function in class:SystemZInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h228 /// convertToThreeAddress - This method must be implemented by targets that
238 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
551 /// This is a helper for convertToThreeAddress for 8 and 16-bit instructions.
H A DX86FixupLEAs.cpp164 // convertToThreeAddress will call getImm()
183 return TII->convertToThreeAddress(MFI, MI, nullptr);
H A DX86InstrInfo.cpp892 X86InstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI, function in class:X86InstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h116 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
H A DARMBaseInstrInfo.cpp141 MachineInstr *ARMBaseInstrInfo::convertToThreeAddress( function in class:ARMBaseInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h394 virtual MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI, function in class:llvm::TargetInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h325 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MBB,
H A DSIInstrInfo.cpp2614 MachineInstr *SIInstrInfo::convertToThreeAddress(MachineFunction::iterator &MBB,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp733 // FIXME: Why does convertToThreeAddress() need an iterator reference?
735 MachineInstr *NewMI = TII->convertToThreeAddress(MFI, *mi, LV);
737 "convertToThreeAddress changed iterator reference");
750 // uses RegB, convertToThreeAddress must have created more

Completed in 317 milliseconds