Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp627 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands; in CodeGenInstAlias() local
629 if (tryAliasOpMatch(Result, AliasOpNo, InstOpRec, (NumSubOps > 1), in CodeGenInstAlias()
633 if (NumSubOps == 1 || in CodeGenInstAlias()
644 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias()
661 if (NumSubOps > 1) { in CodeGenInstAlias()
663 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias()
DDAGISelMatcherGen.cpp785 unsigned NumSubOps = 1; in EmitResultInstructionAsOperand() local
789 NumSubOps = NumArgs; in EmitResultInstructionAsOperand()
792 unsigned FinalNumOps = InstOps.size() + NumSubOps; in EmitResultInstructionAsOperand()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.cpp522 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands; in CodeGenInstAlias() local
524 if (tryAliasOpMatch(Result, AliasOpNo, InstOpRec, (NumSubOps > 1), in CodeGenInstAlias()
534 if (NumSubOps > 1) { in CodeGenInstAlias()
536 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias()