Home
last modified time | relevance | path

Searched defs:LSU (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/
DContext.cpp42 auto LSU = std::make_unique<LSUnit>(SM, Opts.LoadQueueSize, in createDefaultPipeline() local
77 auto LSU = std::make_unique<LSUnit>(SM, Opts.LoadQueueSize, in createInOrderPipeline() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/Stages/
DRetireStage.h31 LSUnitBase &LSU; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/Stages/
DRetireStage.h32 LSUnitBase &LSU; variable
DInOrderIssueStage.h59 LSUnit &LSU; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DContext.cpp37 auto LSU = std::make_unique<LSUnit>(SM, Opts.LoadQueueSize, in createDefaultPipeline() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/HardwareUnits/
DScheduler.h71 LSUnitBase &LSU; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DScheduler.h71 LSUnitBase &LSU; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/Stages/
DInOrderIssueStage.cpp48 LSUnit &LSU) in InOrderIssueStage()