Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:STORE

799   case ISD::STORE:        Res = PromoteIntOp_STORE(cast<StoreSDNode>(N),
873 // x86_fp80, so just turn it into a store+load
1038 assert(ISD::isUNINDEXEDStore(N) && "Indexed store during type legalization!");
1047 // Truncate the value and store the result.
2479 case ISD::STORE: Res = ExpandIntOp_STORE(cast<StoreSDNode>(N), OpNo); break;
2695 assert(ISD::isUNINDEXEDStore(N) && "Indexed store during type legalization!");
2761 // Store both the high bits and maybe some of the low bits.
2768 // Store the lowest ExcessBits bits in the second half.