Searched refs:getY (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 436 /// getY - If constraint is a point <X, Y>, returns Y. 438 const SCEV *getY() const;
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 392 const SCEV *DependenceInfo::Constraint::getY() const { in getY() function in DependenceInfo::Constraint 481 OS << " Point is <" << *getX() << ", " << *getY() << ">\n"; in dump() 635 const SCEV *B1Y1 = SE->getMulExpr(Y->getB(), X->getY()); in intersectConstraints() 3284 const SCEV *YAP_K = SE->getMulExpr(AP_K, CurConstraint.getY()); in propagatePoint() 3326 CurConstraint.getY(), in updateDirection() 3331 CurConstraint.getY(), in updateDirection() 3336 CurConstraint.getY(), in updateDirection()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGHLSLRuntime.cpp | 321 formatv("{0},{1},{2}", NumThreadsAttr->getX(), NumThreadsAttr->getY(), in setHLSLEntryAttributes()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaHLSL.cpp | 137 if (NT->getX() != X || NT->getY() != Y || NT->getZ() != Z) { in mergeNumThreadsAttr()
|
H A D | SemaDecl.cpp | 2863 NewAttr = S.HLSL().mergeNumThreadsAttr(D, *NT, NT->getX(), NT->getY(), in mergeDeclAttribute()
|