• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/

Lines Matching defs:Load

345       // Load one integer register's worth from the stack slot.
346 SDValue Load = DAG.getLoad(RegVT, dl, Store, StackPtr,
350 Stores.push_back(DAG.getStore(Load.getValue(1), dl, Load, Ptr,
367 // Load from the stack slot.
368 SDValue Load = DAG.getExtLoad(ISD::EXTLOAD, dl, RegVT, Store, StackPtr,
372 Stores.push_back(DAG.getTruncStore(Load.getValue(1), dl, Load, Ptr,
465 // Load one integer register's worth from the original location.
466 SDValue Load = DAG.getLoad(RegVT, dl, Chain, Ptr,
472 Stores.push_back(DAG.getStore(Load.getValue(1), dl, Load, StackPtr,
484 SDValue Load = DAG.getExtLoad(ISD::EXTLOAD, dl, RegVT, Chain, Ptr,
492 Stores.push_back(DAG.getTruncStore(Load.getValue(1), dl, Load, StackPtr,
501 Load = DAG.getExtLoad(LD->getExtensionType(), dl, VT, TF, StackBase,
505 ValResult = Load;
527 // Load the value in two parts
604 // Load the updated vector.
906 assert(RVal.getNode() != Node && "Load must be completely replaced");
970 "Load size not an integral number of bytes!");
978 // Load the bottom RoundWidth bits.
984 // Load the remaining ExtraWidth bits.
1008 // Load the top RoundWidth bits.
1013 // Load the remaining ExtraWidth bits.
1073 SDValue Load = DAG.getLoad(SrcVT, dl, Chain, Ptr,
1087 Value = DAG.getNode(ExtendOp, dl, Node->getValueType(0), Load);
1088 Chain = Load.getValue(1);
1123 assert(Value.getNode() != Node && "Load must be completely replaced");
1516 // Load out a legal integer with the same sign bit as the float.
1527 // Load a legal integer containing the sign bit.
2137 SDValue Load = DAG.getLoad(MVT::f64, dl, Store2, StackSlot,
2145 SDValue Sub = DAG.getNode(ISD::FSUB, dl, MVT::f64, Load, Bias);
2280 SDValue Load = DAG.getExtLoad(ISD::EXTLOAD, dl, DestVT,
2284 HandleSDNode Handle(Load);
2285 LegalizeOp(Load.getNode());
2853 // Load the actual argument out of the pointer VAList