Home
last modified time | relevance | path

Searched refs:relations (Results 1 – 25 of 125) sorted by relevance

12345

/external/llvm-project/clang-tools-extra/clangd/index/
DProjectAware.cpp53 void relations(const RelationsRequest &Req,
107 void ProjectAwareIndex::relations( in relations() function in clang::clangd::__anonc1793c800111::ProjectAwareIndex
112 return Idx->relations(Req, Callback); in relations()
DIndex.cpp73 void SwapIndex::relations( in relations() function in clang::clangd::SwapIndex
76 return snapshot()->relations(R, CB); in relations()
DIndex.h119 virtual void relations(
144 void relations(const RelationsRequest &,
DMerge.cpp130 void MergedIndex::relations( in relations() function in clang::clangd::MergedIndex
139 Dynamic->relations(Req, [&](const SymbolID &Subject, const Symbol &Object) { in relations()
146 Static->relations(Req, [&](const SymbolID &Subject, const Symbol &Object) { in relations()
DMerge.h45 void relations(const RelationsRequest &,
DMemIndex.h61 void relations(const RelationsRequest &Req,
DMemIndex.cpp91 void MemIndex::relations( in relations() function in clang::clangd::MemIndex
/external/llvm-project/polly/lib/External/isl/
DREADME1 isl is a thread-safe C library for manipulating sets and relations
3 the sets and relations may involve both parameters and existentially
/external/llvm/test/Analysis/BasicAA/
D2003-11-04-SimpleCases.ll1 ; This testcase consists of alias relations which should be completely
D2003-12-11-ConstExprGEP.ll1 ; This testcase consists of alias relations which should be completely
/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
Dsimple.ll1 ; This testcase consists of alias relations which should be completely
Dconst-expr-gep.ll1 ; This testcase consists of alias relations which should be completely
/external/llvm-project/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
Dsimple.ll1 ; This testcase consists of alias relations which should be completely
Dconst-expr-gep.ll1 ; This testcase consists of alias relations which should be completely
/external/llvm-project/llvm/test/Analysis/BasicAA/
D2003-11-04-SimpleCases.ll1 ; This testcase consists of alias relations which should be completely
D2003-12-11-ConstExprGEP.ll1 ; This testcase consists of alias relations which should be completely
D128-bit-ptr.ll1 ; This testcase consists of alias relations on 128-bit pointers that
/external/llvm-project/clang-tools-extra/clangd/index/dex/
DDex.h83 void relations(const RelationsRequest &Req,
/external/llvm-project/clang-tools-extra/clangd/test/
Dmemory_tree.test33 # CHECK-NEXT: "relations": {
/external/llvm-project/polly/lib/External/isl/doc/
Disl.bib334 of statement instances, the access relations, the dependences and
336 relations of sequences of integers bounded by (quasi-)affine constraints.
337 When these sets and relations are represented in disjunctive normal form,
473 …keywords = {Polyhedral compilation, Presburger relations, code generation, index set splitting, un…
Dimplementation.tex28 $R$ is a finite union of basic relations
76 $S \in \Z^n \to 2^{\Z^{d_2+d_3}}$ be two relations,
393 {\tt isl} performs such simplifications on all sets and relations.
519 sets and relations in {\tt isl}. Instead, {\tt isl} represents
828 expressions in the internal representation of sets and relations
921 relations in $R$ as simply adding one or more offsets to a domain element
948 the same as the number of basic relations in $R$.
1003 The path that consists of only identity relations is removed
1006 that the relations we compose in \eqref{eq:transitive:decompose}
1007 each consist of two basic relations. If there are $m$
[all …]
/external/llvm-project/clang-tools-extra/clangd/index/remote/
DClient.cpp105 relations(const clangd::RelationsRequest &Request, in relations() function in clang::clangd::remote::__anon64f54a130111::IndexClient
DIndex.proto127 // SymbolIndex::relations callback.
/external/llvm-project/llvm/docs/Proposals/
DVectorizationPlan.rst118 control-flow relations with other VPBlocks. Note that in contrast to the IR
149 The base of VPlan's def-use relations class hierarchy. When instantiated, it
199 it needs to model the relevant instructions along with their def/use relations.
/external/llvm-project/llvm/test/TableGen/
DConcatenatedSubregs.td2 // Checks that tablegen correctly and completely infers subregister relations.

12345