Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h68 unsigned findUsedSGPR(const MachineInstr *MI, int OpIndices[3]) const;
DSIInstrInfo.cpp1528 const int OpIndices[] = { Src0Idx, Src1Idx, Src2Idx }; in verifyInstruction() local
1535 for (int OpIdx : OpIndices) { in verifyInstruction()
2912 int OpIndices[3]) const { in findUsedSGPR()
2932 int Idx = OpIndices[i]; in findUsedSGPR()