Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h86 unsigned findUsedSGPR(const MachineInstr &MI, int OpIndices[3]) const;
DSIInstrInfo.cpp1726 const int OpIndices[] = { Src0Idx, Src1Idx, Src2Idx }; in verifyInstruction() local
1737 for (int OpIdx : OpIndices) { in verifyInstruction()
2973 int OpIndices[3]) const { in findUsedSGPR()
2993 int Idx = OpIndices[i]; in findUsedSGPR()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h120 unsigned findUsedSGPR(const MachineInstr &MI, int OpIndices[3]) const;
DSIInstrInfo.cpp2815 const int OpIndices[] = { Src0Idx, Src1Idx, Src2Idx }; in verifyInstruction() local
2827 for (int OpIdx : OpIndices) { in verifyInstruction()
4585 int OpIndices[3]) const { in findUsedSGPR()
4605 int Idx = OpIndices[i]; in findUsedSGPR()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp2298 const int OpIndices[] = { Src0Idx, Src1Idx, Src2Idx }; in validateConstantBusLimitations() local
2300 for (int OpIdx : OpIndices) { in validateConstantBusLimitations()