Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1539 Value *&PredV = I->second; in simplifyPartiallyRedundantLoad() local
1540 if (PredV->getType() != LoadI->getType()) in simplifyPartiallyRedundantLoad()
1541 PredV = CastInst::CreateBitOrPointerCast(PredV, LoadI->getType(), "", in simplifyPartiallyRedundantLoad()
1544 PN->addIncoming(PredV, I->first); in simplifyPartiallyRedundantLoad()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h495 SDValue createHvxPrefixPred(SDValue PredV, const SDLoc &dl,
H A DHexagonISelLoweringHVX.cpp993 HexagonTargetLowering::createHvxPrefixPred(SDValue PredV, const SDLoc &dl, in createHvxPrefixPred() argument
995 MVT PredTy = ty(PredV); in createHvxPrefixPred()
1008 SDValue T = DAG.getNode(HexagonISD::Q2V, dl, ByteTy, PredV); in createHvxPrefixPred()
1040 SDValue W0 = isUndef(PredV) in createHvxPrefixPred()
1042 : DAG.getNode(HexagonISD::P2D, dl, MVT::i64, PredV); in createHvxPrefixPred()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1607 VPPredInstPHIRecipe(VPValue *PredV) in VPPredInstPHIRecipe() argument
1608 : VPRecipeBase(VPDef::VPPredInstPHISC, PredV), VPValue(this) {} in VPPredInstPHIRecipe()