Home
last modified time | relevance | path

Searched refs:SrcOpIdx0 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h322 bool findCommutedOpIndices(const MachineInstr &MI, unsigned &SrcOpIdx0,
325 bool findCommutedOpIndices(const MCInstrDesc &Desc, unsigned &SrcOpIdx0,
H A DSIInstrInfo.cpp2824 unsigned &SrcOpIdx0, in findCommutedOpIndices() argument
2826 return findCommutedOpIndices(MI.getDesc(), SrcOpIdx0, SrcOpIdx1); in findCommutedOpIndices()
2830 unsigned &SrcOpIdx0, in findCommutedOpIndices() argument
2844 return fixCommutedOpIndices(SrcOpIdx0, SrcOpIdx1, Src0Idx, Src1Idx); in findCommutedOpIndices()