Namespaces |
| namespace | llvm |
| | List of target independent CodeGen pass IDs.
|
Defines |
| #define | NVCL_IMAGE2D_READONLY_FUNCNAME "__is_image2D_readonly" |
| #define | NVCL_IMAGE3D_READONLY_FUNCNAME "__is_image3D_readonly" |
Functions |
| void | llvm::clearAnnotationCache (const llvm::Module *) |
| 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 &) |
| bool | llvm::isImageReadWrite (const llvm::Value &) |
| bool | llvm::isManaged (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) |