Searched refs:PredV (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 1457 Value *&PredV = I->second; in simplifyPartiallyRedundantLoad() local 1458 if (PredV->getType() != LoadI->getType()) in simplifyPartiallyRedundantLoad() 1459 PredV = CastInst::CreateBitOrPointerCast(PredV, LoadI->getType(), "", in simplifyPartiallyRedundantLoad() 1462 PN->addIncoming(PredV, I->first); in simplifyPartiallyRedundantLoad()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 495 SDValue createHvxPrefixPred(SDValue PredV, const SDLoc &dl,
|
| H A D | HexagonISelLoweringHVX.cpp | 993 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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 2065 VPPredInstPHIRecipe(VPValue *PredV) in VPPredInstPHIRecipe() argument 2066 : VPSingleDefRecipe(VPDef::VPPredInstPHISC, PredV) {} in VPPredInstPHIRecipe()
|