Lines Matching refs:CodeGenInstruction
505 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec;
507 const CodeGenInstruction *getResultInst() const { in getResultInst()
508 if (DefRec.is<const CodeGenInstruction*>()) in getResultInst()
509 return DefRec.get<const CodeGenInstruction*>(); in getResultInst()
543 MatchableInfo(const CodeGenInstruction &CGI) in MatchableInfo()
918 CodeGenInstruction::FlattenAsmStringVariants(AsmString, in initialize()
1501 for (const CodeGenInstruction *CGI : Target.getInstructionsByEnumValue()) { in buildInfo()
1602 if (II->DefRec.is<const CodeGenInstruction*>()) in buildInfo()
1608 if (II->DefRec.is<const CodeGenInstruction*>()) { in buildInfo()
1671 const CodeGenInstruction &CGI = *II->DefRec.get<const CodeGenInstruction*>(); in buildInstructionOperandReference()
1758 const CodeGenInstruction *ResultInst = getResultInst(); in buildInstructionResultOperands()
1808 const CodeGenInstruction *ResultInst = getResultInst(); in buildAliasResultOperands()