MLIR  19.0.0git
Macros | Functions | Variables
BasicPtxBuilderInterface.cpp File Reference
#include "mlir/Dialect/LLVMIR/BasicPtxBuilderInterface.h"
#include "mlir/Support/LogicalResult.h"
#include "mlir/Dialect/LLVMIR/BasicPtxBuilderInterface.cpp.inc"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "ptx-builder"
 
#define DBGS()   (llvm::dbgs() << "[" DEBUG_TYPE "]: ")
 
#define DBGSNL()   (llvm::dbgs() << "\n")
 

Functions

static char getRegisterType (Type type)
 
static char getRegisterType (Value v)
 

Variables

static constexpr int64_t kSharedMemorySpace = 3
 

Macro Definition Documentation

◆ DBGS

#define DBGS ( )    (llvm::dbgs() << "[" DEBUG_TYPE "]: ")

Definition at line 18 of file BasicPtxBuilderInterface.cpp.

◆ DBGSNL

#define DBGSNL ( )    (llvm::dbgs() << "\n")

Definition at line 19 of file BasicPtxBuilderInterface.cpp.

◆ DEBUG_TYPE

#define DEBUG_TYPE   "ptx-builder"

Definition at line 17 of file BasicPtxBuilderInterface.cpp.

Function Documentation

◆ getRegisterType() [1/2]

static char getRegisterType ( Type  type)
static

◆ getRegisterType() [2/2]

static char getRegisterType ( Value  v)
static

Variable Documentation

◆ kSharedMemorySpace

constexpr int64_t kSharedMemorySpace = 3
staticconstexpr