Home
last modified time | relevance | path

Searched refs:getD (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp446 const SCEV *DependenceInfo::Constraint::getD() const { in getD() function in DependenceInfo::Constraint
502 OS << " Distance is " << *getD() << in dump()
541 if (isKnownPredicate(CmpInst::ICMP_EQ, X->getD(), Y->getD())) in intersectConstraints()
543 if (isKnownPredicate(CmpInst::ICMP_NE, X->getD(), Y->getD())) { in intersectConstraints()
550 if (isa<SCEVConstant>(Y->getD())) { in intersectConstraints()
3195 const SCEV *DA_K = SE->getMulExpr(A_K, CurConstraint.getD()); in propagateDistance()
3316 Level.Distance = CurConstraint.getD(); in updateDirection()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h468 LLVM_ABI const SCEV *getD() const;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3125 Expr *getD() { in getD() function
3128 Expr *getD() const { in getD() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11672 Expr *getD() const { return D; } in getD() function in __anon1dd12e444711::OpenMPAtomicCompareChecker
12959 D = Checker.getD(); in ActOnOpenMPAtomicDirective()
12979 D = Checker.getD(); in ActOnOpenMPAtomicDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6873 S.getD(), S.getCondExpr(), S.isXLHSInRHSPart(), in EmitOMPAtomicDirective()