LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros | Functions
NVPTXutil.cpp File Reference
#include "NVPTXutil.h"
#include "NVPTX.h"
Include dependency graph for NVPTXutil.cpp:

Go to the source code of this file.

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 

Macros

#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)
 

Macro Definition Documentation

#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().