| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenMapTable.cpp | 266 RecordVal *ColFieldName = CurInstr->getValue(ColFields->getElement(j)); in isKeyColInstr() 268 std::string KeyColValue = KeyCol->getElement(j)->getAsUnquotedString(); in isKeyColInstr() 325 Init *ColFieldJ = ColFields->getElement(j); in getInstrForColumn() 328 Init *ColFieldJVallue = CurValueCol->getElement(j); in getInstrForColumn() 447 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitMapFuncBody() 450 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString(); in emitMapFuncBody() 514 auto *ListJ = cast<ListInit>(List->getElement(j)); in emitEnums() 524 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitEnums() 525 ColFieldValueMap[ColName].push_back((ValueCols[k])->getElement(j)); in emitEnums()
|
| H A D | CodeGenRegisters.cpp | 624 ST.evaluate(SubRegs->getElement(i), Lists[i], Def->getLoc()); in expand() 770 RegBank.getSets().evaluate(AltOrders->getElement(i), Order, R->getLoc()); in CodeGenRegisterClass()
|
| /freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangOpcodesEmitter.cpp | 73 if (auto *TypeClass = dyn_cast<DefInit>(Types->getElement(I))) { in Enumerate() 293 if (auto *TypeClass = dyn_cast<DefInit>(Types->getElement(I))) { in EmitGroup()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtObjC.h | 34 Stmt *getElement() { return SubExprs[ELEM]; } in getElement() function 40 const Stmt *getElement() const { return SubExprs[ELEM]; } in getElement() function
|
| H A D | ExprObjC.h | 232 Expr *getElement(unsigned Index) { in getElement() function 236 const Expr *getElement(unsigned Index) const { in getElement() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 1500 (getElement(0) != dwarf::DW_OP_consts && in isConstant() 1501 getElement(0) != dwarf::DW_OP_constu)) in isConstant() 1504 if (getNumElements() == 2 && getElement(0) == dwarf::DW_OP_consts) in isConstant() 1507 if ((getNumElements() == 3 && getElement(2) != dwarf::DW_OP_stack_value) || in isConstant() 1508 (getNumElements() == 6 && (getElement(2) != dwarf::DW_OP_stack_value || in isConstant() 1509 getElement(3) != dwarf::DW_OP_LLVM_fragment))) in isConstant() 1511 return getElement(0) == dwarf::DW_OP_constu in isConstant()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Record.cpp | 621 return getElement(Elements[0]); in convertInitListSlice() 629 Vals.push_back(getElement(Element)); in convertInitListSlice() 636 DefInit *DI = dyn_cast<DefInit>(getElement(i)); in getElementAsRecord() 782 return LHSl->getElement(0); in Fold() 896 StringInit *Element = dyn_cast<StringInit>(List->getElement(0)); in interleaveStringList() 904 StringInit *Element = dyn_cast<StringInit>(List->getElement(I)); in interleaveStringList() 918 dyn_cast_or_null<IntInit>(List->getElement(0) in interleaveIntList() 927 dyn_cast_or_null<IntInit>(List->getElement(I) in interleaveIntList() 1370 Init *Node = MHSl ? MHSl->getElement(i) : UnsetInit::get(); in Fold() 1371 Init *Name = RHSl ? RHSl->getElement(i) : UnsetInit::get(); in Fold() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineObjC.cpp | 111 const Stmt *elem = S->getElement(); in VisitObjCForCollectionStmt()
|
| H A D | BugReporter.cpp | 1108 return FS->getElement(); in getTerminatorCondition() 1387 return cast<ObjCForCollectionStmt>(S)->getElement() == Cond; in isConditionForTerminator() 1901 s2End == FS->getElement()) { in optimizeEdges()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BasicObjCFoundationChecks.cpp | 323 warnIfNilExpr(AL->getElement(i), "Array element cannot be nil", C); in checkPostStmt() 891 const Stmt *Element = FCS->getElement(); in checkElementNonNil()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 169 const Expr *Rhs = ALE->getElement(i); in EmitObjCCollectionLiteral() 1726 if (const DeclStmt *SD = dyn_cast<DeclStmt>(S.getElement())) in EmitObjCForCollectionStmt() 1878 if (const DeclStmt *SD = dyn_cast<DeclStmt>(S.getElement())) { in EmitObjCForCollectionStmt() 1893 elementType = cast<Expr>(S.getElement())->getType(); in EmitObjCForCollectionStmt() 1954 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt() 2022 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()
|
| H A D | CodeGenPGO.cpp | 604 Visit(S->getElement()); in VisitObjCForCollectionStmt()
|
| H A D | CoverageMappingGen.cpp | 1244 Visit(S->getElement()); in VisitObjCForCollectionStmt()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | LiveVariables.cpp | 399 Stmt *element = OS->getElement(); in VisitObjCForCollectionStmt()
|
| H A D | UninitializedValues.cpp | 691 if (const auto *DS = dyn_cast<DeclStmt>(FS->getElement())) { in VisitObjCForCollectionStmt()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 1366 static_cast<int64_t>(BE->getElement(1)) != DefaultLowerBound) in constructGenericSubrangeDIE() 1368 BE->getElement(1)); in constructGenericSubrangeDIE()
|
| H A D | CodeViewDebug.cpp | 1204 VI.Expr->getElement(0) == llvm::dwarf::DW_OP_deref) in collectVariableInfoFromMFTable() 3261 APSInt Value(APInt(/*BitWidth=*/64, DIE->getElement(1)), isUnsigned); in emitDebugInfoForGlobal()
|
| H A D | DwarfCompileUnit.cpp | 219 Expr->getElement(1)); in addLocationAttribute()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 337 if (auto *DS = dyn_cast<DeclStmt>(Node->getElement())) in VisitObjCForCollectionStmt() 340 PrintExpr(cast<Expr>(Node->getElement())); in VisitObjCForCollectionStmt()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 482 Objs.push_back(ArrLit->getElement(i)); in getNSArrayObjects()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2585 uint64_t getElement(unsigned I) const { in getElement() function 2717 return getNumElements() > 0 && getElement(0) == dwarf::DW_OP_deref; in startsWithDeref() 2877 getElement(0) == dwarf::DW_OP_LLVM_entry_value; in isEntryValue()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1301 Record.AddStmt(E->getElement(i)); in VisitObjCArrayLiteral() 1450 Record.AddStmt(S->getElement()); in VisitObjCForCollectionStmt()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 1701 if (DeclStmt *DS = dyn_cast<DeclStmt>(S->getElement())) { in RewriteObjCForCollectionStmt() 1718 DeclRefExpr *DR = cast<DeclRefExpr>(S->getElement()); in RewriteObjCForCollectionStmt() 2734 InitExprs.push_back(Exp->getElement(i)); in RewriteObjCArrayLiteralExpr() 5421 return CS->getElement() == DS; in IsDeclStmtInForeachHeader()
|
| H A D | RewriteObjC.cpp | 1494 if (DeclStmt *DS = dyn_cast<DeclStmt>(S->getElement())) { in RewriteObjCForCollectionStmt() 1511 DeclRefExpr *DR = cast<DeclRefExpr>(S->getElement()); in RewriteObjCForCollectionStmt() 4546 return CS->getElement() == DS; in IsDeclStmtInForeachHeader()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 690 Init *getElement(unsigned i) const { in getElement() function
|