Searched refs:TempOpIdx (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | GlobalISelEmitter.cpp | 2999 const TreePatternNode *Src, unsigned &TempOpIdx); 3001 unsigned &TempOpIdx) const; 3005 unsigned &TempOpIdx); 3163 const TreePatternNode *Src, unsigned &TempOpIdx) { in createAndImportSelDAGMatcher() argument 3194 OperandMatcher &OM = InsnMatcher.addOperand(OpIdx++, "", TempOpIdx); in createAndImportSelDAGMatcher() 3323 InsnMatcher.addOperand(OpIdx++, Src->getName(), TempOpIdx); in createAndImportSelDAGMatcher() 3336 InsnMatcher.addOperand(OpIdx++, "", TempOpIdx); in createAndImportSelDAGMatcher() 3356 InsnMatcher.addOperand(OpIdx++, SrcChild->getName(), TempOpIdx); in createAndImportSelDAGMatcher() 3366 OpIdx++, TempOpIdx)) in createAndImportSelDAGMatcher() 3375 OperandMatcher &OM, Record *R, unsigned &TempOpIdx) const { in importComplexPatternOperandMatcher() [all …]
|