Searched refs:isAffine (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSMatrix.cpp177 if (m_matrix.isAffine())
H A DCSSComputedStyleDeclaration.cpp722 if (transform.isAffine()) {
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableValueTestHelper.cpp116 if (matrix.isAffine()) {
/external/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp132 if (AR->isAffine() &&
H A DIVUsers.cpp56 return AR->isAffine() ||
H A DScalarEvolutionExpander.cpp1346 assert(S->isAffine() && "Can't linearly scale non-affine recurrences.");
1465 if (S->isAffine() && S->getOperand(1)->isOne()) {
1475 if (S->isAffine()) // {0,+,F} --> i*F
1839 if (!AR->isAffine() && !SE.dominates(Step, AR->getLoop()->getHeader())) {
H A DScalarEvolution.cpp944 if (AR->isAffine()) {
1226 if (AR->isAffine()) {
3237 if (AddRec->getLoop() == L && AddRec->isAffine()) {
3492 if (AddRec->isAffine()) {
3643 if (AddRec->isAffine()) {
4885 if (!IdxExpr || !IdxExpr->isAffine() || isLoopInvariant(IdxExpr, L) ||
5734 if (!AddRec->isAffine())
6631 if (!IV || IV->getLoop() != L || !IV->isAffine())
6701 if (!IV || IV->getLoop() != L || !IV->isAffine())
6803 if (isAffine()) {
[all...]
H A DDependenceAnalysis.cpp3200 if (!SrcAR || !DstAR || !SrcAR->isAffine() || !DstAR->isAffine())
/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp788 if (!StoreEv || StoreEv->getLoop() != CurLoop || !StoreEv->isAffine())
819 if (LoadEv && LoadEv->getLoop() == CurLoop && LoadEv->isAffine() &&
845 if (!Ev || Ev->getLoop() != CurLoop || !Ev->isAffine())
H A DLoopRerollPass.cpp381 if (!PHISCEV->isAffine())
566 if (!User1SCEV || !User1SCEV->isAffine() ||
567 !User2SCEV || !User2SCEV->isAffine())
H A DIndVarSimplify.cpp1466 if (!AR || AR->getLoop() != L || !AR->isAffine())
1528 assert(AR && AR->getLoop() == L && AR->isAffine() && "bad loop counter");
H A DLoopStrengthReduce.cpp943 if (!AR->isAffine() || !isa<SCEVConstant>(AR->getOperand(1))) {
2048 if (!AR || !AR->isAffine() ||
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformationMatrix.h262 bool isAffine() const function in class:blink::TransformationMatrix
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h306 if (isAffine()) return getOperand(1);
312 /// isAffine - Return true if this is an affine AddRec (i.e., it represents
314 bool isAffine() const { function in class:llvm::SCEVAddRecExpr
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayer.h279 bool has3DTransform() const { return m_transform && !m_transform->isAffine(); }
H A DRenderLayer.cpp2464 if (transformState.m_accumulatedTransform.isAffine())
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3949 return AR->isAffine();

Completed in 306 milliseconds