OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RefParamType
(Results
1 - 3
of
3
) sorted by null
/external/spirv-llvm/lib/SPIRV/Mangler/
ParameterType.h
110
typedef RefCount<ParamType>
RefParamType
;
201
/// @param
RefParamType
the type of pointee (that the pointer points at).
202
PointerType(const
RefParamType
type);
225
const
RefParamType
& getPointee() const {
250
RefParamType
m_pType;
262
/// @param
RefParamType
the type of each scalar element in the vector.
264
VectorType(const
RefParamType
type, int len);
287
const
RefParamType
& getScalarType() const {
299
RefParamType
m_pType;
309
/// @param
RefParamType
the type refernced as atomic
[
all
...]
ParameterType.cpp
53
PointerType::PointerType(const
RefParamType
type) :
124
VectorType::VectorType(const
RefParamType
type, int len) :
149
AtomicType::AtomicType(const
RefParamType
type) :
/external/spirv-llvm/lib/SPIRV/
SPIRVUtil.cpp
981
static SPIR::
RefParamType
987
return SPIR::
RefParamType
(new SPIR::PrimitiveType(Info.Enum));
989
return SPIR::
RefParamType
(new SPIR::PrimitiveType(
994
return SPIR::
RefParamType
(new SPIR::AtomicType(
1000
return SPIR::
RefParamType
(new SPIR::PrimitiveType(SPIR::PRIMITIVE_BOOL));
1002
return SPIR::
RefParamType
(new SPIR::PrimitiveType(Signed?
1005
return SPIR::
RefParamType
(new SPIR::PrimitiveType(Signed?
1008
return SPIR::
RefParamType
(new SPIR::PrimitiveType(Signed?
1011
return SPIR::
RefParamType
(new SPIR::PrimitiveType(Signed?
1018
return SPIR::
RefParamType
(new SPIR::PrimitiveType(SPIR::PRIMITIVE_VOID))
[
all
...]
Completed in 383 milliseconds