Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp284 assert((!ForceTopDown || !ForceBottomUp) && in initialize()
952 if (ForceTopDown) { in pickNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp78 cl::opt<bool> ForceTopDown("misched-topdown", cl::Hidden, variable
2781 assert((!ForceTopDown || !ForceBottomUp) && in initPolicy()
2788 if (ForceTopDown.getNumOccurrences() > 0) { in initPolicy()
2789 RegionPolicy.OnlyTopDown = ForceTopDown; in initPolicy()
3659 bool Alternate = !ForceTopDown && !ForceBottomUp; in createInstructionShuffler()
3661 assert((TopDown || !ForceTopDown) && in createInstructionShuffler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h101 extern cl::opt<bool> ForceTopDown;