Home
last modified time | relevance | path

Searched refs:isKernelFunction (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.h57 bool isKernelFunction(const Function &);
H A DNVPTXAsmPrinter.cpp456 if (isKernelFunction(*F)) in emitFunctionEntryLabel()
467 if (isKernelFunction(*F)) in emitFunctionEntryLabel()
605 if (isKernelFunction(*F)) in emitDeclaration()
1407 bool isKernelFunc = isKernelFunction(*F); in emitFunctionParamList()
1428 if (isKernelFunction(*F)) { in emitFunctionParamList()
H A DNVPTXLowerArgs.cpp373 return isKernelFunction(F) ? runOnKernelFunction(F) : runOnDeviceFunction(F); in runOnFunction()
H A DNVPTXUtilities.cpp274 bool isKernelFunction(const Function &F) { in isKernelFunction() function
H A DNVPTXTargetTransformInfo.cpp75 return !isKernelFunction(*Arg->getParent()); in isSourceOfDivergence()
H A DNVPTXISelDAGToDAG.cpp701 bool IsKernelFn = isKernelFunction(F->getFunction()); in canLowerToLDG()
H A DNVPTXISelLowering.cpp2492 assert(isKernelFunction(*F) && in LowerFormalArguments()