LLVM  8.0.1
Macros | Functions
NVPTXTargetTransformInfo.cpp File Reference
#include "NVPTXTargetTransformInfo.h"
#include "NVPTXUtilities.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/Analysis/ValueTracking.h"
#include "llvm/CodeGen/BasicTTIImpl.h"
#include "llvm/CodeGen/CostTable.h"
#include "llvm/CodeGen/TargetLowering.h"
#include "llvm/Support/Debug.h"
Include dependency graph for NVPTXTargetTransformInfo.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "NVPTXtti"
 

Functions

static bool readsThreadIndex (const IntrinsicInst *II)
 
static bool readsLaneId (const IntrinsicInst *II)
 
static bool isNVVMAtomic (const IntrinsicInst *II)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "NVPTXtti"

Definition at line 21 of file NVPTXTargetTransformInfo.cpp.

Function Documentation

◆ isNVVMAtomic()

static bool isNVVMAtomic ( const IntrinsicInst II)
static

◆ readsLaneId()

static bool readsLaneId ( const IntrinsicInst II)
static

◆ readsThreadIndex()

static bool readsThreadIndex ( const IntrinsicInst II)
static