Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
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-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DInlineSpiller.cpp89 LiveStacks &LSS; member in __anon9c12c7860111::HoistSpillHelper
143 LSS(pass.getAnalysis<LiveStacks>()), in HoistSpillHelper()
162 LiveStacks &LSS; member in __anon9c12c7860111::InlineSpiller
203 LSS(Pass.getAnalysis<LiveStacks>()), in InlineSpiller()
1140 StackInt = &LSS.getOrCreateInterval(StackSlot, MRI.getRegClass(Original)); in spillAll()
1141 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll()
1143 StackInt = &LSS.getInterval(StackSlot); in spillAll()
1571 LiveInterval &StackIntvl = LSS.getInterval(Slot); in hoistAllSpills()
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCallingConvEmitter.cpp172 ListSeparator LSS; in EmitAction() local
174 O << LSS << getQualifiedName(ShadowRegList->getElementAsRecord(i)); in EmitAction()
/freebsd-12-stable/contrib/tcsh/
Dsh.exp.c51 #define LSS 4 macro
377 case LSS: in exp3()
381 case LSS | 1: in exp3()
1017 return (LSS); in isa()