Go to the source code of this file.
◆ DEBUG_TYPE
| #define DEBUG_TYPE "hexagon-hvx-save" |
◆ INITIALIZE_PASS()
| INITIALIZE_PASS |
( |
HexagonHVXSaveRemark | , |
|
|
DEBUG_TYPE | , |
|
|
"Hexagon HVX Save Remarks" | , |
|
|
false | , |
|
|
false | ) |
◆ HVXSaveThreshold
| cl::opt< unsigned > HVXSaveThreshold("hexagon-hvx-save-threshold", cl::Hidden, cl::init(128 *8), cl::desc("Minimum number of bytes of HVX caller-saved register data live " "across a call to trigger a remark (default: 8 x 128-byte " "vectors)")) |
( |
"hexagon-hvx-save-threshold" | , |
|
|
cl::Hidden | , |
|
|
cl::init(128 *8) | , |
|
|
cl::desc("Minimum number of bytes of HVX caller-saved register data live " "across a call to trigger a remark (default: 8 x 128-byte " "vectors)") | ) |
|
static |