Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp2890 const unsigned StaticNumOps = Desc.getNumOperands() + in verifyInstruction() local
2897 if (MI.getNumOperands() < StaticNumOps + NumImplicitOps) { in verifyInstruction()
2910 if (!MI.isRegTiedToUseOperand(StaticNumOps, &UseOpIdx) || in verifyInstruction()
2911 UseOpIdx != StaticNumOps + 1) { in verifyInstruction()
2919 = MI.getOperand(StaticNumOps + NumImplicitOps - 1); in verifyInstruction()