Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h146 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MBB,
H A DRISCVInstrInfo.cpp1412 MachineInstr *RISCVInstrInfo::convertToThreeAddress( in convertToThreeAddress() function in RISCVInstrInfo
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h265 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
H A DX86FixupLEAs.cpp216 return TII->convertToThreeAddress(MFI, MI, nullptr); in INITIALIZE_PASS()
H A DX86InstrInfo.cpp1377 X86InstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function in X86InstrInfo
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h414 virtual MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h332 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MBB,
H A DSIInstrInfo.cpp3096 MachineInstr *SIInstrInfo::convertToThreeAddress(MachineFunction::iterator &MBB, in convertToThreeAddress() function in SIInstrInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp595 MachineInstr *NewMI = TII->convertToThreeAddress(MFI, *mi, LV); in convertInstTo3Addr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td2903 // it during register allocation via convertToThreeAddress or some similar