Searched refs:ParseArrayVectorType (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.h | 230 bool ParseArrayVectorType(Type *&Result, bool isVector);
|
D | LLParser.cpp | 1249 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/ |
D | LLParser.h | 313 bool ParseArrayVectorType(Type *&Result, bool isVector);
|
D | LLParser.cpp | 1982 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/ |
D | LLParser.h | 401 bool ParseArrayVectorType(Type *&Result, bool isVector);
|
D | LLParser.cpp | 2248 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
|