LLVM API Documentation

Go to the source code of this file.
Namespaces | |
| namespace | llvm |
List of target independent CodeGen pass IDs. | |
Defines | |
| #define | DATA_MASK 0x7f |
| #define | DIGIT_WIDTH 7 |
| #define | MORE_BYTES 0x80 |
Functions | |
| bool | llvm::isParamLoad (const MachineInstr *MI) |
| static int | llvm::encode_leb128 (uint64_t val, int *nbytes, char *space, int splen) |
| uint64_t | llvm::encode_leb128 (const char *str) |
| #define DATA_MASK 0x7f |
Definition at line 32 of file NVPTXutil.cpp.
Referenced by llvm::encode_leb128().
| #define DIGIT_WIDTH 7 |
Definition at line 33 of file NVPTXutil.cpp.
Referenced by llvm::encode_leb128().
| #define MORE_BYTES 0x80 |
Definition at line 34 of file NVPTXutil.cpp.
Referenced by llvm::encode_leb128().