Home
last modified time | relevance | path

Searched refs:enumerate (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/llvm-project-15.0.7/llvm/utils/
H A Dshuffle_fuzz.py116 for i, shuffles in enumerate(shuffle_tree):
118 for j, s in enumerate(shuffles):
131 for i, s in enumerate(shuffles)]
162 for i, shuffles in enumerate(shuffle_tree):
163 for j, s in enumerate(shuffles):
176 for i, r in enumerate(result):
220 for i, r in enumerate(result):
H A Dupdate_mca_test_checks.py150 for i, line in enumerate(line_tuples):
173 for i, l in enumerate(line):
243 for index, block in enumerate(blocks):
333 for block_num, block_text in enumerate(all_blocks[key]):
345 for i, setlist in enumerate(all_sets):
346 other_set_values = set([elem for j, setlist2 in enumerate(all_sets)
351 for i, block_text in enumerate(block_infos[block_num]):
/llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp74 for (const auto &Child : enumerate(Children)) { in writeDOTGraphEdges()
92 for (auto &P : enumerate(MatchDag.predicates())) { in GIMatchTreeBuilderLeafInfo()
98 for (auto &Dep : enumerate(MatchDag.predicate_edges())) { in GIMatchTreeBuilderLeafInfo()
103 for (auto &Dep : enumerate(MatchDag.predicate_edges())) { in GIMatchTreeBuilderLeafInfo()
137 for (auto &Dep : enumerate(MatchDag.predicate_edges())) { in declareInstr()
160 for (auto &E : enumerate(MatchDag.edges())) { in declareOperand()
342 for (auto &C : enumerate(TreeNode->children())) { in runStep()
394 for (const auto &Leaf : enumerate(Leaves)) { in repartition()
516 for (const auto &Leaf : enumerate(Leaves)) { in repartition()
653 for (const auto &Leaf : enumerate(Leaves)) { in repartition()
[all …]
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dcheck_path.py19 for idx, dir in enumerate(paths):
22 for idx, file in enumerate(paths):
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64PerfectShuffle.h6593 if (llvm::all_of(llvm::enumerate(M), [](auto &E) { in getPerfectShuffleCost()
6597 if (llvm::all_of(llvm::enumerate(M), [](auto &E) { in getPerfectShuffleCost()
/llvm-project-15.0.7/clang/utils/
H A Dtoken-delta.py84 for i,S in enumerate(sets):
155 for i,(file,tokens) in enumerate(self.tokenLists):
171 for i,(file,_) in enumerate(self.tokenLists):
189 … for i,(file,_) in enumerate(self.tokenLists)]), end=' ', file=sys.stderr)
209 for i,(file,tokens) in enumerate(self.tokenLists)
H A DCmpDriver145 for i,(aElt,bElt) in enumerate(diff.getDiffs()):
165 for i,(aElt,bElt) in enumerate(diff.getDiffs()):
177 for i,(a,b) in enumerate(map(None, infoA.commands, infoB.commands)):
194 for i,(aElt,bElt) in enumerate(diffs):
/llvm-project-15.0.7/lldb/unittests/Process/Utility/
H A DRegisterContextTest.cpp57 for (const auto &x : llvm::enumerate(tag_word_test_vectors)) { in TEST()
69 for (const auto &x : llvm::enumerate(tag_word_test_vectors)) { in TEST()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DSTLExtrasTest.cpp50 for (auto X : llvm::enumerate(foo)) { in TEST()
62 for (auto X : llvm::enumerate(bar)) { in TEST()
73 for (auto X : llvm::enumerate(baz)) { in TEST()
84 for (auto X : llvm::enumerate(foo)) { in TEST()
97 auto Enumerator = llvm::enumerate(std::vector<int>{1, 2, 3}); in TEST()
99 for (auto X : llvm::enumerate(std::vector<int>{1, 2, 3})) { in TEST()
116 for (auto X : llvm::enumerate(std::vector<char>{'1', '2', '3'})) { in TEST()
194 auto E = enumerate(std::move(R)); in TEST()
220 auto E = enumerate(R); in TEST()
305 auto Enumerated = to_vector<4>(enumerate(v)); in TEST()
[all …]
/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DReusables.h99 for (const auto &RangeItem : llvm::enumerate(Piece.getRanges())) in testEquality()
122 for (const auto &PieceItem : llvm::enumerate(Diag.path)) { in testEquality()
146 for (const auto &Item : llvm::enumerate(Diags)) in FlushDiagnosticsImpl()
/llvm-project-15.0.7/polly/lib/External/isl/imath/tests/gmp-compat-test/
H A Dgenctest.py87 for (i, p) in enumerate(self.api.params):
99 self.test_var_name(p, i) for (i, p) in enumerate(self.api.params)
180 for (i, p) in enumerate(self.api.params):
191 for (i, p) in enumerate(api.params)
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DRandomAccessVisitorTest.cpp227 for (auto I : enumerate(IndicesToVisit)) in TEST_F()
256 for (auto I : enumerate(IndicesToVisit)) in TEST_F()
285 for (auto &I : enumerate(IndicesToVisit)) in TEST_F()
316 for (auto I : enumerate(IndicesToVisit)) in TEST_F()
346 for (auto &I : enumerate(IndicesToVisit)) in TEST_F()
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/Utils/
H A DUtils.cpp45 for (const auto &en : enumerate(type.getShape())) { in createPadHighOp()
64 for (const auto &en : llvm::enumerate(tensorTy.getShape())) { in createDynamicDimValues()
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/breakpoint/
H A DTestVSCode_logpoints.py79 for idx, logMessage_line in enumerate(logMessage_output):
139 for idx, logMessage_line in enumerate(logMessage_output):
/llvm-project-15.0.7/clang/tools/scan-build-py/tests/unit/
H A Dtest_report.py362 for idx, content in enumerate(contents):
519 for idx, content in enumerate(contents):
626 for idx, content in enumerate(contents):
/llvm-project-15.0.7/flang/test/Evaluate/
H A Dtest_folding.py105 for passed_results, line in enumerate(src3.split("\n")):
117 for i, line in enumerate(src, 1):
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DForToWhile.cpp75 for (const auto &barg : enumerate(forOp.getBody(0)->getArguments())) in matchAndRewrite()
93 for (const auto &arg : llvm::enumerate(forOp.getResults())) in matchAndRewrite()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/dextIR/
H A DProgramState.py101 enumerate(self.frames)))
111 for idx, frame in enumerate(self.frames):
/llvm-project-15.0.7/clang/utils/ABITest/
H A DABITestGen.py105 args = ', '.join(['%s arg%d'%(self.getTypeName(t),i) for i,t in enumerate(FT.argTypes)])
127 for i,t in enumerate(FT.argTypes):
167 for i,(array,length) in enumerate(tests):
235 for i,values in enumerate(fieldValues):
262 for i,f in enumerate(t.fields):
297 for i,f in enumerate(t.fields):
325 for i,f in enumerate(t.fields):
544 for i,t in enumerate(opts.vectorTypes.split(',')):
/llvm-project-15.0.7/mlir/lib/Dialect/Utils/
H A DReshapeOpsUtils.cpp202 for (const auto &it : llvm::enumerate(reassociation)) { in isReassociationValid()
231 for (const auto &map : llvm::enumerate(reassociationMaps)) { in reshapeLikeShapesAreCompatible()
234 for (const auto &dim : llvm::enumerate( in reshapeLikeShapesAreCompatible()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DElementwiseOpFusion.cpp530 for (const auto &resultExpr : llvm::enumerate(fusedIndexMap.getResults())) { in compute()
546 for (const auto &numFoldedDim : llvm::enumerate(numExpandedDims)) { in compute()
928 for (const auto &expr : enumerate(indexingMap.getResults())) { in isDimSequencePreserved()
935 for (const auto &dimInSequence : enumerate(dimSequence)) { in isDimSequencePreserved()
1062 for (const auto &startDim : llvm::enumerate(reductionDims)) { in getCollapsableIterationSpaceDims()
1074 llvm::enumerate(foldedIterationSpaceDims)) { in getCollapsableIterationSpaceDims()
1144 llvm::enumerate(collapsedOpToOrigOpIterationDim)) { in initialize()
1145 for (const auto &dim : enumerate(foldedDims.value())) in initialize()
1312 enumerate(collapsingInfo.getCollapsedOpToOrigOpMapping())) { in generateCollapsedIndexingRegion()
1412 for (const auto &originalResult : llvm::enumerate(genericOp->getResults())) { in collapseGenericOpIterationDims()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/ABI/AArch64/
H A DABIAArch64.cpp81 for (auto it : llvm::enumerate(full_reg_indices)) { in addPartialRegisters()
114 for (auto it : llvm::enumerate(regs)) { in AugmentRegisterInfo()
/llvm-project-15.0.7/mlir/lib/Transforms/
H A DTopologicalSort.cpp20 for (auto &it : llvm::enumerate(op->getRegions())) { in runOnOperation()
/llvm-project-15.0.7/compiler-rt/test/tsan/libdispatch/
H A Dlit.local.cfg.py10 for index, (template, replacement) in enumerate(config.substitutions):
/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp96 for (const auto &Arg : llvm::enumerate(Info.InvocationArguments)) { in generateReproducerMetaInfo()
148 for (const auto &File : llvm::enumerate(Report.TemporaryFiles)) { in printReproducerInformation()

12345678910>>...15