Lines Matching defs:Store
89 StoreInst *Store = LoopBuilder.CreateAlignedStore(
93 Store->setMetadata(LLVMContext::MD_noalias, MDNode::get(Ctx, NewScope));
97 Store->setAtomic(AtomicOrdering::Unordered);
141 StoreInst *Store = RBuilder.CreateAlignedStore(Load, DstGEP, PartDstAlign,
145 Store->setMetadata(LLVMContext::MD_noalias, MDNode::get(Ctx, NewScope));
149 Store->setAtomic(AtomicOrdering::Unordered);
250 StoreInst *Store =
254 Store->setMetadata(LLVMContext::MD_noalias, MDNode::get(Ctx, NewScope));
258 Store->setAtomic(AtomicOrdering::Unordered);
272 "Store size is expected to match type size");
319 StoreInst *Store =
323 Store->setMetadata(LLVMContext::MD_noalias, MDNode::get(Ctx, NewScope));
327 Store->setAtomic(AtomicOrdering::Unordered);