Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h230 bool ParseArrayVectorType(Type *&Result, bool isVector);
DLLParser.cpp1249 if (ParseArrayVectorType(Result, false)) in ParseType()
1259 } else if (ParseArrayVectorType(Result, true)) in ParseType()
1525 return ParseArrayVectorType(ResultTy, true); in ParseStructDefinition()
1589 bool LLParser::ParseArrayVectorType(Type *&Result, bool isVector) { in ParseArrayVectorType() function in LLParser
/external/llvm/lib/AsmParser/
DLLParser.h313 bool ParseArrayVectorType(Type *&Result, bool isVector);
DLLParser.cpp1982 if (ParseArrayVectorType(Result, false)) in ParseType()
1992 } else if (ParseArrayVectorType(Result, true)) in ParseType()
2337 return ParseArrayVectorType(ResultTy, true); in ParseStructDefinition()
2401 bool LLParser::ParseArrayVectorType(Type *&Result, bool isVector) { in ParseArrayVectorType() function in LLParser
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.h401 bool ParseArrayVectorType(Type *&Result, bool isVector);
DLLParser.cpp2248 if (ParseArrayVectorType(Result, false)) in ParseType()
2258 } else if (ParseArrayVectorType(Result, true)) in ParseType()
2599 return ParseArrayVectorType(ResultTy, true); in ParseStructDefinition()
2662 bool LLParser::ParseArrayVectorType(Type *&Result, bool isVector) { in ParseArrayVectorType() function in LLParser