Searched defs:LQ (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | LSUnit.h | 445 LSUnit(const MCSchedModel & SM,unsigned LQ,unsigned SQ) LSUnit() argument 447 LSUnit(const MCSchedModel & SM,unsigned LQ,unsigned SQ,bool AssumeNoAlias) LSUnit() argument
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | TransferBranchTest.cpp | 107 const TestLattice &LQ = getLatticeAtAnnotation(Results, "q"); in TEST() local
|
/llvm-project/llvm/lib/MCA/HardwareUnits/ |
H A D | LSUnit.cpp | 24 LSUnitBase::LSUnitBase(const MCSchedModel &SM, unsigned LQ, unsigned SQ, in LSUnitBase() argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | LoopPass.cpp | 96 static void addLoopIntoQueue(Loop *L, std::deque<Loop *> &LQ) { in addLoopIntoQueue()
|