|
bool | llvm::findOneNVVMAnnotation (const llvm::GlobalValue *, std::string, unsigned &) |
|
bool | llvm::findAllNVVMAnnotation (const llvm::GlobalValue *, std::string, std::vector< unsigned > &) |
|
bool | llvm::isTexture (const llvm::Value &) |
|
bool | llvm::isSurface (const llvm::Value &) |
|
bool | llvm::isSampler (const llvm::Value &) |
|
bool | llvm::isImage (const llvm::Value &) |
|
bool | llvm::isImageReadOnly (const llvm::Value &) |
|
bool | llvm::isImageWriteOnly (const llvm::Value &) |
|
std::string | llvm::getTextureName (const llvm::Value &) |
|
std::string | llvm::getSurfaceName (const llvm::Value &) |
|
std::string | llvm::getSamplerName (const llvm::Value &) |
|
bool | llvm::getMaxNTIDx (const llvm::Function &, unsigned &) |
|
bool | llvm::getMaxNTIDy (const llvm::Function &, unsigned &) |
|
bool | llvm::getMaxNTIDz (const llvm::Function &, unsigned &) |
|
bool | llvm::getReqNTIDx (const llvm::Function &, unsigned &) |
|
bool | llvm::getReqNTIDy (const llvm::Function &, unsigned &) |
|
bool | llvm::getReqNTIDz (const llvm::Function &, unsigned &) |
|
bool | llvm::getMinCTASm (const llvm::Function &, unsigned &) |
|
bool | llvm::isKernelFunction (const llvm::Function &) |
|
bool | llvm::getAlign (const llvm::Function &, unsigned index, unsigned &) |
|
bool | llvm::getAlign (const llvm::CallInst &, unsigned index, unsigned &) |
|
bool | llvm::isBarrierIntrinsic (llvm::Intrinsic::ID) |
|
template<typename T > |
std::vector< T > | llvm::make_vector (T A,...) |
|
bool | llvm::isMemorySpaceTransferIntrinsic (Intrinsic::ID id) |
|
const Value * | llvm::skipPointerTransfer (const Value *V, bool ignore_GEP_indices) |
|
const Value * | llvm::skipPointerTransfer (const Value *V, std::set< const Value * > &processed) |
|
BasicBlock * | llvm::getParentBlock (Value *v) |
|
Function * | llvm::getParentFunction (Value *v) |
|
void | llvm::dumpBlock (Value *v, char *blockName) |
|
Instruction * | llvm::getInst (Value *base, char *instName) |
|
void | llvm::dumpInst (Value *base, char *instName) |
|
void | llvm::dumpInstRec (Value *v, std::set< Instruction * > *visited) |
|
void | llvm::dumpInstRec (Value *v) |
|
void | llvm::dumpParent (Value *v) |
|