Home
last modified time | relevance | path

Searched refs:StackSlotVT (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4838 EVT StackSlotVT = EVT::getIntegerVT(*DAG.getContext(), StackSlotBitWidth); in ExpandIntRes_ShiftThroughStack() local
4842 Align StackAlign = DAG.getReducedAlign(StackSlotVT, /*UseABI=*/false); in ExpandIntRes_ShiftThroughStack()
4844 DAG.CreateStackTemporary(StackSlotVT.getStoreSize(), StackAlign); in ExpandIntRes_ShiftThroughStack()
4857 Init = DAG.getNode(WideningOpc, dl, StackSlotVT, Shiftee); in ExpandIntRes_ShiftThroughStack()
4861 Init = DAG.getNode(ISD::BUILD_PAIR, dl, StackSlotVT, AllZeros, Shiftee); in ExpandIntRes_ShiftThroughStack()