Searched defs:Store2 (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 400 SDValue Store1, Store2; local 407 Store2 = DAG.getTruncStore(Chain, dl, TLI.isLittleEndian()?Hi:Lo, Ptr, 413 DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Store1, Store2); 2076 SDValue Store2 = DAG.getStore(Store1, dl, InitialHi, Hi, 2080 SDValue Load = DAG.getLoad(MVT::f64, dl, Store2, StackSlot,
|
/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 8015 SDValue Store2 = DAG.getStore(Store1, dl, DAG.getConstant(0, MVT::i32), local 8018 SDValue Fild = BuildFILD(Op, MVT::i64, Store2, StackSlot, DAG);
|
Completed in 120 milliseconds