Go to the source code of this file.
|
| llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
|
static cl::opt< bool > | PreserveTiedOps ("hexbit-keep-tied", cl::Hidden, cl::init(true), cl::desc("Preserve subregisters in tied operands")) |
|
static cl::opt< bool > | GenExtract ("hexbit-extract", cl::Hidden, cl::init(true), cl::desc("Generate extract instructions")) |
|
static cl::opt< bool > | GenBitSplit ("hexbit-bitsplit", cl::Hidden, cl::init(true), cl::desc("Generate bitsplit instructions")) |
|
static cl::opt< unsigned > | MaxExtract ("hexbit-max-extract", cl::Hidden, cl::init(std::numeric_limits< unsigned >::max())) |
|
static unsigned | CountExtract = 0 |
|
static cl::opt< unsigned > | MaxBitSplit ("hexbit-max-bitsplit", cl::Hidden, cl::init(std::numeric_limits< unsigned >::max())) |
|
static unsigned | CountBitSplit = 0 |
|
static cl::opt< unsigned > | RegisterSetLimit ("hexbit-registerset-limit", cl::Hidden, cl::init(1000)) |
|
hexagon bit | simplify |
|
hexagon bit Hexagon bit | simplification |
|
hexagon bit Hexagon bit | false |
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "hexbit" |
◆ INITIALIZE_PASS()
INITIALIZE_PASS |
( |
HexagonLoopRescheduling |
, |
|
|
"hexagon-loop-resched" |
, |
|
|
"Hexagon Loop Rescheduling" |
, |
|
|
false |
, |
|
|
false |
|
|
) |
| |
◆ INITIALIZE_PASS_BEGIN()
◆ CountBitSplit
unsigned CountBitSplit = 0 |
|
static |
◆ CountExtract
unsigned CountExtract = 0 |
|
static |
◆ false
◆ GenBitSplit
◆ GenExtract
◆ MaxBitSplit
cl::opt<unsigned> MaxBitSplit("hexbit-max-bitsplit", cl::Hidden, cl::init(std::numeric_limits< unsigned >::max())) |
|
static |
◆ MaxExtract
cl::opt<unsigned> MaxExtract("hexbit-max-extract", cl::Hidden, cl::init(std::numeric_limits< unsigned >::max())) |
|
static |
◆ PreserveTiedOps
cl::opt<bool> PreserveTiedOps("hexbit-keep-tied", cl::Hidden, cl::init(true), cl::desc("Preserve subregisters in tied operands")) |
|
static |
◆ RegisterSetLimit
cl::opt<unsigned> RegisterSetLimit("hexbit-registerset-limit", cl::Hidden, cl::init(1000)) |
|
static |
◆ simplification
hexagon bit Hexagon bit simplification |
◆ simplify