Searched refs:PredV (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 1444 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 D | HexagonISelLowering.h | 498 SDValue createHvxPrefixPred(SDValue PredV, const SDLoc &dl,
|
H A D | HexagonISelLoweringHVX.cpp | 993 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 D | VPlan.h | 2416 VPPredInstPHIRecipe(VPValue *PredV) in VPPredInstPHIRecipe() argument 2417 : VPSingleDefRecipe(VPDef::VPPredInstPHISC, PredV) {} in VPPredInstPHIRecipe()
|