Home
last modified time | relevance | path

Searched refs:PhiTy (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp1010 Type *PhiTy = Phi->getType(); in isInductionPHI() local
1016 if (!PhiTy->isIntegerTy() && !PhiTy->isPointerTy() && !PhiTy->isFloatTy() && in isInductionPHI()
1017 !PhiTy->isDoubleTy() && !PhiTy->isHalfTy()) in isInductionPHI()
1020 if (PhiTy->isFloatingPointTy()) in isInductionPHI()
1055 Type *PhiTy = Phi->getType(); in isInductionPHI() local
1057 if (!PhiTy->isIntegerTy() && !PhiTy->isPointerTy()) in isInductionPHI()
1093 if (PhiTy->isIntegerTy()) { in isInductionPHI()
1099 assert(PhiTy->isPointerTy() && "The PHI must be a pointer"); in isInductionPHI()
1105 Type *PointerElementType = PhiTy->getPointerElementType(); in isInductionPHI()
DScalarEvolutionExpander.cpp1100 Type *PhiTy = SE.getEffectiveSCEVType(Phi->getType()); in canBeCheaplyTransformed() local
1103 if (RequestedTy->getIntegerBitWidth() > PhiTy->getIntegerBitWidth()) in canBeCheaplyTransformed()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp504 Type *PhiTy = Phi->getType(); in addInductionPhi() local
508 if (!PhiTy->isFloatingPointTy()) { in addInductionPhi()
510 WidestIndTy = convertPointerToIntegerType(DL, PhiTy); in addInductionPhi()
512 WidestIndTy = getWiderType(DL, PhiTy, WidestIndTy); in addInductionPhi()
525 if (!PrimaryInduction || PhiTy == WidestIndTy) in addInductionPhi()
582 Type *PhiTy = Phi->getType(); in canVectorizeInstrs() local
584 if (!PhiTy->isIntegerTy() && !PhiTy->isFloatingPointTy() && in canVectorizeInstrs()
585 !PhiTy->isPointerTy()) { in canVectorizeInstrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp304 Type *PhiTy = PhiVar->getType(); in getInductionVariable() local
305 if (!PhiTy->isIntegerTy() && !PhiTy->isFloatingPointTy() && in getInductionVariable()
306 !PhiTy->isPointerTy()) in getInductionVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp2734 LLT PhiTy = MRI.getType(DstReg); in fewerElementsVectorPhi() local
2742 = getNarrowTypeBreakDown(PhiTy, NarrowTy, LeftoverTy); in fewerElementsVectorPhi()
2765 insertParts(DstReg, PhiTy, NarrowTy, DstRegs, LeftoverTy, LeftoverDstRegs); in fewerElementsVectorPhi()
2779 if (!extractParts(SrcReg, PhiTy, NarrowTy, Unused, PartRegs, in fewerElementsVectorPhi()