/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | X86EVEX2VEXTablesEmitter.cpp | 117 if (RecV->getValueAsDef("OpEnc")->getName().str() != "EncVEX" || in operator ()() 119 RecV->getValueAsDef("OpPrefix") != RecE->getValueAsDef("OpPrefix") || in operator ()() 120 RecV->getValueAsDef("OpMap") != RecE->getValueAsDef("OpMap") || in operator ()() 129 RecV->getValueAsDef("Form") != RecE->getValueAsDef("Form") || in operator ()() 153 if (OpRec1->getValueAsDef("Type") != OpRec2->getValueAsDef("Type")) in operator ()() 182 return RegRec->getValueAsDef("RegClass")->getValueAsInt("Alignment"); in getRegOperandSize() 201 if (Inst->TheDef->getValueAsDef("OpEnc")->getName() == "EncVEX") { in run() 207 else if (Inst->TheDef->getValueAsDef("OpEnc")->getName() == "EncEVEX" && in run()
|
D | CodeGenSchedule.cpp | 232 CodeGenProcModel &PM = getProcModel(RCU->getValueAsDef("SchedModel")); in collectRetireControlUnits() 286 Record *ItinsDef = ModelKey->getValueAsDef("Itineraries"); in addProcModel() 294 ProcDef->getValueAsDef("SchedModel"), ModelKey); in addProcModel() 381 Record *MatchDef = ADef->getValueAsDef("MatchRW"); in collectSchedRW() 382 Record *AliasDef = ADef->getValueAsDef("AliasRW"); in collectSchedRW() 416 Record *AliasDef = ADef->getValueAsDef("AliasRW"); in collectSchedRW() 418 Record *MatchDef = ADef->getValueAsDef("MatchRW"); in collectSchedRW() 537 const CodeGenSchedRW &AliasRW = getSchedRW(Rec->getValueAsDef("AliasRW")); in expandRWSeqForProc() 539 Record *ModelDef = Rec->getValueAsDef("SchedModel"); in expandRWSeqForProc() 611 Record *ItinDef = Inst->TheDef->getValueAsDef("Itinerary"); in collectSchedClasses() [all …]
|
D | X86FoldTablesEmitter.cpp | 217 RegRec = RegRec->getValueAsDef("RegClass"); in getRegOperandSize() 234 MemRec->getValueAsDef("ParserMatchClass")->getValueAsString("Name"); in getMemOperandSize() 322 if (RegRec->getValueAsDef("OpEnc") != MemRec->getValueAsDef("OpEnc") || in operator ()() 326 RegRec->getValueAsDef("OpPrefix") != in operator ()() 327 MemRec->getValueAsDef("OpPrefix") || in operator ()() 328 RegRec->getValueAsDef("OpMap") != MemRec->getValueAsDef("OpMap") || in operator ()() 329 RegRec->getValueAsDef("OpSize") != MemRec->getValueAsDef("OpSize") || in operator ()() 330 RegRec->getValueAsDef("AdSize") != MemRec->getValueAsDef("AdSize") || in operator ()() 393 if (MemOpRec->getValueAsDef("Type") != RegOpRec->getValueAsDef("Type")) in operator ()()
|
D | CallingConvEmitter.cpp | 104 EmitAction(Action->getValueAsDef("SubAction"), Indent+2, O); in EmitAction() 108 Record *CC = Action->getValueAsDef("CC"); in EmitAction() 222 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction() 236 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction() 251 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction() 255 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction()
|
D | OptParserEmitter.cpp | 51 bool ASent = A->getValueAsDef("Kind")->getValueAsBit("Sentinel"); in CompareOptionRecords() 52 bool BSent = B->getValueAsDef("Kind")->getValueAsBit("Sentinel"); in CompareOptionRecords() 79 int APrec = A->getValueAsDef("Kind")->getValueAsInt("Precedence"); in CompareOptionRecords() 80 int BPrec = B->getValueAsDef("Kind")->getValueAsInt("Precedence"); in CompareOptionRecords() 225 OS << ", " << R.getValueAsDef("Kind")->getValueAsString("Name"); in EmitOptParser()
|
D | SubtargetEmitter.cpp | 702 CounterDef->getValueAsDef("Resource"))]; in EmitPfmIssueCountersTable() 706 CounterDef->getValueAsDef("Resource")->getName()); in EmitPfmIssueCountersTable() 726 OS << CounterDef->getValueAsDef("Resource")->getName() << "\n"; in EmitPfmIssueCountersTable() 809 SchedModels.findProcResUnits(PRDef->getValueAsDef("Super"), in EmitProcessorResources() 847 SchedModels.getSchedRW(A->getValueAsDef("AliasRW")); in FindWriteResources() 849 Record *ModelDef = AliasRW.TheDef->getValueAsDef("SchedModel"); in FindWriteResources() 867 if (AliasDef == WR->getValueAsDef("WriteType") in FindWriteResources() 868 || SchedWrite.TheDef == WR->getValueAsDef("WriteType")) { in FindWriteResources() 899 SchedModels.getSchedRW(A->getValueAsDef("AliasRW")); in FindReadAdvance() 901 Record *ModelDef = AliasRW.TheDef->getValueAsDef("SchedModel"); in FindReadAdvance() [all …]
|
D | PredicateExpander.cpp | 200 expandPredicate(OS, Rec->getValueAsDef("Pred")); in expandPredicate() 213 Rec->getValueAsDef("Reg")); in expandPredicate()
|
D | CodeGenTarget.cpp | 225 return TargetRec->getValueAsDef("InstructionSet"); in getInstructionSet() 456 Ty = ::getValueType(R->getValueAsDef("Ty")); in ComplexPattern() 601 VT = getValueType(TyEl->getValueAsDef("VT")); in CodeGenIntrinsic() 640 VT = getValueType(TyEl->getValueAsDef("VT")); in CodeGenIntrinsic()
|
D | InstrInfoEmitter.cpp | 139 OpR = OpR->getValueAsDef("RegClass"); in GetOperandInfo() 393 PE.expandPredicate(FOS, Rec->getValueAsDef("Pred")); in emitMCIIHelperMethods() 417 PE.expandPredicate(FOS, Rec->getValueAsDef("Pred")); in emitTIIHelperMethods()
|
D | IntrinsicEmitter.cpp | 276 MVT::SimpleValueType VT = getValueType(R->getValueAsDef("ElTy")); in EncodeFixedType() 298 MVT::SimpleValueType VT = getValueType(R->getValueAsDef("VT")); in EncodeFixedType() 332 return EncodeFixedType(R->getValueAsDef("ElTy"), ArgCodes, Sig); in EncodeFixedType()
|
D | CodeGenSchedule.h | 330 Record *ModelDef = ProcDef->getValueAsDef("SchedModel"); in getModelOrItinDef() 331 Record *ItinsDef = ProcDef->getValueAsDef("ProcItin"); in getModelOrItinDef()
|
D | CodeGenInstruction.cpp | 481 InstOpRec = InstOpRec->getValueAsDef("RegClass"); in tryAliasOpMatch() 484 ADI = ADI->getDef()->getValueAsDef("RegClass")->getDefInit(); in tryAliasOpMatch() 659 InstOpRec->getValueAsDef("ParserMatchClass") in CodeGenInstAlias()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CallingConvEmitter.cpp | 85 EmitAction(Action->getValueAsDef("SubAction"), Indent+2, O); in EmitAction() 89 Record *CC = Action->getValueAsDef("CC"); in EmitAction() 173 O << ", " << getQualifiedName(Action->getValueAsDef("ShadowReg")); in EmitAction() 179 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction() 188 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction() 192 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction()
|
D | IntrinsicEmitter.cpp | 230 MVT::SimpleValueType VT = getValueType(ArgType->getValueAsDef("VT")); in EmitTypeGenerate() 257 EmitTypeGenerate(OS, ArgType->getValueAsDef("ElTy"), ArgNo); in EmitTypeGenerate() 264 EmitTypeGenerate(OS, ArgType->getValueAsDef("ElTy"), ArgNo); in EmitTypeGenerate() 366 MVT::SimpleValueType VT = getValueType(ArgType->getValueAsDef("VT")); in EmitVerifier() 394 MVT::SimpleValueType VT = getValueType(ArgType->getValueAsDef("VT")); in EmitVerifier() 445 getValueType(ParamTys[N - 1]->getValueAsDef("VT")) == MVT::isVoid) { in EmitGenerator()
|
D | CodeGenTarget.cpp | 139 return TargetRec->getValueAsDef("InstructionSet"); in getInstructionSet() 308 Ty = ::getValueType(R->getValueAsDef("Ty")); in ComplexPattern() 423 VT = getValueType(TyEl->getValueAsDef("VT")); in CodeGenIntrinsic() 457 VT = getValueType(TyEl->getValueAsDef("VT")); in CodeGenIntrinsic()
|
D | InstrInfoEmitter.cpp | 44 return ItinClassMap[InstRec->getValueAsDef("Itinerary")->getName()]; in getItinClassNumber() 83 OpR = OpR->getValueAsDef("RegClass"); in GetOperandInfo()
|
/external/llvm/utils/TableGen/ |
D | CodeGenSchedule.cpp | 165 Record *ItinsDef = ModelKey->getValueAsDef("Itineraries"); in addProcModel() 173 ProcDef->getValueAsDef("SchedModel"), ModelKey); in addProcModel() 262 Record *MatchDef = (*AI)->getValueAsDef("MatchRW"); in collectSchedRW() 263 Record *AliasDef = (*AI)->getValueAsDef("AliasRW"); in collectSchedRW() 298 Record *AliasDef = (*AI)->getValueAsDef("AliasRW"); in collectSchedRW() 300 Record *MatchDef = (*AI)->getValueAsDef("MatchRW"); in collectSchedRW() 428 const CodeGenSchedRW &AliasRW = getSchedRW((*AI)->getValueAsDef("AliasRW")); in expandRWSeqForProc() 430 Record *ModelDef = (*AI)->getValueAsDef("SchedModel"); in expandRWSeqForProc() 508 Record *ItinDef = Inst->TheDef->getValueAsDef("Itinerary"); in collectSchedClasses() 564 getProcModel((*RWI)->getValueAsDef("SchedModel")); in collectSchedClasses() [all …]
|
D | CallingConvEmitter.cpp | 104 EmitAction(Action->getValueAsDef("SubAction"), Indent+2, O); in EmitAction() 108 Record *CC = Action->getValueAsDef("CC"); in EmitAction() 222 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction() 236 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction() 251 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction() 255 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction()
|
D | OptParserEmitter.cpp | 49 bool ASent = A->getValueAsDef("Kind")->getValueAsBit("Sentinel"); in CompareOptionRecords() 50 bool BSent = B->getValueAsDef("Kind")->getValueAsBit("Sentinel"); in CompareOptionRecords() 77 int APrec = A->getValueAsDef("Kind")->getValueAsInt("Precedence"); in CompareOptionRecords() 78 int BPrec = B->getValueAsDef("Kind")->getValueAsInt("Precedence"); in CompareOptionRecords() 220 OS << ", " << R.getValueAsDef("Kind")->getValueAsString("Name"); in EmitOptParser()
|
D | SubtargetEmitter.cpp | 626 PRDef->getValueAsDef("Super"), ProcModel); in EmitProcessorResources() 659 SchedModels.getSchedRW(A->getValueAsDef("AliasRW")); in FindWriteResources() 661 Record *ModelDef = AliasRW.TheDef->getValueAsDef("SchedModel"); in FindWriteResources() 679 if (AliasDef == WR->getValueAsDef("WriteType") in FindWriteResources() 680 || SchedWrite.TheDef == WR->getValueAsDef("WriteType")) { in FindWriteResources() 711 SchedModels.getSchedRW(A->getValueAsDef("AliasRW")); in FindReadAdvance() 713 Record *ModelDef = AliasRW.TheDef->getValueAsDef("SchedModel"); in FindReadAdvance() 731 if (AliasDef == RA->getValueAsDef("ReadType") in FindReadAdvance() 732 || SchedRead.TheDef == RA->getValueAsDef("ReadType")) { in FindReadAdvance() 774 SchedModels.findProcResUnits(SubDef->getValueAsDef("Super"), PM); in ExpandProcResources() [all …]
|
D | CodeGenTarget.cpp | 176 return TargetRec->getValueAsDef("InstructionSet"); in getInstructionSet() 391 Ty = ::getValueType(R->getValueAsDef("Ty")); in ComplexPattern() 516 VT = getValueType(TyEl->getValueAsDef("VT")); in CodeGenIntrinsic() 552 VT = getValueType(TyEl->getValueAsDef("VT")); in CodeGenIntrinsic()
|
D | IntrinsicEmitter.cpp | 257 MVT::SimpleValueType VT = getValueType(R->getValueAsDef("ElTy")); in EncodeFixedType() 270 MVT::SimpleValueType VT = getValueType(R->getValueAsDef("VT")); in EncodeFixedType() 304 return EncodeFixedType(R->getValueAsDef("ElTy"), ArgCodes, Sig); in EncodeFixedType()
|
D | CodeGenSchedule.h | 282 Record *ModelDef = ProcDef->getValueAsDef("SchedModel"); in getModelOrItinDef() 283 Record *ItinsDef = ProcDef->getValueAsDef("ProcItin"); in getModelOrItinDef()
|
/external/clang/utils/TableGen/ |
D | ClangDiagnosticsEmitter.cpp | 174 assert(R->getValueAsDef("Class")->getName() != "CLASS_NOTE" && in groupDiagnostics() 355 const std::string &ClsName = Diag->getValueAsDef("Class")->getName(); in isExtension() 361 Diag->getValueAsDef("DefaultSeverity")->getValueAsString("Name"); in isOffByDefault() 472 const std::string &ClsName = Diag.getValueAsDef("Class")->getName(); in isError() 477 const std::string &ClsName = Diag.getValueAsDef("Class")->getName(); in isRemark() 540 OS << R.getValueAsDef("Class")->getName(); in EmitClangDiagsDefs() 542 << R.getValueAsDef("DefaultSeverity")->getValueAsString("Name"); in EmitClangDiagsDefs() 565 OS << ", " << R.getValueAsDef("SFINAE")->getName(); in EmitClangDiagsDefs()
|
D | ClangASTNodesEmitter.cpp | 164 Tree.insert(std::make_pair(R->getValueAsDef("Base"), R)); in run() 210 Record *B = R->getValueAsDef("Base"); in EmitClangDeclContext()
|