Home | History | Annotate | Download | only in X86

Lines Matching refs:Store

424   // writes to memory. It's not safe to move the callee (a load) across a store.
481 // Lower fpround and fpextend nodes that target the FP stack to be store and
527 // FIXME: optimize the case where the src/dest is a load or store?
528 SDValue Store = CurDAG->getTruncStore(CurDAG->getEntryNode(), dl,
532 SDValue Result = CurDAG->getExtLoad(ISD::EXTLOAD, dl, DstVT, Store, MemTmp,
1295 /// is always a load, store, atomic node, or null. It is only null when
1848 /// is suitable for doing the {load; increment or decrement; store} to modify
1863 // is the store non-extending and non-indexed?
1879 // Is store the only read of the loaded value?
1883 // Is the address of the store the same as the load?
2634 case ISD::STORE: {
2635 // Change a chain of {load; incr or dec; store} of the same value into
2645 // [(store (add (loadi64 addr:$dst), -1), addr:$dst),
2649 // [(store (add (loadi64 addr:$dst), -1), addr:$dst),