Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp55 LSUnit::Status LSS = LSU.isAvailable(IR); in isAvailable() local
56 HadTokenStall = LSS != LSUnit::LSU_AVAILABLE; in isAvailable()
58 switch (LSS) { in isAvailable()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DInlineSpiller.cpp88 LiveStacks &LSS; member in __anon689c7d9e0111::HoistSpillHelper
141 LSS(pass.getAnalysis<LiveStacks>()), in HoistSpillHelper()
159 LiveStacks &LSS; member in __anon689c7d9e0111::InlineSpiller
199 LSS(Pass.getAnalysis<LiveStacks>()), in InlineSpiller()
1158 StackInt = &LSS.getOrCreateInterval(StackSlot, MRI.getRegClass(Original)); in spillAll()
1159 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll()
1161 StackInt = &LSS.getInterval(StackSlot); in spillAll()
1587 LiveInterval &StackIntvl = LSS.getInterval(Slot); in hoistAllSpills()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp233 ListSeparator LSS; in EmitAction() local
235 O << LSS << getQualifiedName(ShadowRegList->getElementAsRecord(i)); in EmitAction()