| /minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
| H A D | CodeGenInstruction.cpp | 36 if (Init->getDef()->getName() != "outs") in CGIOperandList() 45 if (Init->getDef()->getName() != "ins") in CGIOperandList() 67 Record *Rec = Arg->getDef(); in CGIOperandList() 87 cast<DefInit>(MIOpInfo->getOperator())->getDef()->getName() != "ops") in CGIOperandList() 441 Record *ResultRecord = ADI ? ADI->getDef() : nullptr; in tryAliasOpMatch() 443 if (ADI && ADI->getDef() == InstOpRec) { in tryAliasOpMatch() 458 if (ADI && ADI->getDef()->isSubClassOf("RegisterOperand")) in tryAliasOpMatch() 459 ADI = ADI->getDef()->getValueAsDef("RegClass")->getDefInit(); in tryAliasOpMatch() 461 if (ADI && ADI->getDef()->isSubClassOf("RegisterClass")) { in tryAliasOpMatch() 465 .hasSubClass(&T.getRegisterClass(ADI->getDef()))) in tryAliasOpMatch() [all …]
|
| H A D | OptParserEmitter.cpp | 181 OS << getOptionName(*DI->getDef()); in EmitOptParser() 226 GroupFlags = DI->getDef()->getValueAsListInit("Flags"); in EmitOptParser() 227 OS << getOptionName(*DI->getDef()); in EmitOptParser() 234 OS << getOptionName(*DI->getDef()); in EmitOptParser() 259 << cast<DefInit>(I)->getDef()->getName(); in EmitOptParser() 263 << cast<DefInit>(I)->getDef()->getName(); in EmitOptParser()
|
| H A D | PseudoLoweringEmitter.cpp | 81 if (DI->getDef()->isSubClassOf("Register") || in addDagOperandMapping() 82 DI->getDef()->getName() == "zero_reg") { in addDagOperandMapping() 84 OperandMap[BaseIdx + i].Data.Reg = DI->getDef(); in addDagOperandMapping() 93 if (DI->getDef() != Insn.Operands[BaseIdx + i].Rec) in addDagOperandMapping() 95 "Pseudo operand type '" + DI->getDef()->getName() + in addDagOperandMapping() 135 Record *Operator = OpDef->getDef(); in evaluateExpansion()
|
| H A D | CodeGenDAGPatterns.cpp | 787 Record *Def = Pred->getDef(); in getPredicateCheck() 912 !static_cast<DefInit*>(NodeToApply->getLeafValue())->getDef() in ApplyTypeConstraint() 918 getValueType(static_cast<DefInit*>(NodeToApply->getLeafValue())->getDef()); in ApplyTypeConstraint() 1106 Op = DI->getDef(); in GetNumNodeResults() 1188 return ((DI->getDef() == NDI->getDef()) in isIsomorphicTo() 1247 cast<DefInit>(Val)->getDef()->getName() == "node")) { in SubstituteFormalArguments() 1465 Rec = DI->getDef(); in getComplexPatternInfo() 1482 if (DI && DI->getDef()->isSubClassOf("Operand")) { in getNumMIResults() 1483 DagInit *MIOps = DI->getDef()->getValueAsDag("MIOperandInfo"); in getNumMIResults() 1537 if (DI && DI->getDef()->isSubClassOf(Class)) in isOperandClass() [all …]
|
| H A D | FastISelEmitter.cpp | 254 Record *OpLeafRec = OpDI->getDef(); in initialize() 431 Record *OpLeafRec = cast<DefInit>(Op->getLeafValue())->getDef(); in PhyRegForNode() 499 SubRegNo = getQualifiedName(SR->getDef()); in collectPatterns()
|
| H A D | DAGISelMatcherGen.cpp | 234 Record *LeafRec = DI->getDef(); in EmitLeafMatchCode() 621 Record *Def = DI->getDef(); in EmitResultLeafAsOperand()
|
| H A D | CodeGenRegisters.h | 316 Record *getDef() const { return TheDef; } in getDef() function
|
| H A D | AsmMatcherEmitter.cpp | 1019 Rec = cast<DefInit>(OI.MIOperandInfo->getArg(SubOpIdx))->getDef(); in getOperandClass() 1034 Record *MatchClass = DI->getDef(); in getOperandClass() 1162 Record *Def = RC.getDef(); in buildRegisterClasses() 1219 ClassInfo *SC = AsmOperandClasses[DI->getDef()]; in buildOperandClasses()
|
| H A D | InstrInfoEmitter.cpp | 109 Record *OpR = cast<DefInit>(MIOI->getArg(j))->getDef(); in GetOperandInfo()
|
| H A D | CodeGenTarget.cpp | 280 const Record *Rec = Records.getDef(Name); in GetInstByName()
|
| H A D | CodeGenRegisters.cpp | 745 assert(!getDef() && "Only synthesized classes can inherit properties"); in inheritProperties() 898 if (!RC.getDef()) in computeSubClasses() 1041 if (Record *Def = RC->getDef()) in addToMaps()
|
| H A D | CodeGenSchedule.cpp | 146 Record *NoModelDef = Records.getDef("NoSchedModel"); in collectProcModels() 147 Record *NoItinsDef = Records.getDef("NoItineraries"); in collectProcModels() 505 SchedClasses.back().ItinClassDef = Records.getDef("NoItinerary"); in collectSchedClasses()
|
| H A D | AsmWriterEmitter.cpp | 808 AliasMap[getQualifiedName(Op->getDef())].insert(std::make_pair(Alias, in EmitPrintAliasInstruction()
|
| H A D | RegisterInfoEmitter.cpp | 402 Record *Alias = DI->getDef(); in EmitRegMappingTables()
|
| /minix3/external/bsd/llvm/dist/clang/utils/TableGen/ |
| H A D | ClangSACheckersEmitter.cpp | 33 return isHidden(*DI->getDef()); in isHidden() 47 name = getPackageFullName(DI->getDef()); in getParentPackageFullName() 135 package = DI->getDef(); in EmitClangSACheckers() 156 Record *parentPackage = DI->getDef(); in EmitClangSACheckers() 162 recordGroupMap[DI->getDef()]->Checkers.insert(R); in EmitClangSACheckers() 169 addPackageToCheckerGroup(packages[i], DI->getDef(), recordGroupMap); in EmitClangSACheckers() 210 OS << groupToSortIndex[DI->getDef()] << ", "; in EmitClangSACheckers() 238 OS << groupToSortIndex[DI->getDef()] << ", "; in EmitClangSACheckers()
|
| H A D | ClangDiagnosticsEmitter.cpp | 86 std::string CatName = getCategoryFromDiagGroup(Group->getDef(), in getDiagnosticCategory() 177 std::string GroupName = DI->getDef()->getValueAsString("GroupName"); in groupDiagnostics() 233 const Record *NextDiagGroup = GroupInit->getDef(); in groupDiagnostics() 264 const Record *NextDiagGroup = GroupInit->getDef(); in groupDiagnostics() 277 SrcMgr.PrintMessage(GroupInit->getDef()->getLoc().front(), in groupDiagnostics() 405 const Record *GroupRec = Group->getDef(); in compute() 424 if (groupInPedantic(Group->getDef())) in compute() 521 const Record *GroupRec = Group->getDef(); in EmitClangDiagsDefs() 553 DiagsInGroup.find(DI->getDef()->getValueAsString("GroupName")); in EmitClangDiagsDefs()
|
| H A D | NeonEmitter.cpp | 1627 Elts.insert(R->getRecords().getDef("sv" + utostr(I + Addend))); in emitDagShuffle()
|
| H A D | ClangAttrEmitter.cpp | 2897 const Record *Documentation = Records.getDef("GlobalDocumentation"); in EmitClangAttrDocs()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/TableGen/ |
| H A D | SetTheory.cpp | 204 cast<DefInit>(Expr->getOperator())->getDef()->getRecords(); in apply() 215 Record *Rec = Records.getDef(OS.str()); in apply() 275 if (const RecVec *Result = expand(Def->getDef())) in evaluate() 277 Elts.insert(Def->getDef()); in evaluate() 292 Operator *Op = Operators.lookup(OpInit->getDef()->getName()); in evaluate()
|
| H A D | Record.cpp | 357 if (!DI->getDef()->isSubClassOf(Rec)) in convertValue() 678 return DI->getDef(); in getElementAsRecord() 772 return StringInit::get(LHSd->getDef()->getName()); in Fold() 816 if (Record *D = (CurRec->getRecords()).getDef(Name)) in Fold() 912 if (!LOp || !ROp || LOp->getDef() != ROp->getDef()) in Fold() 1181 Record *Val = RHSd->getDef(); in Fold() 1183 Val = MHSd->getDef(); in Fold() 1863 Defs.push_back(DI->getDef()); in getValueAsListOfDefs() 1937 return DI->getDef(); in getValueAsDef()
|
| H A D | TGParser.cpp | 360 if (Records.getDef(IterRec->getNameInitAsString())) { in ProcessForeachDefs() 772 if (Record *D = Records.getDef(Name)) in ParseIDValue() 2039 if (Records.getDef(CurRec->getNameInitAsString())) in ParseDef() 2436 if (Records.getDef(CurRec->getNameInitAsString())) { in InstantiateMulticlassDef()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
| H A D | MemoryDependenceAnalysis.cpp | 240 return MemDepResult::getDef(Inst); in getCallSiteDependencyFrom() 440 return MemDepResult::getDef(II); in getPointerDependencyFrom() 504 return MemDepResult::getDef(Inst); in getPointerDependencyFrom() 531 return MemDepResult::getDef(Inst); in getPointerDependencyFrom() 580 return MemDepResult::getDef(Inst); in getPointerDependencyFrom() 599 return MemDepResult::getDef(Inst); in getPointerDependencyFrom()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 418 static MachineInstr *getDef(unsigned Reg, in getDef() function 446 MachineInstr *RLL = getDef(SrcReg, MRI); in removeIPMBasedCompare() 449 RLL = getDef(LGFR->getOperand(1).getReg(), MRI); in removeIPMBasedCompare() 454 MachineInstr *SRL = getDef(RLL->getOperand(1).getReg(), MRI); in removeIPMBasedCompare() 458 MachineInstr *IPM = getDef(SRL->getOperand(1).getReg(), MRI); in removeIPMBasedCompare()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | MemoryDependenceAnalysis.h | 105 static MemDepResult getDef(Instruction *Inst) { in getDef() function
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1202 Record *getDef() const { return Def; } in getDef() function 1687 Record *getDef(const std::string &Name) const { in getDef() function
|