Searched refs:PredV (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 1487 Value *&PredV = I->second; in SimplifyPartiallyRedundantLoad() local 1488 if (PredV->getType() != LoadI->getType()) in SimplifyPartiallyRedundantLoad() 1489 PredV = CastInst::CreateBitOrPointerCast(PredV, LoadI->getType(), "", in SimplifyPartiallyRedundantLoad() 1492 PN->addIncoming(PredV, I->first); in SimplifyPartiallyRedundantLoad()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 494 HexagonTargetLowering::createHvxPrefixPred(SDValue PredV, const SDLoc &dl, in createHvxPrefixPred() argument 496 MVT PredTy = ty(PredV); in createHvxPrefixPred() 509 SDValue T = DAG.getNode(HexagonISD::Q2V, dl, ByteTy, PredV); in createHvxPrefixPred() 545 SDValue W0 = isUndef(PredV) in createHvxPrefixPred() 547 : DAG.getNode(HexagonISD::P2D, dl, MVT::i64, PredV); in createHvxPrefixPred()
|
| H A D | HexagonISelLowering.h | 410 SDValue createHvxPrefixPred(SDValue PredV, const SDLoc &dl,
|