Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp37 return [=](const LegalityQuery &Query) { in typeInSet()
46 return [=](const LegalityQuery &Query) { in typePairInSet()
56 return [=](const LegalityQuery &Query) { in typePairAndMemDescInSet()
68 return [=](const LegalityQuery &Query) { in isScalar()
74 return [=](const LegalityQuery &Query) { in isVector()
80 return [=](const LegalityQuery &Query) { in isPointer()
87 return [=](const LegalityQuery &Query) { in isPointer()
95 return [=](const LegalityQuery &Query) { in elementTypeIs()
103 return [=](const LegalityQuery &Query) { in scalarNarrowerThan()
111 return [=](const LegalityQuery &Query) { in scalarWiderThan()
[all …]
H A 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 changeElementCountTo()
59 return [=](const LegalityQuery &Query) { in changeElementCountTo()
69 return [=](const LegalityQuery &Query) { in changeElementSizeTo()
79 return [=](const LegalityQuery &Query) { in widenScalarOrEltToNextPow2()
90 return [=](const LegalityQuery &Query) { in widenScalarOrEltToNextMultipleOf()
99 return [=](const LegalityQuery &Query) { in moreElementsToNextPow2()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp87 [=](const LegalityQuery &Query) { in AArch64LegalizerInfo()
92 [=](const LegalityQuery &Query) { in AArch64LegalizerInfo()
119 [=](const LegalityQuery &Query) { in AArch64LegalizerInfo()
131 .customIf([=](const LegalityQuery &Query) { in AArch64LegalizerInfo()
219 [=, &ST](const LegalityQuery &Query) { in AArch64LegalizerInfo()
228 [=, &ST](const LegalityQuery &Query) { in AArch64LegalizerInfo()
407 [=](const LegalityQuery &Query) { in AArch64LegalizerInfo()
604 [=](const LegalityQuery &Query) { in AArch64LegalizerInfo()
611 [=](const LegalityQuery &Query) { in AArch64LegalizerInfo()
616 [=](const LegalityQuery &Query) { in AArch64LegalizerInfo()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp39 CheckTy0Ty1MemSizeAlign(const LegalityQuery &Query, in CheckTy0Ty1MemSizeAlign()
62 static bool CheckTyN(unsigned N, const LegalityQuery &Query, in CheckTyN()
82 .legalIf([=, &ST](const LegalityQuery &Query) { in MipsLegalizerInfo()
106 .legalIf([=, &ST](const LegalityQuery &Query) { in MipsLegalizerInfo()
125 .customIf([=, &ST](const LegalityQuery &Query) { in MipsLegalizerInfo()
167 .legalIf([](const LegalityQuery &Query) { return false; }) in MipsLegalizerInfo()
171 .legalIf([](const LegalityQuery &Query) { return false; }) in MipsLegalizerInfo()
198 .legalIf([=, &ST](const LegalityQuery &Query) { in MipsLegalizerInfo()
241 .legalIf([=, &ST](const LegalityQuery &Query) { in MipsLegalizerInfo()
246 .lowerIf([=, &ST](const LegalityQuery &Query) { in MipsLegalizerInfo()
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/test/Inputs/
H A Drequests.json1 …"/usr/home/user/clang-tools-extra/clangd/benchmarks/IndexBenchmark.cpp"],"Query":"OMP","RestrictFo… string
2 {"Limit":100,"ProximityPaths":[],"Query":"s","RestrictForCodeCompletion":true,"Scopes":["llvm::", "… string
3 {"Limit":100,"ProximityPaths":[],"Query":"sy","RestrictForCodeCompletion":true,"Scopes":["llvm::", … string
4 {"Limit":100,"ProximityPaths":[],"Query":"sys","RestrictForCodeCompletion":true,"Scopes":["llvm::",… string
5 {"Limit":100,"ProximityPaths":[],"Query":"sys","RestrictForCodeCompletion":true,"Scopes":["llvm::",… string
6 {"Limit":100,"ProximityPaths":[],"Query":"Dex","RestrictForCodeCompletion":true,"Scopes":["clang::c… string
7 {"Limit":100,"ProximityPaths":[],"Query":"Variable","RestrictForCodeCompletion":true,"Scopes":[""],… string
/llvm-project-15.0.7/clang-tools-extra/clang-query/
H A DQuery.h39 struct Query : llvm::RefCountedBase<Query> { struct
40 Query(QueryKind Kind) : Kind(Kind) {} in Query() function
49 const QueryKind Kind; argument
52 typedef llvm::IntrusiveRefCntPtr<Query> QueryRef; argument
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dprivate-extern-selector-reference.m4 @interface Query interface
/llvm-project-15.0.7/llvm/lib/Support/
H A DAutoConvert.cpp32 struct f_cnvrt Query = { in enableAutoConversion() local
H A DSpecialCaseList.cpp204 StringRef Query, StringRef Category) const { in inSection()
209 StringRef Query, in inSectionBlame()
222 StringRef Prefix, StringRef Query, in inSectionBlame()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp67 return [=](const LegalityQuery &Query) { in isSmallOddVector()
81 return [=](const LegalityQuery &Query) { in sizeIsMultipleOf32()
88 return [=](const LegalityQuery &Query) { in isWideVec16()
96 return [=](const LegalityQuery &Query) { in oneMoreElement()
105 return [=](const LegalityQuery &Query) { in fewerEltsToSize64Vector()
120 return [=](const LegalityQuery &Query) { in moreEltsToNext32Bit()
148 return [=](const LegalityQuery &Query) { in bitcastToRegisterType()
1065 [](const LegalityQuery &Query) { in AMDGPULegalizerInfo()
1069 [](const LegalityQuery &Query) { in AMDGPULegalizerInfo()
1081 [](const LegalityQuery &Query) { in AMDGPULegalizerInfo()
[all …]
/llvm-project-15.0.7/clang/lib/Basic/
H A DSanitizerSpecialCaseList.cpp57 StringRef Query, in inSection()
/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DIRMatchers.h65 Query(const Value *V, unsigned N) : Entity(V), OperandNo(N) {} in Query() function
66 Query(const Metadata *M, unsigned N) : Entity(M), OperandNo(N) {} in Query() function
67 Query(const Type *T, unsigned N) : Entity(T), OperandNo(N) {} in Query() function
/llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/
H A DTrigram.cpp123 std::vector<Token> generateQueryTrigrams(llvm::StringRef Query) { in generateQueryTrigrams()
/llvm-project-15.0.7/clang/unittests/Tooling/Syntax/
H A DTokensTest.cpp214 findTokenRange(llvm::StringRef Query, llvm::ArrayRef<syntax::Token> Tokens) { in findTokenRange()
243 llvm::ArrayRef<syntax::Token> findExpanded(llvm::StringRef Query) { in findExpanded()
246 llvm::ArrayRef<syntax::Token> findSpelled(llvm::StringRef Query, in findSpelled()
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/
H A DFuzzySymbolIndex.cpp29 std::vector<SymbolAndSignals> search(StringRef Query) override { in search()
H A DIncludeFixer.cpp342 IncludeFixerSemaSource::query(StringRef Query, StringRef ScopedQualifiers, in query()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DIndex.h29 std::string Query; member
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h132 Query(const LiveRange &LR, const LiveIntervalUnion &LIU) in Query() function
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizerInfo.cpp176 LegalityPredicate(([=](const LegalityQuery &Query) { in SPIRVLegalizerInfo()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFindSymbols.cpp42 bool approximateScopeMatch(llvm::StringRef Scope, llvm::StringRef Query) { in approximateScopeMatch()
83 getWorkspaceSymbols(llvm::StringRef Query, int Limit, in getWorkspaceSymbols()
H A DQuality.h123 } Query = Generic; member
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h404 bool match(const LegalityQuery &Query) const { in match()
411 std::pair<unsigned, LLT> determineMutation(const LegalityQuery &Query) const { in determineMutation()
1237 bool isLegal(const LegalityQuery &Query) const { in isLegal()
1241 bool isLegalOrCustom(const LegalityQuery &Query) const { in isLegalOrCustom()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSyncAPI.cpp124 SymbolSlab runFuzzyFind(const SymbolIndex &Index, llvm::StringRef Query) { in runFuzzyFind()
/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DLegalizerInfoTest.cpp217 #define EXPECT_ACTION(Action, Index, Type, Query) \ argument
/llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/dexp/
H A DDexp.cpp136 llvm::cl::opt<std::string> Query{ member in clang::clangd::__anona16f5ff30111::FuzzyFind

12