Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVUtils.h107 Type *parseBasicTypeName(StringRef &TypeName, LLVMContext &Ctx);
HDSPIRVUtils.cpp404 Type *parseBasicTypeName(StringRef &TypeName, LLVMContext &Ctx) { in parseBasicTypeName() function
HDSPIRVGlobalRegistry.cpp1242 Ty = parseBasicTypeName(TypeStr, Ctx); in getOrCreateSPIRVTypeByName()
HDSPIRVBuiltins.cpp2617 BaseType = parseBasicTypeName(TypeStr, Ctx); in parseBuiltinCallArgumentBaseType()