Searched refs:PredV (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 1516 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 D | HexagonISelLoweringHVX.cpp | 821 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 D | HexagonISelLowering.h | 433 SDValue createHvxPrefixPred(SDValue PredV, const SDLoc &dl,
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 1675 VPPredInstPHIRecipe(VPValue *PredV) in VPPredInstPHIRecipe() argument 1676 : VPRecipeBase(VPPredInstPHISC, PredV), in VPPredInstPHIRecipe()
|