Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1444 Value *&PredV = I->second; in simplifyPartiallyRedundantLoad() local
1445 if (PredV->getType() != LoadI->getType()) in simplifyPartiallyRedundantLoad()
1446 PredV = CastInst::CreateBitOrPointerCast( in simplifyPartiallyRedundantLoad()
1447 PredV, LoadI->getType(), "", P->getTerminator()->getIterator()); in simplifyPartiallyRedundantLoad()
1449 PN->addIncoming(PredV, I->first); in simplifyPartiallyRedundantLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h498 SDValue createHvxPrefixPred(SDValue PredV, const SDLoc &dl,
H A DHexagonISelLoweringHVX.cpp993 HexagonTargetLowering::createHvxPrefixPred(SDValue PredV, const SDLoc &dl,
995 MVT PredTy = ty(PredV); in createHvxPrefixPred()
1008 SDValue T = DAG.getNode(HexagonISD::Q2V, dl, ByteTy, PredV); in createHvxPrefixPred()
1010 // Scale = BitBytes(PredV) / Given BitBytes. in createHvxPrefixPred()
1040 SDValue W0 = isUndef(PredV) in createHvxPrefixPred()
1042 : DAG.getNode(HexagonISD::P2D, dl, MVT::i64, PredV); in createHvxPrefixPred()
994 createHvxPrefixPred(SDValue PredV,const SDLoc & dl,unsigned BitBytes,bool ZeroFill,SelectionDAG & DAG) const createHvxPrefixPred() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2416 VPPredInstPHIRecipe(VPValue *PredV) in VPPredInstPHIRecipe() argument
2417 : VPSingleDefRecipe(VPDef::VPPredInstPHISC, PredV) {} in VPPredInstPHIRecipe()