Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:Function

24 #include "llvm/IR/Function.h"
197 const Function *F;
223 void printParamName(Function::const_arg_iterator I, int paramIndex,
226 void emitKernelFunctionDirectives(const Function& F,
230 void emitFunctionParamList(const Function *, raw_ostream &O);
242 void printReturnValStr(const Function *, raw_ostream &O);
264 // List of variables demoted to a function scope.
265 std::map<const Function *, std::vector<GlobalVariable *> > localDecls;
284 void emitDeclaration(const Function *, raw_ostream &O);
287 void emitDemotedVars(const Function *, raw_ostream &);