|
void | llvm::clearAnnotationCache (const Module *Mod) |
|
bool | llvm::findOneNVVMAnnotation (const GlobalValue *gv, const std::string &prop, unsigned &retval) |
|
bool | llvm::findAllNVVMAnnotation (const GlobalValue *gv, const std::string &prop, std::vector< unsigned > &retval) |
|
bool | llvm::isTexture (const Value &val) |
|
bool | llvm::isSurface (const Value &val) |
|
bool | llvm::isSampler (const Value &val) |
|
bool | llvm::isImage (const Value &val) |
|
bool | llvm::isImageReadOnly (const Value &val) |
|
bool | llvm::isImageWriteOnly (const Value &val) |
|
bool | llvm::isImageReadWrite (const Value &val) |
|
bool | llvm::isManaged (const Value &val) |
|
std::string | llvm::getTextureName (const Value &val) |
|
std::string | llvm::getSurfaceName (const Value &val) |
|
std::string | llvm::getSamplerName (const Value &val) |
|
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::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) |
|
bool | llvm::getMaxClusterRank (const Function &F, unsigned &x) |
|
bool | llvm::getMinCTASm (const Function &F, unsigned &x) |
|
bool | llvm::getMaxNReg (const Function &F, unsigned &x) |
|
bool | llvm::isKernelFunction (const Function &F) |
|
bool | llvm::isParamGridConstant (const Value &V) |
|
MaybeAlign | llvm::getAlign (const Function &F, unsigned Index) |
|
MaybeAlign | llvm::getAlign (const CallInst &I, unsigned Index) |
|
Function * | llvm::getMaybeBitcastedCallee (const CallBase *CB) |
|
unsigned | llvm::promoteScalarArgumentSize (unsigned size) |
|
bool | llvm::shouldEmitPTXNoReturn (const Value *V, const TargetMachine &TM) |
|
bool | llvm::Isv2x16VT (EVT VT) |
|
std::string | llvm::NVPTX::OrderingToCString (Ordering Order) |
|
raw_ostream & | llvm::NVPTX::operator<< (raw_ostream &O, Ordering Order) |
|