/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_descriptor.cpp | 962 parent->AddNestedLoop(loop.get()); in PostModificationCleanup()
|
H A D | merge_return_pass.cpp | 854 function->entry().get(), in HasNontrivialUnreachableBlocks()
|
H A D | optimizer.cpp | 141 // Propagate constants to get as many constant conditions on branches in RegisterLegalizationPasses() 595 auto status = impl_->pass_manager.Run(context.get()); in Run()
|
H A D | scalar_replacement_pass.cpp | 534 ptrId = context()->get_type_mgr()->GetTypeInstruction(pointerTy.get()); in GetOrCreatePointerType()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jfdctflt-sse.asm | 83 get_GOT ebx ; get GOT address
|
H A D | jfdctfst-mmx.asm | 97 get_GOT ebx ; get GOT address
|
H A D | jfdctfst-sse2.asm | 98 get_GOT ebx ; get GOT address
|
H A D | jidctflt-3dn.asm | 81 get_GOT ebx ; get GOT address
|
H A D | jidctfst-mmx.asm | 112 get_GOT ebx ; get GOT address
|
H A D | jidctfst-sse2.asm | 110 get_GOT ebx ; get GOT address
|
H A D | jidctint-avx2.asm | 312 get_GOT ebx ; get GOT address
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucal.cpp | 38 // Note that if zoneID is invalid, we get back GMT. This odd in _createTimeZone() 499 return ((Calendar*)cal)->get(field, *status); in ucal_get()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | pkg_genc.cpp | 86 Let the cc compiler help you get started. 728 exit(status.get()); in getOutFilename()
|
/third_party/skia/src/sksl/ |
H A D | SkSLAnalysis.cpp | 99 const Expression* maybeCoords = arguments[0].get();
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | ANGLETest.h | 508 // Can be used before we get a GL context. 654 : ANGLETestBase(std::get<angle::PlatformParameters>(this->GetParam())) in ANGLETestWithParam()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/ |
H A D | Core.h | 662 auto& out = std::get<BASE_INDEX>(args); in FromJS()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | ShaderModuleD3D12.cpp | 486 DAWN_TRY(CheckHRESULT(result->GetStatus(&hr), "DXC get status")); in CompileShaderDXC() 490 DAWN_TRY(CheckHRESULT(result->GetErrorBuffer(&errors), "DXC get error buffer")); in CompileShaderDXC() 497 DAWN_TRY(CheckHRESULT(result->GetResult(&compiledShader), "DXC get result")); in CompileShaderDXC() 828 return {cachedShader.buffer.get(), cachedShader.bufferSize}; in GetD3D12ShaderBytecode()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-subset-cff-common.hh | 519 hb_codepoint_t new_num = get (old_num); in biased_num()
|
H A D | hb-subset-cff1.cc | 57 return offset_sid (get (unoffset_sid (sid))); in operator []()
|
/third_party/python/Lib/test/ |
H A D | test_pyexpat.py | 277 # Tests that make sure we get errors when the namespace_separator value 363 bt = attrs.get("buffer-text")
|
/third_party/python/Lib/ |
H A D | _collections_abc.py | 771 def get(self, key, default=None): member in Mapping 772 'D.get(k[,d]) -> D[k] if k in D, else d. d defaults to None.' 960 'D.setdefault(k[,d]) -> D.get(k,d), also set D[k]=d if k not in D'
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | OrcRemoteTargetClient.h | 231 uintptr_t LocalAddr = reinterpret_cast<uintptr_t>(Contents.get()); in getLocalAddress()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 504 if (auto S = dyn_cast<ELFYAML::Section>(Sec.get())) in getSections()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | Lint.cpp | 667 return UndefValue::get(V->getType()); in findValueImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | PredicateInfo.cpp | 57 // Given a predicate info that is a type of branching terminator, get the 66 // Given a predicate info that is a type of branching terminator, get the 70 "Not a predicate info type we know how to get a terminator from."); in getBranchTerminator() 74 // Given a predicate info that is a type of branching terminator, get the 79 "Not a predicate info type we know how to get an edge from."); in getBlockEdge() 146 // We want to put the def that will get used for a given set of phi uses, in operator ()() 518 // all unnamed types get mangled to the same string. We use the pointer 615 // The predicate info for branches always come first, they will get in renameUses() 618 // it will get materialized in front of the assume. in renameUses() 663 // currently and will be considered equal. We could get ri in renameUses() [all...] |