| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 480 auto InvokeMapIter = EHInfo.LabelToStateMap.find(Label); in scan() 914 BaseState = FuncInfo.FuncletBaseStateMap.find(FuncletPad)->second; in computeIP2StateTable() 1136 // early termination will find the innermost enclosing clause covering in emitCLRExceptionTable() 1185 "Failed to find still-pending state!"); in emitCLRExceptionTable()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 387 CallSitesInfo.find(MI) == CallSitesInfo.end()) && in DeleteMachineInstr() 860 return CallSitesInfo.find(MI); in getCallSiteInfo()
|
| H A D | RegAllocFast.cpp | 204 return LiveVirtRegs.find(Register::virtReg2Index(VirtReg)); in findLiveVirtReg() 208 return LiveVirtRegs.find(Register::virtReg2Index(VirtReg)); in findLiveVirtReg() 327 // identify spilled location as the place to find corresponding variable's in spill() 1154 // exception is thrown, the landing pad is going to expect to find in allocateInstruction()
|
| H A D | WinEHPrepare.cpp | 203 auto BaseStateI = FuncInfo.FuncletBaseStateMap.find(FuncletPad); in calculateStateNumbersForInvokes() 802 // Loop over all instructions, fixing each one as we find it... in cloneCommonBlocks() 880 ValueToValueMapTy::iterator I = VMap.find(Inst); in cloneCommonBlocks()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.cpp | 281 DenseMap<SDValue, unsigned>::iterator I = VRBaseMap.find(Op); in getVR() 723 DenseMap<SDValue, unsigned>::iterator I = VRBaseMap.find(Op);
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcShaderLibraryCase.cpp | 934 else if (val.storageType == ShaderCase::Value::STORAGE_UNIFORM && val.valueName.find('.') == string::npos) in specializeShaders() 971 else if (val.storageType == ShaderCase::Value::STORAGE_UNIFORM && val.valueName.find('.') == string::npos) in specializeShaders()
|
| /third_party/vk-gl-cts/external/amber/src/samples/ |
| H A D | config_helper_vulkan.cc | 709 if (std::find(available_instance_extensions_.begin(), in CreateVulkanInstance() 926 return amber::Result("Unable to find Vulkan device with ID " + in ChooseVulkanPhysicalDevice() 947 out << "Unable to find Vulkan device supporting:" << std::endl; in ChooseVulkanPhysicalDevice() 1157 std::find(available_device_extensions_.begin(), in DumpPhysicalDeviceInfo() 1169 "vkGetPhysicalDeviceProperties2KHR but could not find this " in DumpPhysicalDeviceInfo()
|
| /third_party/vk-gl-cts/external/amber/src/src/ |
| H A D | pipeline.cc | 411 return Result("Unable to find requested buffer"); in GetLocationForColorAttachment() 679 const auto iter = descriptor_map.find(shader_info.GetEntryPoint()); in UpdateOpenCLBufferBindings() 779 const auto iter = descriptor_map.find(shader_info.GetEntryPoint()); in GenerateOpenCLPodBuffers() 829 "could not find descriptor map entry for SET command: kernel " + in GenerateOpenCLPodBuffers()
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | validate_cfg.cpp | 546 auto seen_iter = seen_to_fall_through.find(target); in StructuredSwitchChecks() 852 // and find all back-edges. in PerformCfgChecks() 905 block == std::find(begin(blocks), block, idom)) { in PerformCfgChecks()
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | ProgramBinaryTest.cpp | 1444 auto basicRenderPos = rendererString.find(std::string("microsoft basic render")); in TEST_P() 1445 auto softwareAdapterPos = rendererString.find(std::string("software adapter")); in TEST_P()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | CommandProcessor.cpp | 655 if (mSwapchainStatus.find(swapchain) == mSwapchainStatus.end()) in getLastAndClearPresentResult() 659 return mSwapchainStatus.find(swapchain) != mSwapchainStatus.end(); in getLastAndClearPresentResult()
|
| /third_party/skia/src/gpu/dawn/ |
| H A D | GrDawnGpu.cpp | 869 if (sk_sp<GrDawnProgram>* program = fRenderPipelineCache.find(desc)) { in getOrCreateRenderPipeline() 887 auto i = fSamplers.find(samplerState); in getOrCreateSampler()
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | instrument_pass.cpp | 358 const auto map_itr = (*same_blk_post).find(*iid); in CloneSameBlockOps() 360 const auto map_itr2 = (*same_blk_pre).find(*iid); in CloneSameBlockOps()
|
| H A D | loop_dependence.cpp | 418 "SIVTest could not find a DistanceEntry for subscript_pair. Exiting"); in SIVTest() 673 // expression can be compared to the loop bounds to find if the offset is in SymbolicStrongSIVTest() 772 "WeakZeroSourceSIVTest was unable to find lower and upper bound as " in WeakZeroSourceSIVTest() 925 "WeakZeroDestinationSIVTest was unable to find lower and upper bound " in WeakZeroDestinationSIVTest() 1155 return std::find(loops_in_pair.begin(), end_it, loop) != end_it; in PartitionSubscripts() 1513 std::find(std::begin(loops_), std::end(loops_), loop)); in DeltaTest()
|
| H A D | loop_peeling.cpp | 268 do_while_form_ = std::find(header_pred.begin(), header_pred.end(), in GetIteratingExitValues() 460 auto def_in_loop = clone_results.value_map_.find(incoming_value); in PeelBefore()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | instrument_pass.cpp | 358 const auto map_itr = (*same_blk_post).find(*iid); in CloneSameBlockOps() 360 const auto map_itr2 = (*same_blk_pre).find(*iid); in CloneSameBlockOps()
|
| H A D | loop_dependence.cpp | 418 "SIVTest could not find a DistanceEntry for subscript_pair. Exiting"); in SIVTest() 673 // expression can be compared to the loop bounds to find if the offset is in SymbolicStrongSIVTest() 772 "WeakZeroSourceSIVTest was unable to find lower and upper bound as " in WeakZeroSourceSIVTest() 925 "WeakZeroDestinationSIVTest was unable to find lower and upper bound " in WeakZeroDestinationSIVTest() 1155 return std::find(loops_in_pair.begin(), end_it, loop) != end_it; in PartitionSubscripts() 1513 std::find(std::begin(loops_), std::end(loops_), loop)); in DeltaTest()
|
| H A D | loop_peeling.cpp | 268 do_while_form_ = std::find(header_pred.begin(), header_pred.end(), in GetIteratingExitValues() 460 auto def_in_loop = clone_results.value_map_.find(incoming_value); in PeelBefore()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | validate_cfg.cpp | 546 auto seen_iter = seen_to_fall_through.find(target); in StructuredSwitchChecks() 852 // and find all back-edges. in PerformCfgChecks() 905 block == std::find(begin(blocks), block, idom)) { in PerformCfgChecks()
|
| /third_party/python/Lib/logging/ |
| H A D | handlers.py | 1266 if (url.find('?') >= 0): 1274 i = host.find(":")
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 1094 auto I = AddrToBlock.find(Addr); in getBlockAt() 1148 auto I = AddrToSymbols.find(Addr); in getSymbolsAt()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 848 CacheMapTy::iterator CacheIt = CacheMap.find(SeenVal); in compute() 876 CacheMapTy::iterator CacheIt = CacheMap.find(V); in compute_()
|
| H A D | MemorySSAUpdater.cpp | 46 auto Cached = CachedPreviousDef.find(BB); in getPreviousDefRecursive() 138 // This starts at the memory access, and goes backwards in the block to find the 149 // This starts at the memory access, and goes backwards in the block to the find 320 std::find(InsertedPHIs.begin(), InsertedPHIs.end(), DefBefore) != in insertDef() 335 // because the isOptimized() call will fail to find the same ID. in insertDef() 355 // backwards to find the def. To make that work, we'd have to track whether in insertDef() 504 // We didn't find a def, so we must continue. in fixupDefs() 906 // This decision can be revisited if we find the alternative more favorable. in applyInsertUpdates() 983 assert(DefPn != nullptr && "Unable to find last definition."); in applyInsertUpdates()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| H A D | BasicBlockUtils.cpp | 239 if (llvm::find(successors(PredBB), *I) == succ_end(PredBB)) in MergeBlockIntoPredecessor() 355 // restart identifying redundant instructions if case we find another in removeRedundantDbgInstrsUsingBackwardScan() 393 auto VMI = VariableMap.find(Key); in removeRedundantDbgInstrsUsingForwardScan() 613 // loop). To find this, examine each of the predecessors and determine which in UpdateAnalysisInformation()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | DenseMap.h | 127 iterator find(const KeyT &Val) { in find() function in llvm::DenseMapBase 133 const_iterator find(const KeyT &Val) const { in find() function in llvm::DenseMapBase 140 /// Alternate version of find() which allows a different, and possibly 521 // FoundTombstone - Keep track of whether we find a tombstone while probing. in LookupBucketFor()
|