HomeSort by relevance Sort by last modified time
    Searched refs:isSubClassOf (Results 1 - 23 of 23) sorted by null

  /external/llvm/utils/TableGen/
CallingConvEmitter.cpp 82 if (Action->isSubClassOf("CCPredicateAction")) {
85 if (Action->isSubClassOf("CCIfType")) {
93 } else if (Action->isSubClassOf("CCIf")) {
104 if (Action->isSubClassOf("CCDelegateTo")) {
109 } else if (Action->isSubClassOf("CCAssignToReg")) {
130 } else if (Action->isSubClassOf("CCAssignToRegWithShadow")) {
172 } else if (Action->isSubClassOf("CCAssignToStack")) {
188 if (Action->isSubClassOf("CCAssignToStackWithShadow"))
194 } else if (Action->isSubClassOf("CCPromoteToType")) {
203 } else if (Action->isSubClassOf("CCBitConvertToType"))
    [all...]
CodeGenInstruction.cpp 73 if (Rec->isSubClassOf("RegisterOperand")) {
75 } else if (Rec->isSubClassOf("Operand")) {
93 if (Rec->isSubClassOf("PredicateOperand"))
95 else if (Rec->isSubClassOf("OptionalDefOperand"))
100 } else if (Rec->isSubClassOf("RegisterClass")) {
102 } else if (!Rec->isSubClassOf("PointerLikeRegClass") &&
103 !Rec->isSubClassOf("unknown_class"))
350 assert(FirstImplicitDef->isSubClassOf("Register"));
434 if (ADI && ADI->getDef()->isSubClassOf("RegisterClass")) {
435 if (!InstOpRec->isSubClassOf("RegisterClass")
    [all...]
DAGISelMatcherGen.cpp 230 if (LeafRec->isSubClassOf("ValueType")) {
239 LeafRec->isSubClassOf("RegisterClass") ||
240 LeafRec->isSubClassOf("RegisterOperand") ||
241 LeafRec->isSubClassOf("PointerLikeRegClass") ||
242 LeafRec->isSubClassOf("SubRegIndex") ||
249 if (LeafRec->isSubClassOf("Register")) {
256 if (LeafRec->isSubClassOf("CondCode"))
259 if (LeafRec->isSubClassOf("ComplexPattern")) {
594 if (Def->isSubClassOf("Register")) {
610 if (Def->isSubClassOf("RegisterOperand")
    [all...]
CodeGenTarget.cpp 467 assert(TyEl->isSubClassOf("LLVMType") && "Expected a type!");
469 if (TyEl->isSubClassOf("LLVMMatchType")) {
477 assert(((!TyEl->isSubClassOf("LLVMExtendedElementVectorType") &&
478 !TyEl->isSubClassOf("LLVMTruncatedElementVectorType")) ||
501 assert(TyEl->isSubClassOf("LLVMType") && "Expected a type!");
503 if (TyEl->isSubClassOf("LLVMMatchType")) {
511 assert(((!TyEl->isSubClassOf("LLVMExtendedElementVectorType") &&
512 !TyEl->isSubClassOf("LLVMTruncatedElementVectorType")) ||
535 assert(Property->isSubClassOf("IntrinsicProperty") &&
552 else if (Property->isSubClassOf("NoCapture"))
    [all...]
CodeGenDAGPatterns.cpp 784 if (!Def->isSubClassOf("Predicate")) {
806 if (R->isSubClassOf("SDTCisVT")) {
812 } else if (R->isSubClassOf("SDTCisPtrTy")) {
814 } else if (R->isSubClassOf("SDTCisInt")) {
816 } else if (R->isSubClassOf("SDTCisFP")) {
818 } else if (R->isSubClassOf("SDTCisVec")) {
820 } else if (R->isSubClassOf("SDTCisSameAs")) {
823 } else if (R->isSubClassOf("SDTCisVTSmallerThanOp")) {
827 } else if (R->isSubClassOf("SDTCisOpSmallerThanOp")) {
831 } else if (R->isSubClassOf("SDTCisEltOfVec"))
    [all...]
DAGISelEmitter.cpp 45 if (Op->isSubClassOf("Instruction")) {
64 if (Op->isSubClassOf("Instruction")) {
CodeGenSchedule.h 64 IsRead = Def->isSubClassOf("SchedRead");
65 HasVariants = Def->isSubClassOf("SchedVariant");
72 IsSequence = Def->isSubClassOf("WriteSequence");
303 bool IsRead = Def->isSubClassOf("SchedRead");
PseudoLoweringEmitter.cpp 80 if (DI->getDef()->isSubClassOf("Register") ||
135 if (!Operator->isSubClassOf("Instruction"))
278 if (I->second->isSubClassOf(ExpansionClass) &&
279 I->second->isSubClassOf(InstructionClass))
CodeGenSchedule.cpp 166 if (ModelKey->isSubClassOf("SchedMachineModel")) {
189 if (RWDef->isSubClassOf("WriteSequence")) {
194 else if (RWDef->isSubClassOf("SchedVariant")) {
224 if ((*RWI)->isSubClassOf("SchedWrite"))
227 assert((*RWI)->isSubClassOf("SchedRead") && "Unknown SchedReadWrite");
239 if ((*RWI)->isSubClassOf("SchedWrite"))
242 assert((*RWI)->isSubClassOf("SchedRead") && "Unknown SchedReadWrite");
254 if ((*RWI)->isSubClassOf("SchedWrite"))
257 assert((*RWI)->isSubClassOf("SchedRead") && "Unknown SchedReadWrite");
269 if (MatchDef->isSubClassOf("SchedWrite"))
    [all...]
InstrInfoEmitter.cpp 117 if (OpR->isSubClassOf("RegisterOperand"))
119 if (OpR->isSubClassOf("RegisterClass"))
121 else if (OpR->isSubClassOf("PointerLikeRegClass"))
131 if (OpR->isSubClassOf("PointerLikeRegClass"))
136 if (Inst.Operands[i].Rec->isSubClassOf("PredicateOperand"))
141 if (Inst.Operands[i].Rec->isSubClassOf("OptionalDefOperand"))
FastISelEmitter.cpp 256 if (OpLeafRec->isSubClassOf("RegisterOperand"))
258 if (OpLeafRec->isSubClassOf("RegisterClass"))
260 else if (OpLeafRec->isSubClassOf("Register"))
262 else if (OpLeafRec->isSubClassOf("ValueType")) {
413 if (!OpLeafRec->isSubClassOf("Register"))
440 if (!Op->isSubClassOf("Instruction"))
452 if (ChildOp->getOperator()->isSubClassOf("Instruction")) {
466 if (Op0Rec->isSubClassOf("RegisterOperand"))
468 if (!Op0Rec->isSubClassOf("RegisterClass"))
IntrinsicEmitter.cpp 300 if (R->isSubClassOf("LLVMMatchType")) {
303 if (R->isSubClassOf("LLVMExtendedElementVectorType"))
305 else if (R->isSubClassOf("LLVMTruncatedElementVectorType"))
335 if (R->isSubClassOf("LLVMQualPointerType")) {
SubtargetEmitter.cpp 638 if (PRDef->isSubClassOf("ProcResGroup")) {
676 if (SchedWrite.TheDef->isSubClassOf("SchedWriteRes"))
695 if (AliasDef && AliasDef->isSubClassOf("SchedWriteRes"))
702 if (!(*WRI)->isSubClassOf("WriteRes"))
729 if (SchedRead.TheDef->isSubClassOf("SchedReadAdvance"))
749 if (AliasDef && AliasDef->isSubClassOf("SchedReadAdvance"))
756 if (!(*RAI)->isSubClassOf("ReadAdvance"))
788 if (PRDef->isSubClassOf("ProcResGroup"))
795 if (SubDef->isSubClassOf("ProcResGroup")) {
810 if (*PRI == PRDef || !(*PRI)->isSubClassOf("ProcResGroup")
    [all...]
AsmWriterEmitter.cpp 837 if (Rec->isSubClassOf("RegisterOperand"))
839 if (Rec->isSubClassOf("RegisterClass")) {
846 if (R->isSubClassOf("RegisterOperand"))
859 assert(Rec->isSubClassOf("Operand") && "Unexpected operand!");
    [all...]
AsmMatcherEmitter.cpp 665 assert(Def->isSubClassOf("Predicate") && "Invalid predicate type!");
    [all...]
X86RecognizableInstr.cpp 220 if (!Rec->isSubClassOf("X86Inst")) {
486 assert(Rec->isSubClassOf("X86Inst") && "Can only filter X86 instructions");
    [all...]
FixedLenDecoderEmitter.cpp     [all...]
CodeGenRegisters.cpp 676 if (!Type->isSubClassOf("ValueType"))
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/llvm/lib/TableGen/
Record.cpp 344 if (!DI->getDef()->isSubClassOf(Rec))
352 if (RRT->getRecord()->isSubClassOf(getRecord()) ||
363 if (Rec == RTy->getRecord() || RTy->getRecord()->isSubClassOf(Rec))
368 if (RTy->getRecord()->isSubClassOf(SC[i]))
    [all...]
TGParser.cpp 191 if (CurRec->isSubClassOf(SCs[i]))
197 if (CurRec->isSubClassOf(SC))
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 

Completed in 1177 milliseconds