Lines Matching refs:CodeGenInstruction
408 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec;
410 const CodeGenInstruction *getResultInst() const { in getResultInst()
411 if (DefRec.is<const CodeGenInstruction*>()) in getResultInst()
412 return DefRec.get<const CodeGenInstruction*>(); in getResultInst()
441 MatchableInfo(const CodeGenInstruction &CGI) in MatchableInfo()
779 CodeGenInstruction::FlattenAsmStringVariants(AsmString, AsmVariantNo); in initialize()
1336 for (const CodeGenInstruction *CGI : Target.instructions()) { in buildInfo()
1428 if (II->DefRec.is<const CodeGenInstruction*>()) in buildInfo()
1434 if (II->DefRec.is<const CodeGenInstruction*>()) { in buildInfo()
1483 const CodeGenInstruction &CGI = *II->DefRec.get<const CodeGenInstruction*>(); in buildInstructionOperandReference()
1568 const CodeGenInstruction *ResultInst = getResultInst(); in buildInstructionResultOperands()
1615 const CodeGenInstruction *ResultInst = getResultInst(); in buildAliasResultOperands()