Searched refs:PhiTy (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1011 Type *PhiTy = Phi->getType(); local
1017 if (!PhiTy->isIntegerTy() && !PhiTy->isPointerTy() && !PhiTy->isFloatTy() &&
1018 !PhiTy->isDoubleTy() && !PhiTy->isHalfTy())
1021 if (PhiTy->isFloatingPointTy())
1056 Type *PhiTy = Phi->getType(); local
1058 if (!PhiTy->isIntegerTy() && !PhiTy
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp507 Type *PhiTy = Phi->getType(); local
511 if (!PhiTy->isFloatingPointTy()) {
513 WidestIndTy = convertPointerToIntegerType(DL, PhiTy);
515 WidestIndTy = getWiderType(DL, PhiTy, WidestIndTy);
528 if (!PrimaryInduction || PhiTy == WidestIndTy)
607 Type *PhiTy = Phi->getType(); local
609 if (!PhiTy->isIntegerTy() && !PhiTy->isFloatingPointTy() &&
610 !PhiTy->isPointerTy()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp304 Type *PhiTy = PhiVar->getType(); local
305 if (!PhiTy->isIntegerTy() && !PhiTy->isFloatingPointTy() &&
306 !PhiTy->isPointerTy())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1111 Type *PhiTy = SE.getEffectiveSCEVType(Phi->getType()); local
1114 if (RequestedTy->getIntegerBitWidth() > PhiTy->getIntegerBitWidth())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5742 Type *PhiTy = I->getType(); local
5819 if (!ConvertTy || !TLI->shouldConvertPhiType(PhiTy, ConvertTy))
5828 ValMap[UndefValue::get(PhiTy)] = UndefValue::get(ConvertTy);
5853 new BitCastInst(ValMap[U->getOperand(0)], PhiTy, "bc", U));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3012 LLT PhiTy = MRI.getType(DstReg); local
3020 = getNarrowTypeBreakDown(PhiTy, NarrowTy, LeftoverTy);
3043 insertParts(DstReg, PhiTy, NarrowTy, DstRegs, LeftoverTy, LeftoverDstRegs);
3057 if (!extractParts(SrcReg, PhiTy, NarrowTy, Unused, PartRegs,

Completed in 219 milliseconds