Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h107 Type *parseBasicTypeName(StringRef &TypeName, LLVMContext &Ctx);
H A DSPIRVUtils.cpp404 Type *parseBasicTypeName(StringRef &TypeName, LLVMContext &Ctx) { in parseBasicTypeName() function
H A DSPIRVGlobalRegistry.cpp1242 Ty = parseBasicTypeName(TypeStr, Ctx); in getOrCreateSPIRVTypeByName()
H A DSPIRVBuiltins.cpp2617 BaseType = parseBasicTypeName(TypeStr, Ctx); in parseBuiltinCallArgumentBaseType()