Searched refs:MemIntrin (Results 1 – 3 of 3) sorted by relevance
32 } else if (MemIntrinsic *MemIntrin = dyn_cast<MemIntrinsic>(&I)) { in removeVolatileInFunction() local33 if (MemIntrin->isVolatile() && !O.shouldKeep()) in removeVolatileInFunction()34 MemIntrin->setVolatile(ConstantInt::getFalse(Ctx)); in removeVolatileInFunction()
187 MemIntrin, // A memory intrinsic which is loaded from. enumerator215 Res.Kind = ValType::MemIntrin; in getMI()248 bool isMemIntrinValue() const { return Kind == ValType::MemIntrin; } in isMemIntrinValue()
56285 auto *MemIntrin = cast<MemIntrinsicSDNode>(N); in combineBROADCAST_LOAD() local56287 SDValue Ptr = MemIntrin->getBasePtr(); in combineBROADCAST_LOAD()56288 SDValue Chain = MemIntrin->getChain(); in combineBROADCAST_LOAD()56290 EVT MemVT = MemIntrin->getMemoryVT(); in combineBROADCAST_LOAD()