Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:Function

17 #include "llvm/IR/Function.h"
47 bool getMaxNTIDx(const llvm::Function &, unsigned &);
48 bool getMaxNTIDy(const llvm::Function &, unsigned &);
49 bool getMaxNTIDz(const llvm::Function &, unsigned &);
51 bool getReqNTIDx(const llvm::Function &, unsigned &);
52 bool getReqNTIDy(const llvm::Function &, unsigned &);
53 bool getReqNTIDz(const llvm::Function &, unsigned &);
55 bool getMinCTASm(const llvm::Function &, unsigned &);
56 bool isKernelFunction(const llvm::Function &);
58 bool getAlign(const llvm::Function &, unsigned index, unsigned &);
63 /// make_vector - Helper function which is useful for building temporary vectors
84 Function *getParentFunction(Value *v);