Lines Matching refs:builtIn
99 virtual void float16Check(const TSourceLoc&, const char* op, bool builtIn = false);
100 virtual void float16ScalarVectorCheck(const TSourceLoc&, const char* op, bool builtIn = false);
103 virtual void int16ScalarVectorCheck(const TSourceLoc&, const char* op, bool builtIn = false);
106 virtual void int8ScalarVectorCheck(const TSourceLoc&, const char* op, bool builtIn = false);
109 virtual void float16OpaqueCheck(const TSourceLoc&, const char* op, bool builtIn = false);
110 virtual void int64Check(const TSourceLoc&, const char* op, bool builtIn = false);
111 virtual void explicitInt8Check(const TSourceLoc&, const char* op, bool builtIn = false);
112 virtual void explicitInt16Check(const TSourceLoc&, const char* op, bool builtIn = false);
113 virtual void explicitInt32Check(const TSourceLoc&, const char* op, bool builtIn = false);
114 virtual void explicitFloat32Check(const TSourceLoc&, const char* op, bool builtIn = false);
115 virtual void explicitFloat64Check(const TSourceLoc&, const char* op, bool builtIn = false);
116 virtual void fcoopmatCheckNV(const TSourceLoc&, const char* op, bool builtIn = false);
117 virtual void intcoopmatCheckNV(const TSourceLoc&, const char *op, bool builtIn = false);
118 virtual void coopmatCheck(const TSourceLoc&, const char* op, bool builtIn = false);