Lines Matching defs:Store
498 llvm::StoreInst *Store =
500 // FIXME: Use better alignment / avoid requiring aligned store.
501 Store->setAlignment(1);
505 // Function to store a first-class aggregate into memory. We prefer to
506 // store the elements rather than the aggregate to be more friendly to
528 /// CreateCoercedStore - Create a store to \arg DstPtr from \arg Src,
563 // If store is legal, just bitcast the src pointer.
567 // FIXME: Use better alignment / avoid requiring aligned store.
1005 llvm::Value *Ptr = V; // Pointer to store into.
1029 // Simple case, just do a coerced store of the argument into the alloca.
1202 // If the instruction right before the insertion point is a store to the
1203 // return value, we can elide the load, zap the store, and usually zap the
1212 // Get the stored value and nuke the now-dead store.
1312 // before doing the store.
1418 // Use an ordinary store, not a store-to-lvalue.