/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Operator.h | 484 inline op_iterator idx_end() { return op_end(); } in idx_end() function in llvm::GEPOperator 485 inline const_op_iterator idx_end() const { return op_end(); } in idx_end() function in llvm::GEPOperator 522 for (const_op_iterator I = idx_begin(), E = idx_end(); I != E; ++I) { in hasAllZeroIndices() 535 for (const_op_iterator I = idx_begin(), E = idx_end(); I != E; ++I) { in hasAllConstantIndices() 543 return count_if(make_range(idx_begin(), idx_end()), [](const Use& use) { in countNonConstantIndices()
|
H A D | Instructions.h | 1019 inline op_iterator idx_end() { return op_end(); } in idx_end() function in llvm::GetElementPtrInst 1020 inline const_op_iterator idx_end() const { return op_end(); } in idx_end() function in llvm::GetElementPtrInst 1023 return make_range(idx_begin(), idx_end()); in indices() 1027 return make_range(idx_begin(), idx_end()); in indices() 2348 inline idx_iterator idx_end() const { return Indices.end(); } in idx_end() function in llvm::ShuffleVectorInst::ExtractValueInst 2350 return make_range(idx_begin(), idx_end()); in indices() 2469 inline idx_iterator idx_end() const { return Indices.end(); } in idx_end() function in llvm::ShuffleVectorInst::InsertValueInst 2471 return make_range(idx_begin(), idx_end()); in indices()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | StraightLineStrengthReduce.cpp | 276 for (auto I = GEP->idx_begin(); I != GEP->idx_end(); ++I) in isGEPFoldable() 304 for (auto I = GEP->idx_begin(); I != GEP->idx_end(); ++I) { in hasOnlyOneNonZeroIndex() 525 for (auto I = GEP->idx_begin(); I != GEP->idx_end(); ++I) in allocateCandidatesAndFindBasisForGEP()
|
H A D | NaryReassociate.cpp | 301 for (auto I = GEP->idx_begin(); I != GEP->idx_end(); ++I) in isGEPFoldable() 373 for (auto Index = GEP->idx_begin(); Index != GEP->idx_end(); ++Index) in tryReassociateGEPAtIndex()
|
H A D | EarlyCSE.cpp | 273 hash_combine_range(EVI->idx_begin(), EVI->idx_end())); in getHashValueImpl() 278 hash_combine_range(IVI->idx_begin(), IVI->idx_end())); in getHashValueImpl()
|
H A D | GVN.cpp | 301 for (InsertValueInst::idx_iterator II = E->idx_begin(), IE = E->idx_end(); in createExpr() 353 for (ExtractValueInst::idx_iterator II = EI->idx_begin(), IE = EI->idx_end(); in createExtractvalueExpr() 1341 OE = GEP->idx_end(); in processNonLocalLoad()
|
H A D | InferAddressSpaces.cpp | 487 SmallVector<Value *, 4>(GEP->idx_begin(), GEP->idx_end())); in cloneInstructionWithNewAddressSpace()
|
H A D | NewGVN.cpp | 1208 std::copy(II->idx_begin(), II->idx_end(), int_op_inserter(E)); 1215 std::copy(EI->idx_begin(), EI->idx_end(), int_op_inserter(E));
|
/third_party/backends/backend/ |
H A D | plustek-usbcal.c | 1196 u_short dpi, idx, idx_end; in cano_DoCalibration() local 1273 idx_end = 2; in cano_DoCalibration() 1281 idx_end = DIVIDER+1; in cano_DoCalibration() 1302 for( idx = 1; idx < idx_end; idx++ ) { in cano_DoCalibration()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | ArgumentPromotion.cpp | 442 for (User::op_iterator II = GEP->idx_begin(), IE = GEP->idx_end(); in doPromotion() 636 for (User::op_iterator II = GEP->idx_begin(), IE = GEP->idx_end(); in isSafeToPromoteArgument() 695 for (User::op_iterator i = GEP->idx_begin(), e = GEP->idx_end(); i != e; in isSafeToPromoteArgument()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 1947 Indices.append(GEP.idx_begin()+1, GEP.idx_end()); in visitGetElementPtrInst() 2030 SmallVector<Value*, 8> Idx(GEP.idx_begin()+1, GEP.idx_end()); in visitGetElementPtrInst() 2067 SmallVector<Value*, 8> Idx(GEP.idx_begin(), GEP.idx_end()); in visitGetElementPtrInst() 2708 exte = EV.idx_end(), inse = IV->idx_end(); in visitExtractValueInst() 2790 for (ExtractValueInst::idx_iterator I = EV.idx_begin(), E = EV.idx_end(); in visitExtractValueInst()
|
H A D | InstCombineLoadStoreAlloca.cpp | 310 Indices.append(GEP->idx_begin(), GEP->idx_end()); in replace()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 709 for (User::op_iterator I = GEP.idx_begin(), E = GEP.idx_end(); I != E; ++I) in isGEPFree() 871 for (User::op_iterator I = GEP.idx_begin(), E = GEP.idx_end(); I != E; ++I) in visitGetElementPtr()
|
H A D | LoopAccessAnalysis.cpp | 964 for (Value *Index : make_range(GEP->idx_begin(), GEP->idx_end())) in isNoWrapAddRec()
|
H A D | InstructionSimplify.cpp | 3483 SmallVector<Value *, 4> IndicesLHS(GLHS->idx_begin(), GLHS->idx_end()); in SimplifyICmpInst() 3487 SmallVector<Value *, 4> IndicesRHS(GRHS->idx_begin(), GRHS->idx_end()); in SimplifyICmpInst()
|
H A D | ValueTracking.cpp | 3554 for (const unsigned *i = I->idx_begin(), *e = I->idx_end(); in FindInsertedValue() 3601 Idxs.append(I->idx_begin(), I->idx_end()); in FindInsertedValue()
|
H A D | ScalarEvolution.cpp | 5446 for (auto Index = GEP->idx_begin(); Index != GEP->idx_end(); ++Index)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 339 if (GepI->idx_begin() == GepI->idx_end()) in isHandledGepForm() 384 for (User::op_iterator OI = GepI->idx_begin()+1, OE = GepI->idx_end(); in processGepInst()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | mkntfs.c | 2708 INDEX_ENTRY *idx_entry, *idx_end; in insert_index_entry_in_res_dir_index() local 2738 idx_end = (INDEX_ENTRY*)((u8*)idx_entry + in insert_index_entry_in_res_dir_index() 2745 while (((u8*)idx_entry < (u8*)idx_end) && in insert_index_entry_in_res_dir_index() 2790 while (((u8*)idx_entry < (u8*)idx_end) && in insert_index_entry_in_res_dir_index()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 806 for (auto I = GEP->idx_begin(); I != GEP->idx_end(); ++I) in InjectTraceForGep()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 3778 for (const unsigned *i = EVI->idx_begin(), *e = EVI->idx_end(); i != e; ++i) in printInstruction() 3784 for (const unsigned *i = IVI->idx_begin(), *e = IVI->idx_end(); i != e; ++i) in printInstruction()
|
H A D | Verifier.cpp | 3310 SmallVector<Value*, 16> Idxs(GEP.idx_begin(), GEP.idx_end()); in visitGetElementPtrInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 2658 Vals.append(EVI->idx_begin(), EVI->idx_end()); in writeInstruction() 2666 Vals.append(IVI->idx_begin(), IVI->idx_end()); in writeInstruction()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 11773 for (unsigned int idx_n = draw_cmd->IdxOffset, idx_end = draw_cmd->IdxOffset + draw_cmd->ElemCount; idx_n < idx_end; ) in DebugNodeDrawCmdShowMeshAndBoundingBox()
|