Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CreateStackTemporary

343     SDValue StackPtr = DAG.CreateStackTemporary(StoredVT, RegVT);
464 SDValue StackBase = DAG.CreateStackTemporary(LoadedVT, RegVT);
596 SDValue StackPtr = DAG.CreateStackTemporary(VT);
1431 StackPtr = DAG.CreateStackTemporary(Vec.getValueType());
1464 SDValue StackPtr = DAG.CreateStackTemporary(Vec.getValueType());
1502 SDValue FIPtr = DAG.CreateStackTemporary(VT);
1561 SDValue StackPtr = DAG.CreateStackTemporary(FloatVT, LoadTy);
1768 SDValue FIPtr = DAG.CreateStackTemporary(SlotVT, SrcAlign);
1807 SDValue StackPtr = DAG.CreateStackTemporary(Node->getValueType(0));
2256 SDValue FIPtr = DAG.CreateStackTemporary(RetVT);
2362 SDValue SinPtr = DAG.CreateStackTemporary(RetVT);
2370 SDValue CosPtr = DAG.CreateStackTemporary(RetVT);
2406 SDValue StackSlot = DAG.CreateStackTemporary(MVT::f64);