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.
483 // Lower fpround and fpextend nodes that target the FP stack to be store and
531 // FIXME: optimize the case where the src/dest is a load or store?
532 SDValue Store = CurDAG->getTruncStore(CurDAG->getEntryNode(), dl,
536 SDValue Result = CurDAG->getExtLoad(ISD::EXTLOAD, dl, DstVT, Store, MemTmp,
1299 /// is always a load, store
1915 /// is suitable for doing the {load; increment or decrement; store} to modify
1930 // is the store non-extending and non-indexed?
1946 // Is store the only read of the loaded value?
1950 // Is the address of the store the same as the load?
2719 case ISD::STORE: {
2720 // Change a chain of {load; incr or dec; store} of the same value into
2730 // [(store (add (loadi64 addr:$dst), -1), addr:$dst),
2734 // [(store (add (loadi64 addr:$dst), -1), addr:$dst),