HomeSort by relevance Sort by last modified time
    Searched refs:isAffine (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 132 if (AR->isAffine() &&
IVUsers.cpp 60 return AR->isAffine() ||
ScalarEvolutionExpander.cpp     [all...]
ScalarEvolution.cpp 784 if (!Numerator->isAffine())
    [all...]
LoopAccessAnalysis.cpp 531 return AR->isAffine();
    [all...]
DependenceAnalysis.cpp     [all...]
  /frameworks/base/graphics/java/android/graphics/pdf/
PdfEditor.java 110 * non-null must be affine as per {@link android.graphics.Matrix#isAffine()}. If
269 if (matrix != null && !matrix.isAffine()) {
PdfRenderer.java 340 * {@link android.graphics.Matrix#isAffine() Matrix.isAffine()}. Hence, you can specify
366 if (transform != null && !transform.isAffine()) {
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 307 if (isAffine()) return getOperand(1);
313 /// isAffine - Return true if this represents an expression
315 bool isAffine() const {
  /frameworks/base/core/jni/android/graphics/
Matrix.cpp 51 static jboolean isAffine(JNIEnv* env, jobject clazz, jlong objHandle) {
310 {"native_isAffine","!(J)Z", (void*) SkMatrixGlue::isAffine},
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 318 if (!StoreEv || StoreEv->getLoop() != CurLoop || !StoreEv->isAffine())
426 if (!Ev || Ev->getLoop() != CurLoop || !Ev->isAffine())
628 if (!LoadEv || LoadEv->getLoop() != CurLoop || !LoadEv->isAffine())
    [all...]
InductiveRangeCheckElimination.cpp 418 IndexAddRec && (IndexAddRec->getLoop() == L) && IndexAddRec->isAffine();
744 if (!AR->isAffine())
    [all...]
IndVarSimplify.cpp     [all...]
LoopInterchange.cpp 316 if (!AddRec || !AddRec->isAffine())
    [all...]
LoopRerollPass.cpp 479 if (!PHISCEV->isAffine())
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 301 if (!BasePtrSCEV->isAffine())
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 253 public boolean isAffine() {
    [all...]

Completed in 902 milliseconds