HomeSort by: relevance | last modified time | path
    Searched refs:SlotVT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 157 SDValue EmitStackConvert(SDValue SrcOp, EVT SlotVT, EVT DestVT,
159 SDValue EmitStackConvert(SDValue SrcOp, EVT SlotVT, EVT DestVT,
1685 /// SrcOp to a stack slot of type SlotVT, truncating it if needed. It then does
1688 SDValue SelectionDAGLegalize::EmitStackConvert(SDValue SrcOp, EVT SlotVT,
1690 return EmitStackConvert(SrcOp, SlotVT, DestVT, dl, DAG.getEntryNode());
1693 SDValue SelectionDAGLegalize::EmitStackConvert(SDValue SrcOp, EVT SlotVT,
1697 unsigned SlotSize = SlotVT.getSizeInBits();
1704 !TLI.isTruncStoreLegalOrCustom(SrcOp.getValueType(), SlotVT)) ||
1706 !TLI.isLoadExtLegalOrCustom(ISD::EXTLOAD, DestVT, SlotVT)))
1712 SDValue FIPtr = DAG.CreateStackTemporary(SlotVT.getStoreSize(), SrcAlign)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 1589 EVT SlotVT;
1596 SlotVT = EVT::getIntegerVT(Ctx, PartVT.getSizeInBits() * N);
1598 SlotVT = Outs[I].ArgVT;
1600 SDValue SpillSlot = DAG.CreateStackTemporary(SlotVT);
1617 SlotVT.getStoreSize()) && "Not enough space for argument part!");

Completed in 66 milliseconds