Searched refs:legalizeOpWithMove (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 5630 void SIInstrInfo::legalizeOpWithMove(MachineInstr &MI, unsigned OpIdx) const { in legalizeOpWithMove() function in SIInstrInfo 5864 legalizeOpWithMove(MI, Src0Idx); in legalizeOperandsVOP2() 5889 legalizeOpWithMove(MI, Src0Idx); in legalizeOperandsVOP2() 5892 legalizeOpWithMove(MI, Src1Idx); in legalizeOperandsVOP2() 5898 legalizeOpWithMove(MI, Src2Idx); in legalizeOperandsVOP2() 5924 legalizeOpWithMove(MI, Src1Idx); in legalizeOperandsVOP2() 5935 legalizeOpWithMove(MI, Src1Idx); in legalizeOperandsVOP2() 5941 legalizeOpWithMove(MI, Src1Idx); in legalizeOperandsVOP2() 6023 legalizeOpWithMove(MI, Idx); in legalizeOperandsVOP3() 6029 legalizeOpWithMove(MI, Idx); in legalizeOperandsVOP3() [all …]
|
H A D | SIInstrInfo.h | 1185 void legalizeOpWithMove(MachineInstr &MI, unsigned OpIdx) const;
|