Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDJumpThreading.cpp1468 Value *&PredV = I->second; in SimplifyPartiallyRedundantLoad() local
1469 if (PredV->getType() != LoadI->getType()) in SimplifyPartiallyRedundantLoad()
1470 PredV = CastInst::CreateBitOrPointerCast(PredV, LoadI->getType(), "", in SimplifyPartiallyRedundantLoad()
1473 PN->addIncoming(PredV, I->first); in SimplifyPartiallyRedundantLoad()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonISelLoweringHVX.cpp502 HexagonTargetLowering::createHvxPrefixPred(SDValue PredV, const SDLoc &dl, in createHvxPrefixPred() argument
504 MVT PredTy = ty(PredV); in createHvxPrefixPred()
517 SDValue T = DAG.getNode(HexagonISD::Q2V, dl, ByteTy, PredV); in createHvxPrefixPred()
553 SDValue W0 = isUndef(PredV) in createHvxPrefixPred()
555 : DAG.getNode(HexagonISD::P2D, dl, MVT::i64, PredV); in createHvxPrefixPred()
HDHexagonISelLowering.h419 SDValue createHvxPrefixPred(SDValue PredV, const SDLoc &dl,