/openbsd/gnu/llvm/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() 448 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitMapFuncBody() 451 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString(); in emitMapFuncBody() 517 auto *ListJ = cast<ListInit>(List->getElement(j)); in emitEnums() 527 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitEnums() 528 ColFieldValueMap[ColName].push_back((ValueCols[k])->getElement(j)); in emitEnums()
|
H A D | CodeGenRegisters.cpp | 627 ST.evaluate(SubRegs->getElement(i), Lists[i], Def->getLoc()); in expand() 774 RegBank.getSets().evaluate(AltOrders->getElement(i), Order, R->getLoc()); in CodeGenRegisterClass()
|
H A D | CodeGenSchedule.cpp | 1869 BitInit *Val = cast<BitInit>(MoveElimInfo->getElement(I)); in collectRegisterFiles()
|
/openbsd/gnu/llvm/clang/utils/TableGen/ |
H A D | ClangOpcodesEmitter.cpp | 73 if (auto *TypeClass = dyn_cast<DefInit>(Types->getElement(I))) { in Enumerate() 301 if (auto *TypeClass = dyn_cast<DefInit>(Types->getElement(I))) { in EmitGroup()
|
/openbsd/gnu/llvm/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 | 231 Expr *getElement(unsigned Index) { in getElement() function 235 const Expr *getElement(unsigned Index) const { in getElement() function
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 1283 return getNumElements() > 0 && getElement(0) == dwarf::DW_OP_LLVM_entry_value; in isEntryValue() 1286 return getNumElements() > 0 && getElement(0) == dwarf::DW_OP_deref; in startsWithDeref() 1917 (getElement(0) != dwarf::DW_OP_consts && in isConstant() 1918 getElement(0) != dwarf::DW_OP_constu)) in isConstant() 1921 if (getNumElements() == 2 && getElement(0) == dwarf::DW_OP_consts) in isConstant() 1924 if ((getNumElements() == 3 && getElement(2) != dwarf::DW_OP_stack_value) || in isConstant() 1925 (getNumElements() == 6 && (getElement(2) != dwarf::DW_OP_stack_value || in isConstant() 1926 getElement(3) != dwarf::DW_OP_LLVM_fragment))) in isConstant() 1928 return getElement(0) == dwarf::DW_OP_constu in isConstant()
|
/openbsd/gnu/llvm/llvm/lib/TableGen/ |
H A D | Record.cpp | 683 return getElement(Elements[0]); in convertInitListSlice() 691 Vals.push_back(getElement(Element)); in convertInitListSlice() 698 DefInit *DI = dyn_cast<DefInit>(getElement(i)); in getElementAsRecord() 844 return LHSl->getElement(0); in Fold() 974 StringInit *Element = dyn_cast<StringInit>(List->getElement(0)); in interleaveStringList() 982 StringInit *Element = dyn_cast<StringInit>(List->getElement(I)); in interleaveStringList() 997 List->getElement(0)->convertInitializerTo(IntRecTy::get(RK))); in interleaveIntList() 1005 List->getElement(I)->convertInitializerTo(IntRecTy::get(RK))); in interleaveIntList() 1515 Init *Node = MHSl ? MHSl->getElement(i) : UnsetInit::get(RK); in Fold() 1516 Init *Name = RHSl ? RHSl->getElement(i) : UnsetInit::get(RK); in Fold() [all …]
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineObjC.cpp | 111 const Stmt *elem = S->getElement(); in VisitObjCForCollectionStmt()
|
H A D | BugReporter.cpp | 1110 return FS->getElement(); in getTerminatorCondition() 1395 return cast<ObjCForCollectionStmt>(S)->getElement() == Cond; in isConditionForTerminator() 1909 s2End == FS->getElement()) { in optimizeEdges()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | BasicObjCFoundationChecks.cpp | 325 warnIfNilExpr(AL->getElement(i), "Array element cannot be nil", C); in checkPostStmt() 892 const Stmt *Element = FCS->getElement(); in checkElementNonNil()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 173 const Expr *Rhs = ALE->getElement(i); in EmitObjCCollectionLiteral() 1784 if (const DeclStmt *SD = dyn_cast<DeclStmt>(S.getElement())) in EmitObjCForCollectionStmt() 1936 if (const DeclStmt *SD = dyn_cast<DeclStmt>(S.getElement())) { in EmitObjCForCollectionStmt() 1951 elementType = cast<Expr>(S.getElement())->getType(); in EmitObjCForCollectionStmt() 2011 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt() 2079 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()
|
H A D | CodeGenPGO.cpp | 605 Visit(S->getElement()); in VisitObjCForCollectionStmt()
|
H A D | CoverageMappingGen.cpp | 1254 Visit(S->getElement()); in VisitObjCForCollectionStmt()
|
/openbsd/gnu/llvm/clang/lib/Analysis/ |
H A D | LiveVariables.cpp | 421 Stmt *element = OS->getElement(); in VisitObjCForCollectionStmt()
|
H A D | UninitializedValues.cpp | 688 if (const auto *DS = dyn_cast<DeclStmt>(FS->getElement())) { in VisitObjCForCollectionStmt()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 1285 VI.Expr->getElement(0) == llvm::dwarf::DW_OP_deref) in collectVariableInfoFromMFTable() 3210 (DIE->getElement(0) == dwarf::DW_OP_plus_uconst)) in collectGlobalVariableInfo() 3216 std::make_pair(DIGV, DIE->getElement(1))); in collectGlobalVariableInfo() 3426 APSInt Value(APInt(/*BitWidth=*/64, DIE->getElement(1)), isUnsigned); in emitDebugInfoForGlobal()
|
H A D | DwarfUnit.cpp | 1412 static_cast<int64_t>(BE->getElement(1)) != DefaultLowerBound) in constructGenericSubrangeDIE() 1414 BE->getElement(1)); in constructGenericSubrangeDIE()
|
H A D | DwarfCompileUnit.cpp | 222 Expr->getElement(1)); in addLocationAttribute()
|
/openbsd/gnu/llvm/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 483 Objs.push_back(ArrLit->getElement(i)); in getNSArrayObjects()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | StmtPrinter.cpp | 416 if (auto *DS = dyn_cast<DeclStmt>(Node->getElement())) in VisitObjCForCollectionStmt() 419 PrintExpr(cast<Expr>(Node->getElement())); in VisitObjCForCollectionStmt()
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 1297 Record.AddStmt(E->getElement(i)); in VisitObjCArrayLiteral() 1446 Record.AddStmt(S->getElement()); in VisitObjCForCollectionStmt()
|
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 1702 if (DeclStmt *DS = dyn_cast<DeclStmt>(S->getElement())) { in RewriteObjCForCollectionStmt() 1719 DeclRefExpr *DR = cast<DeclRefExpr>(S->getElement()); in RewriteObjCForCollectionStmt() 2735 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()
|
/openbsd/gnu/llvm/llvm/include/llvm/TableGen/ |
H A D | Record.h | 719 Init *getElement(unsigned i) const { in getElement() function
|