Searched refs:legalizeOpWithMove (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.cpp | 3833 void SIInstrInfo::legalizeOpWithMove(MachineInstr &MI, unsigned OpIdx) const { in legalizeOpWithMove() function in SIInstrInfo 4038 legalizeOpWithMove(MI, Src0Idx); in legalizeOperandsVOP2() 4063 legalizeOpWithMove(MI, Src0Idx); in legalizeOperandsVOP2() 4066 legalizeOpWithMove(MI, Src1Idx); in legalizeOperandsVOP2() 4091 legalizeOpWithMove(MI, Src1Idx); in legalizeOperandsVOP2() 4102 legalizeOpWithMove(MI, Src1Idx); in legalizeOperandsVOP2() 4108 legalizeOpWithMove(MI, Src1Idx); in legalizeOperandsVOP2() 4191 legalizeOpWithMove(MI, Idx); in legalizeOperandsVOP3() 4197 legalizeOpWithMove(MI, Idx); in legalizeOperandsVOP3() 4216 legalizeOpWithMove(MI, Idx); in legalizeOperandsVOP3()
|
D | SIInstrInfo.h | 846 void legalizeOpWithMove(MachineInstr &MI, unsigned OpIdx) const;
|