Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DTypeParser.cpp308 return parseVectorType(); in parseNonFunctionType()
455 VectorType Parser::parseVectorType() { in parseVectorType() function in Parser
H A DParser.h210 VectorType parseVectorType();
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypeSyntax.cpp256 static Type parseVectorType(AsmParser &parser) { in parseVectorType() function
469 .Case("vec", [&] { return parseVectorType(parser); }) in dispatchParse()
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2519 Node *parseVectorType();
3556 Node *AbstractManglingParser<Derived, Alloc>::parseVectorType() { in parseVectorType() function
3944 Result = getDerived().parseVectorType(); in parseType()
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumDemangle.h2519 Node *parseVectorType();
3556 Node *AbstractManglingParser<Derived, Alloc>::parseVectorType() { in parseVectorType() function
3944 Result = getDerived().parseVectorType(); in parseType()