Home
last modified time | relevance | path

Searched refs:find (Results 3101 - 3125 of 3495) sorted by relevance

1...<<121122123124125126127128129130>>...140

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cClipDistance.cpp1664 size_t position = destination.find(key, 0); in preprocessCode()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_composites_test.cpp737 HasSubstr("Index is out of bounds, can not find index 6 in the " in TEST_F()
962 HasSubstr("Index is out of bounds, can not find index 6 in the " in TEST_F()
1069 header.erase(header.find("%func")); in TEST_F()
1383 HasSubstr("Index is out of bounds, can not find index 3 in the " in TEST_F()
1404 HasSubstr("Index is out of bounds, can not find index 3 in the structure " in TEST_F()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dcl_stubs.cpp1170 const auto it = procTable.find(func_name); in GetExtensionFunctionAddress()
/third_party/skia/src/core/
H A DSkPictureRecord.cpp851 if (int* n = fPaths.find(path)) { in addPathToHeap()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_composites_test.cpp737 HasSubstr("Index is out of bounds, can not find index 6 in the " in TEST_F()
962 HasSubstr("Index is out of bounds, can not find index 6 in the " in TEST_F()
1069 header.erase(header.find("%func")); in TEST_F()
1383 HasSubstr("Index is out of bounds, can not find index 3 in the " in TEST_F()
1404 HasSubstr("Index is out of bounds, can not find index 3 in the structure " in TEST_F()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtzgnames.cpp116 * GMatchInfo stores zone name match information used by find method
1108 return fTimeZoneNames->find(text, start, nameTypes, status); in findTimeZoneNames()
/third_party/skia/src/pdf/
H A DSkPDFGradientShader.cpp246 // find coincident points and slightly move them over in gradientStitchCode()
899 if (SkPDFIndirectReference* ptr = gradientPatternMap.find(key)) { in find_pdf_shader()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DANGLETest.cpp488 auto iter = gFixtures.find(withMethods); in ANGLETestBase()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-coretext.cc680 active_feature_t *feature = active_features.find (&event->feature); in _hb_coretext_shape()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc76 throw NoSuchElementException("Cannot find builder for requested CMap."); in GetCMap()
1269 CMapBuilderMap::iterator builder = cmap_builders->find(cmap_id); in CMapBuilder()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp397 auto CostIter = InstCostMap.find({I, Iteration, 0, 0}); in analyzeLoopUnrollCost()
610 // won't find them on later ones too. in analyzeLoopUnrollCost()
1109 // Try to find the trip count upper bound if we cannot find the exact trip in tryToUnrollLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceGlobalContext.cpp141 auto Iter = Pool.find(Key); in getOrAdd()
H A DIceOperand.h650 auto Iter = NodeMap.find(Begin); in getNodeForSegment()
H A DIceRegAlloc.cpp335 if (ExcludeVars.find(Var) == ExcludeVars.end()) in init()
382 // available across Cur's live range. To handle this, we find a register that is
388 // Iterate through Iter.Cur's node's instruction list until we find the actual in addSpillFill()
398 // range to find all explicitly used registers (though the live range is in addSpillFill()
549 // variables to find the best <Prefer,AllowOverlap> combination, but note in findRegisterPreference()
717 // At this point, we need to find some reserve register that is already in handleNoFreeRegisters()
724 Func->setError("Unable to find a physical register for an " in handleNoFreeRegisters()
H A DIceTargetLowering.cpp156 size_t Pos = RegName.find(Separator); in splitToClassAndName()
530 // register allocator to find registers for as many of the new variables as in postRegallocSplitting()
H A DIceTargetLoweringMIPS32.h707 // argInGPR is used to find if any GPR register is available for argument of
844 auto Iter = KnownComputations.find(Var->getIndex()); in getProducerOf()
873 // false once we find the end of the live range for the variable defined
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProfReader.cpp581 auto Iter = HashTable->find(FuncName);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp541 MInstToMCSymbol::iterator LabelIt = LOHInstToLabel.find(MI); in EmitLOHs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp885 auto I = CallGraphResourceInfo.find(Callee); in analyzeResourceUsage()
H A DAMDGPULibFunc.cpp1009 auto Loc = Map.find(Name);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp478 auto LastMappingSymbol = LastMappingSymbols.find(Section);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp1007 DenseMap<unsigned, unsigned>::iterator OPI = ReduceOpcodeMap.find(Opcode); in ReduceMI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp1037 size_t Next = Name.find('.'); in splitMnemonic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp90 if (StubsNeeded.find(Symbol) == StubsNeeded.end()) in runOnMachineFunction()
H A DMipsConstantIslandPass.cpp777 assert(CPE && "Cannot find a corresponding CPEntry!"); in initializeFunctionInfo()
811 assert(I != MBB->end() && "Didn't find MI in its own basic block?"); in getOffsetOf()
1022 /// decrementCPEReferenceCount - find the constant pool entry with index CPI
1357 IP = llvm::find(WaterList, WaterBB); in handleConstantPoolUser()

Completed in 51 milliseconds

1...<<121122123124125126127128129130>>...140