Home | History | Annotate | Download | only in Mips

Lines Matching refs:STORE

230   // MIPS doesn't have extending float->double load/store
273 setOperationAction(ISD::STORE, MVT::i64, Custom);
750 case ISD::STORE: return lowerSTORE(Op, DAG);
1861 // Store stack offset in V1, store jump target in V0. Glue CopyToReg and
2050 // Expand an unaligned 32 or 64-bit integer store node.
2057 // (store val, baseptr) or
2071 // (store val, baseptr)
2079 // Lower (store (fp_to_sint $fp) $ptr) to (store (TruncIntFP $fp), $ptr).
2368 // Chain is the output chain of the last Load/Store or CopyToReg node.
2452 // emit ISD::STORE whichs stores the
2458 // Transform all store nodes into one single node because all store
2577 // Used with vargs to acumulate store chains.
3379 SDValue Store = DAG.getStore(Chain, DL, DAG.getRegister(VReg, RegTy),
3382 OutChains.push_back(Store);
3521 SDValue Store = DAG.getStore(Chain, DL, ArgValue, PtrOff,
3523 cast<StoreSDNode>(Store.getNode())->getMemOperand()->setValue(0);
3524 OutChains.push_back(Store);