Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp83 LiveStacks &LSS; member in __anon2f89086e0111::HoistSpillHelper
135 LSS(pass.getAnalysis<LiveStacks>()), in HoistSpillHelper()
153 LiveStacks &LSS; member in __anon2f89086e0111::InlineSpiller
193 LSS(Pass.getAnalysis<LiveStacks>()), in InlineSpiller()
1243 StackInt = &LSS.getOrCreateInterval(StackSlot, MRI.getRegClass(Original)); in spillAll()
1244 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll()
1246 StackInt = &LSS.getInterval(StackSlot); in spillAll()
1671 LiveInterval &StackIntvl = LSS.getInterval(Slot); in hoistAllSpills()
/freebsd/contrib/tcsh/
H A Dsh.exp.c51 #define LSS 4 macro
377 case LSS: in exp3()
381 case LSS | 1: in exp3()
1017 return (LSS); in isa()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp239 ListSeparator LSS; in EmitAction() local
241 O << LSS << getQualifiedName(ShadowRegList->getElementAsRecord(i)); in EmitAction()