Searched refs:SrcOpIdx0 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.h | 322 bool findCommutedOpIndices(const MachineInstr &MI, unsigned &SrcOpIdx0, 325 bool findCommutedOpIndices(const MCInstrDesc &Desc, unsigned &SrcOpIdx0,
|
H A D | SIInstrInfo.cpp | 2824 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()
|