Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dtwoaddr-sink.ll4 ; revisiting) an instruction that was lowered by TII->convertToThreeAddress()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dstale-livevar-in-twoaddr-pass.mir2 …r ASAN enabled build because we didn't update LiveVariables in SIInstrInfo::convertToThreeAddress()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h171 MachineInstr *convertToThreeAddress(MachineInstr &MI, LiveVariables *LV,
H A DRISCVInstrInfo.cpp1758 MachineInstr *RISCVInstrInfo::convertToThreeAddress(MachineInstr &MI, in convertToThreeAddress() function in RISCVInstrInfo
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h274 MachineInstr *convertToThreeAddress(MachineInstr &MI, LiveVariables *LV,
H A DSystemZInstrInfo.cpp953 SystemZInstrInfo::convertToThreeAddress(MachineInstr &MI, LiveVariables *LV, in convertToThreeAddress() function in SystemZInstrInfo
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.h272 MachineInstr *convertToThreeAddress(MachineInstr &MI, LiveVariables *LV,
H A DX86FixupLEAs.cpp215 return TII->convertToThreeAddress(MI, nullptr, nullptr); in INITIALIZE_PASS()
H A DX86InstrInfo.cpp1311 MachineInstr *X86InstrInfo::convertToThreeAddress(MachineInstr &MI, in convertToThreeAddress() function in X86InstrInfo
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h123 MachineInstr *convertToThreeAddress(MachineInstr &MI, LiveVariables *LV,
H A DARMBaseInstrInfo.cpp177 ARMBaseInstrInfo::convertToThreeAddress(MachineInstr &MI, LiveVariables *LV, in convertToThreeAddress() function in ARMBaseInstrInfo
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp1361 if (TII->convertToThreeAddress(*Def, nullptr, nullptr)) in tryFoldClamp()
1506 if (TII->convertToThreeAddress(*Def, nullptr, nullptr)) in tryFoldOMod()
H A DSIInstrInfo.h344 MachineInstr *convertToThreeAddress(MachineInstr &MI, LiveVariables *LV,
H A DSIInstrInfo.cpp3246 MachineInstr *SIInstrInfo::convertToThreeAddress(MachineInstr &MI, in convertToThreeAddress() function in SIInstrInfo
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h424 virtual MachineInstr *convertToThreeAddress(MachineInstr &MI, in convertToThreeAddress() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp683 MachineInstr *NewMI = TII->convertToThreeAddress(*mi, LV, LIS); in convertInstTo3Addr()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td2444 // it during register allocation via convertToThreeAddress or some similar