Searched refs:IsVectorType (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBType.cpp | 126 bool SBType::IsVectorType() { in IsVectorType() function in SBType 129 return m_opaque_sp->GetCompilerType(true).IsVectorType(nullptr, nullptr); in IsVectorType() 187 if (m_opaque_sp->GetCompilerType(true).IsVectorType(&vector_element_type, in GetVectorElementType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBType.h | 123 bool IsVectorType();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 222 parent_type.IsVectorType(&element_type, nullptr); in Update()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 78 bool IsVectorType(CompilerType *element_type, uint64_t *size) const;
|
| H A D | TypeSystem.h | 431 virtual bool IsVectorType(lldb::opaque_compiler_type_t type,
|
| H A D | ClangASTContext.h | 547 bool IsVectorType(lldb::opaque_compiler_type_t type,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 78 bool CompilerType::IsVectorType(CompilerType *element_type, in IsVectorType() function in CompilerType 81 return m_type_system->IsVectorType(m_type, element_type, size); in IsVectorType()
|
| H A D | ClangASTContext.cpp | 3000 bool ClangASTContext::IsVectorType(lldb::opaque_compiler_type_t type, in IsVectorType() function in ClangASTContext
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 999 if (valobj.GetCompilerType().IsVectorType(nullptr, nullptr)) { in GetHardcodedSummaries() 1049 if (valobj.GetCompilerType().IsVectorType(nullptr, nullptr)) { in GetHardcodedSynthetics()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/ |
| H A D | ABISysV_arm.cpp | 1635 } else if (compiler_type.IsVectorType(nullptr, nullptr)) { in GetReturnValueObjectImpl() 1722 if (base_type.IsVectorType(nullptr, nullptr)) { in GetReturnValueObjectImpl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 2467 bool IsVectorType = A->getBase()->getType()->isVectorType(); in VisitArraySubscriptExpr() local 2493 } else if (IsVectorType) { in VisitArraySubscriptExpr()
|