| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 1574 size_t Dot = Name.find('.'); in ParseInstruction()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.cpp | 749 // Search up the BB to find the definition of the CR bit. in lowerCRBitSpilling() 762 // Unable to find CR bit definition within maximum search distance. in lowerCRBitSpilling() 772 // Unable to find the definition of the CR bit in the MBB. in lowerCRBitSpilling() 1152 unsigned NewOpcode = ImmToIdxMap.find(OpC)->second; in eliminateFrameIndex()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| H A D | X86SpeculativeLoadHardening.cpp | 1049 // If we didn't find any indirect branches with targets, nothing to do here. in tracePredStateThroughIndirectBranches() 1346 // always find the implicit-def because this code should only be reached in isDataInvariant() 1515 // always find the implicit-def because this code should only be reached in isDataInvariantLoad() 1607 // If we didn't find anything conclusive (neither definitely alive or in isEFLAGSLive() 1829 // even if we couldn't find the specific load used, or were able to in tracePredStateThroughBlocksAndHarden() 2006 auto It = AddrRegToHardenedReg.find(Op->getReg()); in hardenLoadAddr() 2158 // We need to find a single use which we can sink the check. We can in sinkPostLoadHardenedInst()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 288 auto Loc = WorkMap.find(V); in getReplacement() 868 // Skip through initial 'zero' indices, and find the corresponding pointer in canReplaceGEPIdxWithZero() 1568 // Check to see if we find the matching store. in mergeStoreIntoSuccessor() 1575 // If we find something that may be using or overwriting the stored in mergeStoreIntoSuccessor()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | InductiveRangeCheckElimination.cpp | 1139 auto It = Result.Map.find(V); in cloneLoop()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceTargetLoweringX8664.h | 99 auto Element = Producers.find(VarNum); in containsValid()
|
| /third_party/vixl/src/aarch64/ |
| H A D | cpu-features-auditor-aarch64.cc | 1411 FormToVisitorFnMap::const_iterator it = fv->find(form_hash); in Visit()
|
| /third_party/protobuf/python/google/protobuf/internal/ |
| H A D | descriptor_pool_test.py | 135 # Can find field. 142 # Can find top level Enum value. 149 # Can find nested Enum value. 655 '\"Couldn\'t find file none_file\"')) 660 # called the first time, a KeyError will be raised but call the find
|
| /third_party/python/Lib/test/ |
| H A D | test_xmlrpc.py | 1479 content = handle[handle.find("<?xml"):]
|
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| H A D | item.rs | 890 // If target is anonymous we need find its first named ancestor. in real_canonical_name() 1490 /// Parse a C++ type. If we find a reference to a type that has not been 1565 /// This is one of the trickiest methods you'll find (probably along with 1651 .find(|ty| *ty.decl() == declaration_to_look_for) 1774 // which we can find the definition of the template type parameter, if
|
| /third_party/rust/crates/clap/clap_derive/src/ |
| H A D | item.rs | 944 .find(|m| m.name == "default_value" || m.name == "default_value_os") in find_default_method()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
| H A D | container.h | 212 // Container-based version of the <algorithm> `std::find()` function to find 216 return std::find(container_algorithm_internal::c_begin(c), in c_find() 223 // Container-based version of the <algorithm> `std::find_if()` function to find 235 // find the first element in a container not matching the given condition. 247 // find the last subsequence within a container. 272 // find the first element within the container that is also within the options 298 // find equal adjacent elements within a container. 1490 // to find the first element in a given container which is not in heap order.
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | TextWrapper.cpp | 485 // If we were unable to find a break that matches the criteria, insert new one in moveForward() 535 const auto& ite = cache_.find(index); in moveForward()
|
| /third_party/spirv-tools/test/val/ |
| H A D | val_memory_test.cpp | 4014 const bool buffer_block = var_type.find("buffer_block") != std::string::npos; in TEST_P()
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fDrawTests.cpp | 1109 if (insertedHashes.find(hash) == insertedHashes.end()) in init()
|
| H A D | es3fFboInvalidateTests.cpp | 90 return std::find(attachmentList.begin(), attachmentList.end(), attachment) != attachmentList.end(); in hasAttachment()
|
| H A D | es3fTransformFeedbackTests.cpp | 233 return std::find(m_transformFeedbackVaryings.begin(), m_transformFeedbackVaryings.end(), "gl_PointSize") != m_transformFeedbackVaryings.end(); in isPointSizeUsed()
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fShaderMultisampleInterpolationTests.cpp | 173 if (shadeFrequency.find(packed) == shadeFrequency.end()) in verifyImage()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineSpecConstantTests.cpp | 285 const std::string::size_type pos = decl.find("${ID}"); in generateSpecConstantCode()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingComplexControlFlowTests.cpp | 210 while((start_pos = result.find(from, start_pos)) != std::string::npos) in replace()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| H A D | vktRenderPassDepthStencilResolveTests.cpp | 157 const auto itr = m_compatibleFormats.find(format); in getAlternativeFormat()
|
| /third_party/ninja/src/ |
| H A D | build_test.cc | 587 assert(find(active_edges_.begin(), active_edges_.end(), edge)
in StartCommand() 3611 string err_first_line = err.substr(0, err.find("\n"));
in TEST_F()
|
| /third_party/node/deps/v8/src/codegen/x64/ |
| H A D | assembler-x64.cc | 268 auto existing = entries_.find(data); in AddSharedEntry() 523 auto it = label_farjmp_maps_.find(L); in bind_to()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | OutputSPIRV.cpp | 513 auto iter = mSymbolIdMap.find(symbol); in getSymbolIdAndStorageClass() 4664 auto iter = mBuiltInResultStructMap.find(key); in makeBuiltInOutputStructType() 5368 // First, need to find out how many blocks are there in the switch. in visitSwitch()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 1753 DirectiveKindMap.find(IDVal); in parseStatement() 3892 CVDefRangeTypeMap.find(CVDefRangeTypeStr); in parseDirectiveCVDefRange() 4980 "Could not find include file '" + Filename + "'")) in parseDirectiveInclude() 5023 return Error(IncbinLoc, "Could not find incbin file '" + Filename + "'"); in parseDirectiveIncbin()
|