Lines Matching refs:CodeGenInstruction
420 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec;
422 const CodeGenInstruction *getResultInst() const { in getResultInst()
423 if (DefRec.is<const CodeGenInstruction*>()) in getResultInst()
424 return DefRec.get<const CodeGenInstruction*>(); in getResultInst()
458 MatchableInfo(const CodeGenInstruction &CGI) in MatchableInfo()
845 CodeGenInstruction::FlattenAsmStringVariants(AsmString, AsmVariantNo); in initialize()
1389 for (const CodeGenInstruction *CGI : Target.instructions()) { in buildInfo()
1483 if (II->DefRec.is<const CodeGenInstruction*>()) in buildInfo()
1489 if (II->DefRec.is<const CodeGenInstruction*>()) { in buildInfo()
1538 const CodeGenInstruction &CGI = *II->DefRec.get<const CodeGenInstruction*>(); in buildInstructionOperandReference()
1623 const CodeGenInstruction *ResultInst = getResultInst(); in buildInstructionResultOperands()
1670 const CodeGenInstruction *ResultInst = getResultInst(); in buildAliasResultOperands()