|
void | llvm::clearAnnotationCache (const Module *Mod) |
|
static void | llvm::readIntVecFromMDNode (const MDNode *MetadataNode, std::vector< unsigned > &Vec) |
|
static void | llvm::cacheAnnotationFromMD (const MDNode *MetadataNode, key_val_pair_t &retval) |
|
static void | llvm::cacheAnnotationFromMD (const Module *m, const GlobalValue *gv) |
|
static std::optional< unsigned > | llvm::findOneNVVMAnnotation (const GlobalValue *gv, const std::string &prop) |
|
static bool | llvm::findAllNVVMAnnotation (const GlobalValue *gv, const std::string &prop, std::vector< unsigned > &retval) |
|
static bool | llvm::globalHasNVVMAnnotation (const Value &V, const std::string &Prop) |
|
static bool | llvm::argHasNVVMAnnotation (const Value &Val, const std::string &Annotation, const bool StartArgIndexAtOne=false) |
|
bool | llvm::isParamGridConstant (const Value &V) |
|
bool | llvm::isTexture (const Value &V) |
|
bool | llvm::isSurface (const Value &V) |
|
bool | llvm::isSampler (const Value &V) |
|
bool | llvm::isImageReadOnly (const Value &V) |
|
bool | llvm::isImageWriteOnly (const Value &V) |
|
bool | llvm::isImageReadWrite (const Value &V) |
|
bool | llvm::isImage (const Value &V) |
|
bool | llvm::isManaged (const Value &V) |
|
StringRef | llvm::getTextureName (const Value &V) |
|
StringRef | llvm::getSurfaceName (const Value &V) |
|
StringRef | llvm::getSamplerName (const Value &V) |
|
std::optional< unsigned > | llvm::getMaxNTIDx (const Function &F) |
|
std::optional< unsigned > | llvm::getMaxNTIDy (const Function &F) |
|
std::optional< unsigned > | llvm::getMaxNTIDz (const Function &F) |
|
std::optional< unsigned > | llvm::getMaxNTID (const Function &F) |
|
std::optional< unsigned > | llvm::getClusterDimx (const Function &F) |
|
std::optional< unsigned > | llvm::getClusterDimy (const Function &F) |
|
std::optional< unsigned > | llvm::getClusterDimz (const Function &F) |
|
std::optional< unsigned > | llvm::getMaxClusterRank (const Function &F) |
|
std::optional< unsigned > | llvm::getReqNTIDx (const Function &F) |
|
std::optional< unsigned > | llvm::getReqNTIDy (const Function &F) |
|
std::optional< unsigned > | llvm::getReqNTIDz (const Function &F) |
|
std::optional< unsigned > | llvm::getReqNTID (const Function &F) |
|
std::optional< unsigned > | llvm::getMinCTASm (const Function &F) |
|
std::optional< unsigned > | llvm::getMaxNReg (const Function &F) |
|
bool | llvm::isKernelFunction (const Function &F) |
|
MaybeAlign | llvm::getAlign (const Function &F, unsigned Index) |
|
MaybeAlign | llvm::getAlign (const CallInst &I, unsigned Index) |
|
Function * | llvm::getMaybeBitcastedCallee (const CallBase *CB) |
|
bool | llvm::shouldEmitPTXNoReturn (const Value *V, const TargetMachine &TM) |
|
bool | llvm::Isv2x16VT (EVT VT) |
|