Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp562 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands; in CodeGenInstAlias() local
564 if (tryAliasOpMatch(Result, AliasOpNo, InstOpRec, (NumSubOps > 1), in CodeGenInstAlias()
568 if (NumSubOps == 1 || in CodeGenInstAlias()
579 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias()
596 if (NumSubOps > 1) { in CodeGenInstAlias()
598 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias()