OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPIR_FUNC
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
CallingConv.h
136
///
SPIR_FUNC
- Calling convention for SPIR non-kernel device functions.
139
/// Functions can only call
SPIR_FUNC
and SPIR_KERNEL functions.
144
SPIR_FUNC
= 75,
147
/// Inherits the restrictions of
SPIR_FUNC
, except
/src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp
388
case CallingConv::
SPIR_FUNC
: Out << "
spir_func
"; break;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp
64
case CC_SpirFunction: return llvm::CallingConv::
SPIR_FUNC
;
TargetInfo.cpp
10107
RuntimeCC = llvm::CallingConv::
SPIR_FUNC
;
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp
2118
/// ::= '
spir_func
'
2169
case lltok::kw_spir_func: CC = CallingConv::
SPIR_FUNC
; break;
Completed in 104 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026