Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2570 SmallSet<SpillLocationNo, 32> StackSlots; in placeMLocPHIs() local
2574 StackSlots.insert(MTracker->locIDToSpill(MTracker->LocIdxToLocID[L])); in placeMLocPHIs()
2640 for (SpillLocationNo Slot : StackSlots) { in placeMLocPHIs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp815 std::array<SDValue, 2> StackSlots; in SoftenFloatRes_UnaryWithTwoFPResults() local
824 StackSlots[ResNum] = StackSlot; in SoftenFloatRes_UnaryWithTwoFPResults()
844 for (auto [ResNum, SlackSlot] : enumerate(StackSlots)) { in SoftenFloatRes_UnaryWithTwoFPResults()