Searched refs:RefParamType (Results 1 – 3 of 3) sorted by relevance
110 typedef RefCount<ParamType> RefParamType; typedef202 PointerType(const RefParamType type);225 const RefParamType& getPointee() const { in getPointee()250 RefParamType m_pType;264 VectorType(const RefParamType type, int len);287 const RefParamType& getScalarType() const { in getScalarType()299 RefParamType m_pType;310 AtomicType(const RefParamType type);333 const RefParamType& getBaseType() const { in getBaseType()339 RefParamType m_pType;[all …]
53 PointerType::PointerType(const RefParamType type) : in PointerType()124 VectorType::VectorType(const RefParamType type, int len) : in VectorType()149 AtomicType::AtomicType(const RefParamType type) : in AtomicType()
981 static SPIR::RefParamType987 return SPIR::RefParamType(new SPIR::PrimitiveType(Info.Enum)); in transTypeDesc()989 return SPIR::RefParamType(new SPIR::PrimitiveType( in transTypeDesc()994 return SPIR::RefParamType(new SPIR::AtomicType( in transTypeDesc()1000 return SPIR::RefParamType(new SPIR::PrimitiveType(SPIR::PRIMITIVE_BOOL)); in transTypeDesc()1002 return SPIR::RefParamType(new SPIR::PrimitiveType(Signed? in transTypeDesc()1005 return SPIR::RefParamType(new SPIR::PrimitiveType(Signed? in transTypeDesc()1008 return SPIR::RefParamType(new SPIR::PrimitiveType(Signed? in transTypeDesc()1011 return SPIR::RefParamType(new SPIR::PrimitiveType(Signed? in transTypeDesc()1018 return SPIR::RefParamType(new SPIR::PrimitiveType(SPIR::PRIMITIVE_VOID)); in transTypeDesc()[all …]