Home
last modified time | relevance | path

Searched defs:Relation (Results 1 – 13 of 13) sorted by relevance

/llvm-project/clang-tools-extra/clangd/index/
H A DRelation.h32 struct Relation { struct
34 RelationKind Predicate; argument
37 bool operator==(const Relation &Other) const { argument
H A DSerialization.cpp647 for (const auto &Relation : Relations) in writeRIFF() local
H A DYAMLSerialization.cpp46 std::optional<clang::clangd::Relation> Relation; member
/llvm-project/mlir/docs/
H A DQuantization.md86 ### Relation subsection
/llvm-project/clang-tools-extra/clangd/index/remote/
H A DIndex.proto130 message Relation { message
/llvm-project/polly/lib/Analysis/
H A DDependenceInfo.cpp88 static __isl_give isl_map *tag(__isl_take isl_map *Relation, in tag()
101 static __isl_give isl_map *tag(__isl_take isl_map *Relation, MemoryAccess *MA, in tag()
H A DScopInfo.cpp436 isl::map Relation = AccessRelation; in wrapConstantDimensions() local
740 isl::map Relation = AccessRelation; computeBoundsOnAccessRelation() local
/llvm-project/clang-tools-extra/clangd/index/dex/dexp/
H A DDexp.cpp278 llvm::cl::opt<RelationKind> Relation{ member in clang::clangd::__anonac3892160111::Relations
/llvm-project/libcxx/benchmarks/
H A Dstring.bench.cpp
/llvm-project/polly/lib/Support/
H A DISLTools.cpp321 isl::map Relation; in computeReachingWrite() local
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h1585 RelationKind Relation; global() variable
1590 MemoryVsLLTSizePredicateMatcher(unsigned InsnVarID,unsigned MMOIdx,enum RelationKind Relation,unsigned OpIdx) MemoryVsLLTSizePredicateMatcher() argument
/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1055 analyzeLogicOperatorCondition(BinaryOperatorKind Relation,const llvm::APSInt & Value1,const llvm::APSInt & Value2) analyzeLogicOperatorCondition() argument
/llvm-project/llvm/unittests/ADT/
H A DAPFloatTest.cpp3594 using Relation = void (*)(const APFloat &, const APFloat &); TEST() typedef