Home
last modified time | relevance | path

Searched defs:Dt (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dfp-eval-pragma-with-float-double_t-2.c122 using Dt = double_t; in foo10() local
H A Dfp-eval-pragma-with-float-double_t-1.c121 using Dt = double_t; in foo10() local
H A Dfp-eval-pragma-with-float-double_t-3.c121 using Dt = double_t; in foo10() local
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1914 LLT Dt = Ty == LLT::fixed_vector(2, 64) ? LLT::fixed_vector(4, 32) : Ty; legalizeCTPOP() local
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1012 Alloc(const Alloc &A, SExpr *Dt) : SExpr(A), Dtype(Dt) { Flags = A.kind(); } in Alloc() argument
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1122 BoUpSLP(Function * Func,ScalarEvolution * Se,TargetTransformInfo * Tti,TargetLibraryInfo * TLi,AAResults * Aa,LoopInfo * Li,DominatorTree * Dt,AssumptionCache * AC,DemandedBits * DB,const DataLayout * DL,OptimizationRemarkEmitter * ORE) BoUpSLP() argument