Home
last modified time | relevance | path

Searched defs:Query (Results 1 – 25 of 56) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64LegalizerInfo.cpp66 [=](const LegalityQuery &Query) { in AArch64LegalizerInfo()
71 [=](const LegalityQuery &Query) { in AArch64LegalizerInfo()
121 .customIf([=](const LegalityQuery &Query) { in AArch64LegalizerInfo()
160 [=, &ST](const LegalityQuery &Query) { in AArch64LegalizerInfo()
165 [=](const LegalityQuery &Query) { return std::make_pair(0, s16); }) in AArch64LegalizerInfo()
169 [=, &ST](const LegalityQuery &Query) { in AArch64LegalizerInfo()
172 [=](const LegalityQuery &Query) { return std::make_pair(0, s32); }) in AArch64LegalizerInfo()
184 .unsupportedIf([=](const LegalityQuery &Query) { in AArch64LegalizerInfo()
187 .legalIf([=](const LegalityQuery &Query) { in AArch64LegalizerInfo()
202 .unsupportedIf([=](const LegalityQuery &Query) { in AArch64LegalizerInfo()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalityPredicates.cpp30 [=](const LegalityQuery &Query) { return Query.Types[TypeIdx] == Type; }; in typeIs()
37 return [=](const LegalityQuery &Query) { in typeInSet()
46 return [=](const LegalityQuery &Query) { in typePairInSet()
56 return [=](const LegalityQuery &Query) { in typePairAndMemDescInSet()
69 return [=](const LegalityQuery &Query) { in isScalar()
75 return [=](const LegalityQuery &Query) { in isVector()
81 return [=](const LegalityQuery &Query) { in isPointer()
88 return [=](const LegalityQuery &Query) { in isPointer()
96 return [=](const LegalityQuery &Query) { in narrowerThan()
104 return [=](const LegalityQuery &Query) { in widerThan()
[all …]
DLegalizeMutations.cpp19 [=](const LegalityQuery &Query) { return std::make_pair(TypeIdx, Ty); }; in changeTo()
24 return [=](const LegalityQuery &Query) { in changeTo()
31 return [=](const LegalityQuery &Query) { in changeElementTo()
40 return [=](const LegalityQuery &Query) { in changeElementTo()
48 return [=](const LegalityQuery &Query) { in widenScalarOrEltToNextPow2()
58 return [=](const LegalityQuery &Query) { in moreElementsToNextPow2()
68 return [=](const LegalityQuery &Query) { in scalarize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsLegalizerInfo.cpp28 CheckTy0Ty1MemSizeAlign(const LegalityQuery &Query, in CheckTy0Ty1MemSizeAlign()
45 static bool CheckTyN(unsigned N, const LegalityQuery &Query, in CheckTyN()
66 .legalIf([=, &ST](const LegalityQuery &Query) { in MipsLegalizerInfo()
83 .legalIf([=, &ST](const LegalityQuery &Query) { in MipsLegalizerInfo()
115 .legalIf([](const LegalityQuery &Query) { return false; }) in MipsLegalizerInfo()
119 .legalIf([](const LegalityQuery &Query) { return false; }) in MipsLegalizerInfo()
146 .legalIf([=, &ST](const LegalityQuery &Query) { in MipsLegalizerInfo()
189 .legalIf([=, &ST](const LegalityQuery &Query) { in MipsLegalizerInfo()
194 .lowerIf([=, &ST](const LegalityQuery &Query) { in MipsLegalizerInfo()
210 .legalIf([=, &ST](const LegalityQuery &Query) { in MipsLegalizerInfo()
/third_party/rust/crates/memchr/bench/src/memmem/
Dinputs.rs19 pub struct Query { struct
33 Query { name: "fn-strength", needle: "fn strength", count: 0 }, argument
/third_party/typescript/tests/baselines/reference/
DrecursiveTypeRelations.js8 class Query<A extends Attributes<keyof A>> { class
9 multiply<B extends Attributes<keyof B>>(x: B): Query<A & B>; field in Query
45 function Query() { class in Query
DprivacyCheckAnonymousFunctionParameter.js24 var Query; variable
25 (function (Query) { argument
DparserMissingLambdaOpenBrace1.js3 where(filter: Iterator<T, boolean>): Query<T> { field in C
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp44 return [=](const LegalityQuery &Query) { in isMultiple32()
52 return [=](const LegalityQuery &Query) { in sizeIs()
58 return [=](const LegalityQuery &Query) { in isSmallOddVector()
68 return [=](const LegalityQuery &Query) { in isWideVec16()
76 return [=](const LegalityQuery &Query) { in oneMoreElement()
84 return [=](const LegalityQuery &Query) { in fewerEltsToSize64Vector()
97 return [=](const LegalityQuery &Query) { in moreEltsToNext32Bit()
113 return [=](const LegalityQuery &Query) { in vectorSmallerThan()
120 return [=](const LegalityQuery &Query) { in vectorWiderThan()
127 return [=](const LegalityQuery &Query) { in numElementsNotEven()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLegacy.h62 SymbolNameSet lookup(std::shared_ptr<AsynchronousSymbolQuery> Query, in lookup()
143 lookupWithLegacyFn(ExecutionSession &ES, AsynchronousSymbolQuery &Query, in lookupWithLegacyFn()
193 SymbolNameSet lookup(std::shared_ptr<AsynchronousSymbolQuery> Query, in lookup()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DState.h385 struct Query struct
399 static inline Query * argument
/third_party/typescript/tests/cases/compiler/
DundefinedTypeArgument2.ts2 interface Query<T> { interface
DgenericFunctions3.ts1 interface Query<T> { interface
DinfinitelyExpandingTypes5.ts1 interface Query<T> { interface
DrecursiveTypeRelations.ts7 class Query<A extends Attributes<keyof A>> { class
DinfinitelyExpandingTypes4.ts1 interface Query<T> { interface
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DRenderer.hpp88 struct Query struct
90 enum Type { FRAGMENTS_PASSED, TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN };
97 inline void begin() in begin()
103 inline void end() in end()
108 inline bool isReady() const in isReady()
113 bool building;
114 AtomicInt data;
116 const Type type;
118 ~Query() {} // Only delete a query within the release() function in ~Query()
120 AtomicInt reference;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSpecialCaseList.cpp205 StringRef Query, StringRef Category) const { in inSection()
210 StringRef Query, in inSectionBlame()
223 StringRef Prefix, StringRef Query, in inSectionBlame()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cMapBufferAlignmentTests.cpp50 class Query : public deqp::TestCase class
54Query(deqp::Context& context) : TestCase(context, "query", "Verifies value of MIN_MAP_BUFFER_ALIGN… in Query() function in gl4cts::MapBufferAlignment::Query
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DNullResolver.cpp21 NullResolver::lookup(std::shared_ptr<AsynchronousSymbolQuery> Query, in lookup()
/third_party/node/src/
Dnode_env_var.cc133 int32_t RealEnvStore::Query(const char* key) const { in Query() function in node::RealEnvStore
155 int32_t RealEnvStore::Query(Isolate* isolate, Local<String> property) const { in Query() function in node::RealEnvStore
236 int32_t MapKVStore::Query(const char* key) const { in Query() function in node::MapKVStore
241 int32_t MapKVStore::Query(Isolate* isolate, Local<String> key) const { in Query() function in node::MapKVStore
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DQuery.cpp25 Query::Query(GLuint name, GLenum type) : NamedObject(name) in Query() function in es2::Query
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkQueryPool.hpp29 class Query class
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DQuery.cpp14 Query::Query(rx::QueryImpl *impl, GLuint id) : RefCountObject(id), mQuery(impl), mLabel() {} in Query() function in gl::Query
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSamplerCore.hpp35 Query, // Return implicit LOD. enumerator

123