Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h291 MachineInstr *convertToThreeAddress(MachineInstr &MI, LiveVariables *LV,
H A DSystemZInstrInfo.cpp1078 SystemZInstrInfo::convertToThreeAddress(MachineInstr &MI, LiveVariables *LV, in convertToThreeAddress() function in SystemZInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h235 MachineInstr *convertToThreeAddress(MachineInstr &MI, LiveVariables *LV,
H A DRISCVInstrInfo.cpp3546 MachineInstr *RISCVInstrInfo::convertToThreeAddress(MachineInstr &MI, in convertToThreeAddress()
3539 MachineInstr *RISCVInstrInfo::convertToThreeAddress(MachineInstr &MI, convertToThreeAddress() function in RISCVInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h326 MachineInstr *convertToThreeAddress(MachineInstr &MI, LiveVariables *LV,
H A DX86FixupLEAs.cpp193 // convertToThreeAddress will call getImm() in INITIALIZE_PASS()
211 return TII->convertToThreeAddress(MI, nullptr, nullptr); in INITIALIZE_PASS()
H A DX86InstrInfo.cpp1406 MachineInstr *X86InstrInfo::convertToThreeAddress(MachineInstr &MI, in convertToThreeAddress() function in X86InstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h128 MachineInstr *convertToThreeAddress(MachineInstr &MI, LiveVariables *LV,
H A DARMBaseInstrInfo.cpp180 ARMBaseInstrInfo::convertToThreeAddress(MachineInstr &MI, LiveVariables *LV, in convertToThreeAddress() function in ARMBaseInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp1601 if (TII->convertToThreeAddress(*Def, nullptr, nullptr)) in tryFoldClamp()
1766 if (TII->convertToThreeAddress(*Def, nullptr, nullptr)) in tryFoldOMod()
H A DSIInstrInfo.h401 MachineInstr *convertToThreeAddress(MachineInstr &MI, LiveVariables *LV,
H A DSIInstrInfo.cpp3821 MachineInstr *SIInstrInfo::convertToThreeAddress(MachineInstr &MI, in convertToThreeAddress() function in SIInstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h440 virtual MachineInstr *convertToThreeAddress(MachineInstr &MI, in convertToThreeAddress() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp790 MachineInstr *NewMI = TII->convertToThreeAddress(*mi, LV, LIS); in convertInstTo3Addr()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td2604 // it during register allocation via convertToThreeAddress or some similar