Lines Matching refs:isSubClassOf
73 if (Rec->isSubClassOf("RegisterOperand")) { in CGIOperandList()
75 } else if (Rec->isSubClassOf("Operand")) { in CGIOperandList()
94 if (Rec->isSubClassOf("PredicateOperand")) in CGIOperandList()
96 else if (Rec->isSubClassOf("OptionalDefOperand")) in CGIOperandList()
101 } else if (Rec->isSubClassOf("RegisterClass")) { in CGIOperandList()
103 } else if (!Rec->isSubClassOf("PointerLikeRegClass") && in CGIOperandList()
344 assert(FirstImplicitDef->isSubClassOf("Register")); in HasOneImplicitDefWithKnownVT()
427 if (ADI && ADI->getDef()->isSubClassOf("Register")) { in tryAliasOpMatch()
428 if (InstOpRec->isSubClassOf("OptionalDefOperand")) { in tryAliasOpMatch()
435 if (InstOpRec->isSubClassOf("RegisterOperand")) in tryAliasOpMatch()
438 if (!InstOpRec->isSubClassOf("RegisterClass")) in tryAliasOpMatch()
459 if (!InstOpRec->isSubClassOf("OptionalDefOperand")) in tryAliasOpMatch()
468 if (hasSubOps || !InstOpRec->isSubClassOf("Operand")) in tryAliasOpMatch()
487 if (DI == 0 || !DI->getDef()->isSubClassOf("Instruction")) in CodeGenInstAlias()