Searched refs:legalizeOpWithMove (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.cpp | 1876 void SIInstrInfo::legalizeOpWithMove(MachineInstr &MI, unsigned OpIdx) const { in legalizeOpWithMove() function in SIInstrInfo 2069 legalizeOpWithMove(MI, Src0Idx); in legalizeOperandsVOP2() 2082 legalizeOpWithMove(MI, Src1Idx); in legalizeOperandsVOP2() 2096 legalizeOpWithMove(MI, Src1Idx); in legalizeOperandsVOP2() 2102 legalizeOpWithMove(MI, Src1Idx); in legalizeOperandsVOP2() 2162 legalizeOpWithMove(MI, Idx); in legalizeOperandsVOP3()
|
D | SIInstrInfo.h | 446 void legalizeOpWithMove(MachineInstr &MI, unsigned OpIdx) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.cpp | 3074 void SIInstrInfo::legalizeOpWithMove(MachineInstr &MI, unsigned OpIdx) const { in legalizeOpWithMove() function in SIInstrInfo 3266 legalizeOpWithMove(MI, Src0Idx); in legalizeOperandsVOP2() 3315 legalizeOpWithMove(MI, Src1Idx); in legalizeOperandsVOP2() 3329 legalizeOpWithMove(MI, Src1Idx); in legalizeOperandsVOP2() 3335 legalizeOpWithMove(MI, Src1Idx); in legalizeOperandsVOP2() 3395 legalizeOpWithMove(MI, Idx); in legalizeOperandsVOP3()
|
D | SIInstrInfo.h | 738 void legalizeOpWithMove(MachineInstr &MI, unsigned OpIdx) const;
|