Home
last modified time | relevance | path

Searched refs:PredV (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1516 Value *&PredV = I->second; in simplifyPartiallyRedundantLoad() local
1517 if (PredV->getType() != LoadI->getType()) in simplifyPartiallyRedundantLoad()
1518 PredV = CastInst::CreateBitOrPointerCast(PredV, LoadI->getType(), "", in simplifyPartiallyRedundantLoad()
1521 PN->addIncoming(PredV, I->first); in simplifyPartiallyRedundantLoad()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp821 HexagonTargetLowering::createHvxPrefixPred(SDValue PredV, const SDLoc &dl, in createHvxPrefixPred() argument
823 MVT PredTy = ty(PredV); in createHvxPrefixPred()
836 SDValue T = DAG.getNode(HexagonISD::Q2V, dl, ByteTy, PredV); in createHvxPrefixPred()
875 SDValue W0 = isUndef(PredV) in createHvxPrefixPred()
877 : DAG.getNode(HexagonISD::P2D, dl, MVT::i64, PredV); in createHvxPrefixPred()
H A DHexagonISelLowering.h433 SDValue createHvxPrefixPred(SDValue PredV, const SDLoc &dl,
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1675 VPPredInstPHIRecipe(VPValue *PredV) in VPPredInstPHIRecipe() argument
1676 : VPRecipeBase(VPPredInstPHISC, PredV), in VPPredInstPHIRecipe()