Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp236 MISched::Direction PostRASchedDirection = getPostRASchedDirection(); in overridePostRASchedPolicy() local
237 if (PostRASchedDirection == MISched::TopDown) { in overridePostRASchedPolicy()
240 } else if (PostRASchedDirection == MISched::BottomUp) { in overridePostRASchedPolicy()
243 } else if (PostRASchedDirection == MISched::Bidirectional) { in overridePostRASchedPolicy()
H A DRISCVSubtarget.h72 MISched::Direction PostRASchedDirection; member
394 return TuneInfo->PostRASchedDirection; in getPostRASchedDirection()
H A DRISCVProcessors.td47 code PostRASchedDirection = TopDown;
61 "PostRASchedDirection"];