Home
last modified time | relevance | path

Searched defs:LSUnit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h443 LSUnit(const MCSchedModel &SM) in LSUnit() function
445 LSUnit(const MCSchedModel &SM, unsigned LQ, unsigned SQ) in LSUnit() function
447 LSUnit(const MCSchedModel &SM, unsigned LQ, unsigned SQ, bool AssumeNoAlias) in LSUnit() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DInOrderIssueStage.h24 class LSUnit; variable