Searched refs:PredV (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 1530 Value *&PredV = I->second; in simplifyPartiallyRedundantLoad() local 1531 if (PredV->getType() != LoadI->getType()) in simplifyPartiallyRedundantLoad() 1532 PredV = CastInst::CreateBitOrPointerCast(PredV, LoadI->getType(), "", in simplifyPartiallyRedundantLoad() 1535 PN->addIncoming(PredV, I->first); in simplifyPartiallyRedundantLoad()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 641 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 D | HexagonISelLowering.h | 435 SDValue createHvxPrefixPred(SDValue PredV, const SDLoc &dl,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 1370 VPPredInstPHIRecipe(VPValue *PredV) in VPPredInstPHIRecipe() argument 1371 : VPRecipeBase(VPPredInstPHISC, PredV), in VPPredInstPHIRecipe()
|