HomeSort by: relevance | last modified time | path
    Searched refs:isSubClassOf (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
PredicateExpander.cpp 64 assert(Reg->isSubClassOf("Register") && "Expected a register Record!");
285 if (Rec->isSubClassOf("MCOpcodeSwitchStatement")) {
291 if (Rec->isSubClassOf("MCReturnStatement")) {
301 if (Rec->isSubClassOf("MCTrue")) {
307 if (Rec->isSubClassOf("MCFalse")) {
313 if (Rec->isSubClassOf("CheckNot")) {
320 if (Rec->isSubClassOf("CheckIsRegOperand"))
323 if (Rec->isSubClassOf("CheckIsImmOperand"))
326 if (Rec->isSubClassOf("CheckRegOperand"))
331 if (Rec->isSubClassOf("CheckRegOperandSimple")
    [all...]
CallingConvEmitter.cpp 98 if (Action->isSubClassOf("CCPredicateAction")) {
101 if (Action->isSubClassOf("CCIfType")) {
109 } else if (Action->isSubClassOf("CCIf")) {
120 if (Action->isSubClassOf("CCDelegateTo")) {
125 } else if (Action->isSubClassOf("CCAssignToReg")) {
145 } else if (Action->isSubClassOf("CCAssignToRegWithShadow")) {
185 } else if (Action->isSubClassOf("CCAssignToStack")) {
210 } else if (Action->isSubClassOf("CCAssignToStackWithShadow")) {
231 } else if (Action->isSubClassOf("CCPromoteToType")) {
245 } else if (Action->isSubClassOf("CCPromoteToUpperBitsInType"))
    [all...]
InfoByHwMode.cpp 42 if (R->isSubClassOf("PtrValueType"))
109 if (!Rec->isSubClassOf("ValueType"))
112 assert(Rec->isSubClassOf("ValueType") &&
114 if (Rec->isSubClassOf("HwModeSelect"))
130 bool RegSizeInfo::isSubClassOf(const RegSizeInfo &I) const {
161 bool RegSizeInfoByHwMode::isSubClassOf(const RegSizeInfoByHwMode &I) const {
163 return get(M0).isSubClassOf(I.get(M0));
192 assert(P.second && P.second->isSubClassOf("InstructionEncoding") &&
X86EVEX2VEXTablesEmitter.cpp 166 return Rec->isSubClassOf("RegisterClass") ||
167 Rec->isSubClassOf("RegisterOperand");
171 return Rec->isSubClassOf("Operand") &&
176 return Rec->isSubClassOf("Operand") &&
181 if (RegRec->isSubClassOf("RegisterClass"))
183 if (RegRec->isSubClassOf("RegisterOperand"))
210 if (!Inst->TheDef->isSubClassOf("X86Inst"))
CodeGenInstruction.cpp 83 if (Rec->isSubClassOf("RegisterOperand")) {
88 } else if (Rec->isSubClassOf("Operand")) {
108 if (Rec->isSubClassOf("PredicateOp"))
110 else if (Rec->isSubClassOf("OptionalDefOperand"))
117 } else if (Rec->isSubClassOf("RegisterClass")) {
119 } else if (!Rec->isSubClassOf("PointerLikeRegClass") &&
120 !Rec->isSubClassOf("unknown_class"))
458 assert(FirstImplicitDef->isSubClassOf("Register"));
524 return Constraint->getDef()->isSubClassOf("TypedOperand") &&
557 if (InstOpRec->isSubClassOf("RegisterOperand")
    [all...]
DAGISelMatcherGen.cpp 234 if (LeafRec->isSubClassOf("ValueType")) {
243 LeafRec->isSubClassOf("RegisterClass") ||
244 LeafRec->isSubClassOf("RegisterOperand") ||
245 LeafRec->isSubClassOf("PointerLikeRegClass") ||
246 LeafRec->isSubClassOf("SubRegIndex") ||
253 if (LeafRec->isSubClassOf("Register")) {
260 if (LeafRec->isSubClassOf("CondCode"))
263 if (LeafRec->isSubClassOf("ComplexPattern")) {
314 if (N->getOperator()->isSubClassOf("ComplexPattern")) {
684 if (Def->isSubClassOf("Register"))
    [all...]
CodeGenTarget.cpp 712 assert(TyEl->isSubClassOf("LLVMType") && "Expected a type!");
714 if (TyEl->isSubClassOf("LLVMMatchType"))
729 assert(TyEl->isSubClassOf("LLVMType") && "Expected a type!");
731 if (TyEl->isSubClassOf("LLVMMatchType")) {
739 assert(((!TyEl->isSubClassOf("LLVMExtendedType") &&
740 !TyEl->isSubClassOf("LLVMTruncatedType")) ||
760 assert(TyEl->isSubClassOf("LLVMType") && "Expected a type!");
762 if (TyEl->isSubClassOf("LLVMMatchType")) {
775 assert(((!TyEl->isSubClassOf("LLVMExtendedType") &&
776 !TyEl->isSubClassOf("LLVMTruncatedType")) |
    [all...]
CodeGenDAGPatterns.cpp 1451 if (!Def->isSubClassOf("Predicate")) {
1499 if (R->isSubClassOf("SDTCisVT")) {
1505 } else if (R->isSubClassOf("SDTCisPtrTy")) {
1507 } else if (R->isSubClassOf("SDTCisInt")) {
1509 } else if (R->isSubClassOf("SDTCisFP")) {
1511 } else if (R->isSubClassOf("SDTCisVec")) {
1513 } else if (R->isSubClassOf("SDTCisSameAs")) {
1516 } else if (R->isSubClassOf("SDTCisVTSmallerThanOp")) {
1520 } else if (R->isSubClassOf("SDTCisOpSmallerThanOp")) {
1524 } else if (R->isSubClassOf("SDTCisEltOfVec"))
    [all...]
IntrinsicEmitter.cpp 297 if (R->isSubClassOf("LLVMMatchType")) {
300 if (R->isSubClassOf("LLVMExtendedType"))
302 else if (R->isSubClassOf("LLVMTruncatedType"))
304 else if (R->isSubClassOf("LLVMHalfElementsVectorType"))
306 else if (R->isSubClassOf("LLVMScalarOrSameVectorWidth")) {
313 else if (R->isSubClassOf("LLVMPointerTo"))
315 else if (R->isSubClassOf("LLVMVectorOfAnyPointersToElt")) {
322 } else if (R->isSubClassOf("LLVMPointerToElt"))
324 else if (R->isSubClassOf("LLVMVectorElementType"))
326 else if (R->isSubClassOf("LLVMSubdivide2VectorType")
    [all...]
X86FoldTablesEmitter.cpp 228 if (RegRec->isSubClassOf("RegisterOperand"))
230 if (RegRec->isSubClassOf("RegisterClass"))
238 if (MemRec->isSubClassOf("Operand")) {
285 return Rec->isSubClassOf("RegisterClass") ||
286 Rec->isSubClassOf("RegisterOperand") ||
287 Rec->isSubClassOf("PointerLikeRegClass");
291 return Rec->isSubClassOf("Operand") &&
296 return Rec->isSubClassOf("Operand") &&
588 if (!Inst->TheDef->getNameInit() || !Inst->TheDef->isSubClassOf("X86Inst"))
InstrInfoEmitter.cpp 149 if (OpR->isSubClassOf("RegisterOperand"))
151 if (OpR->isSubClassOf("RegisterClass"))
153 else if (OpR->isSubClassOf("PointerLikeRegClass"))
163 if (OpR->isSubClassOf("PointerLikeRegClass"))
168 if (Op.Rec->isSubClassOf("PredicateOp"))
173 if (Op.Rec->isSubClassOf("OptionalDefOperand"))
178 if (Op.Rec->isSubClassOf("BranchTargetOperand"))
433 if ((OpR->isSubClassOf("Operand") ||
434 OpR->isSubClassOf("RegisterOperand") ||
435 OpR->isSubClassOf("RegisterClass")) &
    [all...]
RISCVCompressInstEmitter.cpp 142 assert(Reg->isSubClassOf("Register") && "Reg record should be a Register");
143 assert(RegClass->isSubClassOf("RegisterClass") &&
161 if (DagOpType->isSubClassOf("RegisterClass") &&
162 InstOpType->isSubClassOf("RegisterClass")) {
169 if (DagOpType->isSubClassOf("RegisterClass") ||
170 InstOpType->isSubClassOf("RegisterClass"))
209 if (DI->getDef()->isSubClassOf("Register")) {
237 if (Inst.Operands[i].Rec->isSubClassOf("RegisterClass"))
420 if (!Operator->isSubClassOf("RVInst"))
432 if (!DestOperator->isSubClassOf("RVInst16")
    [all...]
CodeGenSchedule.cpp 481 if (Queue->isSubClassOf("LoadQueue")) {
492 if (Queue->isSubClassOf("StoreQueue")) {
547 if (ModelKey->isSubClassOf("SchedMachineModel")) {
568 if (RWDef->isSubClassOf("WriteSequence")) {
573 else if (RWDef->isSubClassOf("SchedVariant")) {
602 if (RW->isSubClassOf("SchedWrite"))
605 assert(RW->isSubClassOf("SchedRead") && "Unknown SchedReadWrite");
616 if (RWDef->isSubClassOf("SchedWrite"))
619 assert(RWDef->isSubClassOf("SchedRead") && "Unknown SchedReadWrite");
630 if (RWDef->isSubClassOf("SchedWrite")
    [all...]
DAGISelEmitter.cpp 47 if (Op->isSubClassOf("Instruction")) {
66 if (Op->isSubClassOf("Instruction")) {
FastISelEmitter.cpp 265 if (OpLeafRec->isSubClassOf("RegisterOperand"))
267 if (OpLeafRec->isSubClassOf("RegisterClass"))
269 else if (OpLeafRec->isSubClassOf("Register"))
271 else if (OpLeafRec->isSubClassOf("ValueType")) {
433 if (!OpLeafRec->isSubClassOf("Register"))
456 if (!Op->isSubClassOf("Instruction"))
475 if (ChildOp->getOperator()->isSubClassOf("Instruction")) {
489 if (Op0Rec->isSubClassOf("RegisterOperand"))
491 if (!Op0Rec->isSubClassOf("RegisterClass"))
SubtargetEmitter.cpp 628 if (!PRDef->isSubClassOf("ProcResGroup"))
789 if (PRDef->isSubClassOf("ProcResGroup")) {
832 if (SchedWrite.TheDef->isSubClassOf("SchedWriteRes"))
850 if (AliasDef && AliasDef->isSubClassOf("SchedWriteRes"))
856 if (!WR->isSubClassOf("WriteRes"))
883 if (SchedRead.TheDef->isSubClassOf("SchedReadAdvance"))
902 if (AliasDef && AliasDef->isSubClassOf("SchedReadAdvance"))
908 if (!RA->isSubClassOf("ReadAdvance"))
939 if (PRDef->isSubClassOf("ProcResGroup"))
946 if (SubDef->isSubClassOf("ProcResGroup"))
    [all...]
InfoByHwMode.h 164 bool isSubClassOf(const RegSizeInfo &I) const;
177 bool isSubClassOf(const RegSizeInfoByHwMode &I) const;
GlobalISelEmitter.cpp 283 if (Operator->isSubClassOf("SDNode"))
286 if (Operator->isSubClassOf("Intrinsic"))
289 if (Operator->isSubClassOf("ComplexPattern"))
294 if (Operator->isSubClassOf("SDNodeXForm"))
380 if (VDefInit->getDef()->isSubClassOf("RegisterOperand"))
382 if (VDefInit->getDef()->isSubClassOf("RegisterClass"))
4046 if (!CCDef || !CCDef->isSubClassOf("CondCode"))
4157 if (ChildRec->isSubClassOf("Register")) {
4175 SrcChild->getOperator()->isSubClassOf("ComplexPattern")) {
4198 if (SrcChild->getOperator()->isSubClassOf("SDNode"))
    [all...]
CodeGenSchedule.h 64 IsRead = Def->isSubClassOf("SchedRead");
65 HasVariants = Def->isSubClassOf("SchedVariant");
72 IsSequence = Def->isSubClassOf("WriteSequence");
526 bool IsRead = Def->isSubClassOf("SchedRead");
SubtargetFeatureInfo.cpp 144 !cast<DefInit>(Arg)->getDef()->isSubClassOf("SubtargetFeature"))
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangTypeNodesEmitter.cpp 155 if (type.isSubClassOf(AlwaysDependentClassName))
157 if (type.isSubClassOf(NeverCanonicalClassName))
159 if (type.isSubClassOf(NeverCanonicalUnlessDependentClassName))
188 if (!type.isSubClassOf(LeafTypeClassName)) continue;
ClangSyntaxEmitter.cpp 55 assert(N.Record->isSubClassOf("Alternatives") ||
56 N.Record->isSubClassOf("External") || N.Derived.empty());
57 assert(!N.Record->isSubClassOf("Alternatives") || !N.Derived.empty());
113 if (R.isSubClassOf("Optional")) {
115 } else if (R.isSubClassOf("AnyToken")) {
117 } else if (R.isSubClassOf("NodeType")) {
202 if (N.Record->isSubClassOf("External"))
216 if (N.Record->isSubClassOf("Sequence")) {
219 assert(C->isSubClassOf("Role"));
ASTTableGen.h 109 bool isSubClassOf(llvm::StringRef className) const {
110 return get()->isSubClassOf(className);
115 return (isSubClassOf(NodeClass::getTableGenNodeClassName())
282 if (isSubClassOf(ArrayTypeClassName))
289 if (isSubClassOf(OptionalTypeClassName))
296 if (isSubClassOf(SubclassPropertyTypeClassName))
310 return isSubClassOf(EnumPropertyTypeClassName);
MveEmitter.cpp 1073 if (R->isSubClassOf("Immediate"))
1075 else if (R->isSubClassOf("unpromoted"))
1080 if (R->isSubClassOf("PrimitiveType"))
1082 if (R->isSubClassOf("ComplexType"))
1093 if (!Op->isSubClassOf("ComplexTypeOp"))
1119 if (Op->isSubClassOf("CTO_Tuple")) {
1125 if (Op->isSubClassOf("CTO_Pointer")) {
1141 if (Op->isSubClassOf("CTO_ScaleSize")) {
1176 } else if (Op->isSubClassOf("Type")) {
1208 if (!TypeRec->isSubClassOf("Type")
    [all...]
ClangAttrEmitter.cpp 174 if (Attr->isSubClassOf("TargetSpecificAttr") &&
1836 if (Subject.isSubClassOf("DeclNode") || Subject.isSubClassOf("DeclBase") ||
1840 if (Subject.isSubClassOf("SubsetSubject"))
2765 if (Attr->isSubClassOf(TheRecord)) {
2934 if (R.isSubClassOf(InhClass))
2950 if (R.isSubClassOf(InhClass))
2974 if (R.isSubClassOf(InhClass) || !Args.empty())
2977 if (R.isSubClassOf(InhClass))
3102 if (Attr->isSubClassOf("TargetSpecificAttr"))
    [all...]

Completed in 63 milliseconds

1 2