Searched defs:AsmOpIdx (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp654 unsigned AsmOpIdx);
1504 unsigned AsmOpIdx) {
1507 MatchableInfo::AsmOperand *Op = &II->AsmOperands[AsmOpIdx];
1523 // Insert remaining suboperands after AsmOpIdx in II->AsmOperands.
1528 II->AsmOperands.insert(II->AsmOperands.begin()+AsmOpIdx+SI, NewAsmOp);
1531 Op = &II->AsmOperands[AsmOpIdx]; // update the pointer in case it moved
1502 buildInstructionOperandReference(MatchableInfo *II, StringRef OperandName, unsigned AsmOpIdx) argument

Completed in 88 milliseconds