/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.h | 291 MachineInstr *convertToThreeAddress(MachineInstr &MI, LiveVariables *LV,
|
H A D | SystemZInstrInfo.cpp | 1078 SystemZInstrInfo::convertToThreeAddress(MachineInstr &MI, LiveVariables *LV, in convertToThreeAddress() function in SystemZInstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.h | 235 MachineInstr *convertToThreeAddress(MachineInstr &MI, LiveVariables *LV,
|
H A D | RISCVInstrInfo.cpp | 3546 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 D | X86InstrInfo.h | 326 MachineInstr *convertToThreeAddress(MachineInstr &MI, LiveVariables *LV,
|
H A D | X86FixupLEAs.cpp | 193 // convertToThreeAddress will call getImm() in INITIALIZE_PASS() 211 return TII->convertToThreeAddress(MI, nullptr, nullptr); in INITIALIZE_PASS()
|
H A D | X86InstrInfo.cpp | 1406 MachineInstr *X86InstrInfo::convertToThreeAddress(MachineInstr &MI, in convertToThreeAddress() function in X86InstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.h | 128 MachineInstr *convertToThreeAddress(MachineInstr &MI, LiveVariables *LV,
|
H A D | ARMBaseInstrInfo.cpp | 180 ARMBaseInstrInfo::convertToThreeAddress(MachineInstr &MI, LiveVariables *LV, in convertToThreeAddress() function in ARMBaseInstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFoldOperands.cpp | 1601 if (TII->convertToThreeAddress(*Def, nullptr, nullptr)) in tryFoldClamp() 1766 if (TII->convertToThreeAddress(*Def, nullptr, nullptr)) in tryFoldOMod()
|
H A D | SIInstrInfo.h | 401 MachineInstr *convertToThreeAddress(MachineInstr &MI, LiveVariables *LV,
|
H A D | SIInstrInfo.cpp | 3821 MachineInstr *SIInstrInfo::convertToThreeAddress(MachineInstr &MI, in convertToThreeAddress() function in SIInstrInfo
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 440 virtual MachineInstr *convertToThreeAddress(MachineInstr &MI, in convertToThreeAddress() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TwoAddressInstructionPass.cpp | 790 MachineInstr *NewMI = TII->convertToThreeAddress(*mi, LV, LIS); in convertInstTo3Addr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.td | 2604 // it during register allocation via convertToThreeAddress or some similar
|