Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp136 if (unsigned CustomStallCycles = CB.checkCustomHazard(IssuedInst, IR)) { in canExecute() local
137 SI.update(IR, CustomStallCycles, StallInfo::StallKind::CUSTOM_STALL); in canExecute()