Home
last modified time | relevance | path

Searched refs:WidestIndTy (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp540 if (!WidestIndTy) in addInductionPhi()
541 WidestIndTy = convertPointerToIntegerType(DL, PhiTy); in addInductionPhi()
543 WidestIndTy = getWiderType(DL, PhiTy, WidestIndTy); in addInductionPhi()
556 if (!PrimaryInduction || PhiTy == WidestIndTy) in addInductionPhi()
739 if (PrimaryInduction && WidestIndTy != PrimaryInduction->getType()) in canVectorizeInstrs()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h260 Type *getWidestInductionType() { return WidestIndTy; } in getWidestInductionType()
452 Type *WidestIndTy = nullptr; variable
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1356 WidestIndTy(nullptr), HasFunNoNaNAttr(false), Requirements(R), in LoopVectorizationLegality()
1389 Type *getWidestInductionType() { return WidestIndTy; } in getWidestInductionType()
1570 Type *WidestIndTy; member in __anon63bf7e8f0111::LoopVectorizationLegality
4543 if (!WidestIndTy) in addInductionPhi()
4544 WidestIndTy = convertPointerToIntegerType(DL, PhiTy); in addInductionPhi()
4546 WidestIndTy = getWiderType(DL, PhiTy, WidestIndTy); in addInductionPhi()
4559 if (!Induction || PhiTy == WidestIndTy) in addInductionPhi()
4733 if (Induction && WidestIndTy != Induction->getType()) in canVectorizeInstrs()