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.cpp427 const SCEV *DependenceInfo::Constraint::getD() const { in getD() function in DependenceInfo::Constraint
483 OS << " Distance is " << *getD() << in dump()
522 if (isKnownPredicate(CmpInst::ICMP_EQ, X->getD(), Y->getD())) in intersectConstraints()
524 if (isKnownPredicate(CmpInst::ICMP_NE, X->getD(), Y->getD())) { in intersectConstraints()
531 if (isa<SCEVConstant>(Y->getD())) { in intersectConstraints()
3185 const SCEV *DA_K = SE->getMulExpr(A_K, CurConstraint.getD()); in propagateDistance()
3306 Level.Distance = CurConstraint.getD(); in updateDirection()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h452 /// getD - If constraint is a distance, returns D.
454 const SCEV *getD() const;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3142 Expr *getD() { in getD() function
3145 Expr *getD() const { in getD() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11598 Expr *getD() const { return D; } in getD() function in __anon1dd12e444411::OpenMPAtomicCompareChecker
12852 D = Checker.getD(); in ActOnOpenMPAtomicDirective()
12872 D = Checker.getD(); in ActOnOpenMPAtomicDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6654 S.getD(), S.getCondExpr(), S.isXLHSInRHSPart(), in EmitOMPAtomicDirective()