Lines Matching refs:TheDef
1216 const Record &TheDef; member in __anon7e76e5f80111::ComplexPatternOperandMatcher
1225 const Record &TheDef) in ComplexPatternOperandMatcher() argument
1227 Operand(Operand), TheDef(TheDef) {} in ComplexPatternOperandMatcher()
1240 << MatchTable::NamedValue(("GICP_" + TheDef.getName()).str()) in emitPredicateOpcodes()
1575 return MatchTable::NamedValue(I->Namespace, I->TheDef->getName(), in getValue()
1577 return MatchTable::NamedValue(I->Namespace, I->TheDef->getName()); in getValue()
1603 return I->TheDef->getName() < BO->I->TheDef->getName(); in isHigherPriorityThan()
1609 return I->TheDef->getName() == "G_CONSTANT"; in isConstantInstruction()
1612 StringRef getOpcode() const { return I->TheDef->getName(); } in getOpcode()
2406 const Record &TheDef; member in __anon7e76e5f80111::RenderComplexPatternOperand
2417 return TheDef.getValueAsDag("Operands")->getNumArgs(); in getNumOperands()
2421 RenderComplexPatternOperand(unsigned InsnID, const Record &TheDef, in RenderComplexPatternOperand() argument
2424 : OperandRenderer(OR_ComplexPattern), InsnID(InsnID), TheDef(TheDef), in RenderComplexPatternOperand()
2569 << MatchTable::NamedValue(I->Namespace, I->TheDef->getName()) in emitActionOpcodes()
2600 << MatchTable::NamedValue(I->Namespace, I->TheDef->getName()) in emitActionOpcodes()
3325 if (SrcGIOrNull->TheDef->getName() == "G_CONSTANT" || in createAndImportSelDAGMatcher()
3326 SrcGIOrNull->TheDef->getName() == "G_FCONSTANT") { in createAndImportSelDAGMatcher()
3345 if ((SrcGIOrNull->TheDef->getName() == "G_INTRINSIC" || in createAndImportSelDAGMatcher()
3346 SrcGIOrNull->TheDef->getName() == "G_INTRINSIC_W_SIDE_EFFECTS") && in createAndImportSelDAGMatcher()
3690 if (DstI->TheDef->getName() == "COPY_TO_REGCLASS") in createInstructionRenderer()
3692 else if (DstI->TheDef->getName() == "EXTRACT_SUBREG") in createInstructionRenderer()
3694 else if (DstI->TheDef->getName() == "REG_SEQUENCE") in createInstructionRenderer()
3717 if (OrigDstI->TheDef->getName() == "EXTRACT_SUBREG") { in importExplicitUseRenderers()
3750 if (OrigDstI->TheDef->getName() == "COPY_TO_REGCLASS") { in importExplicitUseRenderers()
3931 if (DstI.TheDef->getName() == "COPY_TO_REGCLASS") { in runOnPattern()
3937 } else if (DstI.TheDef->getName() == "EXTRACT_SUBREG") { in runOnPattern()
3976 if (DstI.TheDef->getName() == "COPY_TO_REGCLASS") { in runOnPattern()
3994 if (DstI.TheDef->getName() == "EXTRACT_SUBREG") { in runOnPattern()