Searched refs:SrcOpIdx0 (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.h | 258 bool findCommutedOpIndices(MCInstrDesc Desc, unsigned & SrcOpIdx0,
|
D | SIInstrInfo.cpp | 1727 unsigned &SrcOpIdx0, in findCommutedOpIndices() argument 1729 return findCommutedOpIndices(MI.getDesc(), SrcOpIdx0, SrcOpIdx1); in findCommutedOpIndices() 1732 bool SIInstrInfo::findCommutedOpIndices(MCInstrDesc Desc, unsigned &SrcOpIdx0, in findCommutedOpIndices() argument 1746 return fixCommutedOpIndices(SrcOpIdx0, SrcOpIdx1, Src0Idx, Src1Idx); in findCommutedOpIndices()
|