Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1529 Value *&PredV = I->second; in simplifyPartiallyRedundantLoad() local
1530 if (PredV->getType() != LoadI->getType()) in simplifyPartiallyRedundantLoad()
1531 PredV = CastInst::CreateBitOrPointerCast(PredV, LoadI->getType(), "", in simplifyPartiallyRedundantLoad()
1534 PN->addIncoming(PredV, I->first); in simplifyPartiallyRedundantLoad()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp641 HexagonTargetLowering::createHvxPrefixPred(SDValue PredV, const SDLoc &dl, in createHvxPrefixPred() argument
643 MVT PredTy = ty(PredV); in createHvxPrefixPred()
656 SDValue T = DAG.getNode(HexagonISD::Q2V, dl, ByteTy, PredV); in createHvxPrefixPred()
695 SDValue W0 = isUndef(PredV) in createHvxPrefixPred()
697 : DAG.getNode(HexagonISD::P2D, dl, MVT::i64, PredV); in createHvxPrefixPred()
H A DHexagonISelLowering.h436 SDValue createHvxPrefixPred(SDValue PredV, const SDLoc &dl,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1482 VPPredInstPHIRecipe(VPValue *PredV) in VPPredInstPHIRecipe() argument
1483 : VPRecipeBase(VPPredInstPHISC, PredV), in VPPredInstPHIRecipe()