Go to the source code of this file.
◆ DEBUG_TYPE
#define DEBUG_TYPE "ppc-expand-isel" |
◆ STATISTIC() [1/3]
STATISTIC |
( |
NumExpanded |
, |
|
|
"Number of ISEL instructions expanded" |
|
|
) |
| |
◆ STATISTIC() [2/3]
STATISTIC |
( |
NumFolded |
, |
|
|
"Number of ISEL instructions folded" |
|
|
) |
| |
◆ STATISTIC() [3/3]
STATISTIC |
( |
NumRemoved |
, |
|
|
"Number of ISEL instructions removed" |
|
|
) |
| |
◆ GenerateISEL
cl::opt< bool > GenerateISEL("ppc-gen-isel", cl::desc("Enable generating the ISEL instruction."), cl::init(true), cl::Hidden) |
( |
"ppc-gen-isel" |
, |
|
|
cl::desc("Enable generating the ISEL instruction.") |
, |
|
|
cl::init(true) |
, |
|
|
cl::Hidden |
|
|
) |
| |
|
static |