Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h286 MachineInstr *convertToThreeAddress(MachineInstr &MI, LiveVariables *LV,
H A DSystemZInstrInfo.cpp968 SystemZInstrInfo::convertToThreeAddress(MachineInstr &MI, LiveVariables *LV, in convertToThreeAddress() function in SystemZInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h221 MachineInstr *convertToThreeAddress(MachineInstr &MI, LiveVariables *LV,
H A DRISCVInstrInfo.cpp2953 MachineInstr *RISCVInstrInfo::convertToThreeAddress(MachineInstr &MI, in convertToThreeAddress() function in RISCVInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h297 MachineInstr *convertToThreeAddress(MachineInstr &MI, LiveVariables *LV,
H A DX86FixupLEAs.cpp211 return TII->convertToThreeAddress(MI, nullptr, nullptr); in INITIALIZE_PASS()
H A DX86InstrInfo.cpp1383 MachineInstr *X86InstrInfo::convertToThreeAddress(MachineInstr &MI, in convertToThreeAddress() function in X86InstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h123 MachineInstr *convertToThreeAddress(MachineInstr &MI, LiveVariables *LV,
H A DARMBaseInstrInfo.cpp179 ARMBaseInstrInfo::convertToThreeAddress(MachineInstr &MI, LiveVariables *LV, in convertToThreeAddress() function in ARMBaseInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp1564 if (TII->convertToThreeAddress(*Def, nullptr, nullptr)) in tryFoldClamp()
1724 if (TII->convertToThreeAddress(*Def, nullptr, nullptr)) in tryFoldOMod()
H A DSIInstrInfo.h401 MachineInstr *convertToThreeAddress(MachineInstr &MI, LiveVariables *LV,
H A DSIInstrInfo.cpp3769 MachineInstr *SIInstrInfo::convertToThreeAddress(MachineInstr &MI, in convertToThreeAddress() function in SIInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h438 virtual MachineInstr *convertToThreeAddress(MachineInstr &MI, in convertToThreeAddress() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp717 MachineInstr *NewMI = TII->convertToThreeAddress(*mi, LV, LIS); in convertInstTo3Addr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td2602 // it during register allocation via convertToThreeAddress or some similar