Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1095 Value *&PredV = I->second; in SimplifyPartiallyRedundantLoad() local
1096 if (PredV->getType() != LI->getType()) in SimplifyPartiallyRedundantLoad()
1097 PredV = CastInst::CreateBitOrPointerCast(PredV, LI->getType(), "", in SimplifyPartiallyRedundantLoad()
1100 PN->addIncoming(PredV, I->first); in SimplifyPartiallyRedundantLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1480 Value *&PredV = I->second; in SimplifyPartiallyRedundantLoad() local
1481 if (PredV->getType() != LoadI->getType()) in SimplifyPartiallyRedundantLoad()
1482 PredV = CastInst::CreateBitOrPointerCast(PredV, LoadI->getType(), "", in SimplifyPartiallyRedundantLoad()
1485 PN->addIncoming(PredV, I->first); in SimplifyPartiallyRedundantLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp424 HexagonTargetLowering::createHvxPrefixPred(SDValue PredV, const SDLoc &dl, in createHvxPrefixPred() argument
426 MVT PredTy = ty(PredV); in createHvxPrefixPred()
439 SDValue T = DAG.getNode(HexagonISD::Q2V, dl, ByteTy, PredV); in createHvxPrefixPred()
475 SDValue W0 = isUndef(PredV) in createHvxPrefixPred()
477 : DAG.getNode(HexagonISD::P2D, dl, MVT::i64, PredV); in createHvxPrefixPred()
DHexagonISelLowering.h397 SDValue createHvxPrefixPred(SDValue PredV, const SDLoc &dl,