Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Frontend/
H A DKernelParser.cpp921 m_defaultRegisterType = TryParseOpType(DST_TYPES); in ParseLegacyDirectives()
3173 TryParseOpType(SRC_TYPES); in ParseSrcOpTypeWithoutDefault()
3178 Type t = TryParseOpType(SRC_TYPES); in ParseSrcOpTypeWithoutDefault()
3190 auto t = TryParseOpType(types); in ParseOpTypeWithDefault()
3210 Type TryParseOpType(const IdentMap<Type> types) { in TryParseOpType() function in KernelParser
3868 Type ty = TryParseOpType(SRC_TYPES); in ParseDpasOp()