Home
last modified time | relevance | path

Searched refs:IsVectorType (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i179 ) lldb::SBType::IsVectorType;
371 * C: If this is a vector type (see `IsVectorType`), returns the element
376 See also `IsVectorType`.
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp165 bool SBType::IsVectorType() { in IsVectorType() function in SBType
170 return m_opaque_sp->GetCompilerType(true).IsVectorType(nullptr, nullptr); in IsVectorType()
246 if (m_opaque_sp->GetCompilerType(true).IsVectorType(&vector_element_type, in GetVectorElementType()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h165 bool IsVectorType();
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp260 parent_type.IsVectorType(&element_type, &num_elements); in Update()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h125 bool IsVectorType(CompilerType *element_type = nullptr,
H A DTypeSystem.h481 virtual bool IsVectorType(lldb::opaque_compiler_type_t type,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp68 bool CompilerType::IsVectorType(CompilerType *element_type, in IsVectorType() function in CompilerType
72 return type_system_sp->IsVectorType(m_type, element_type, size); in IsVectorType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1621 } else if (compiler_type.IsVectorType()) { in GetReturnValueObjectImpl()
1707 if (base_type.IsVectorType()) { in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1601 if (valobj.GetCompilerType().IsVectorType()) { in GetHardcodedSummaries()
1650 if (valobj.GetCompilerType().IsVectorType()) { in GetHardcodedSynthetics()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1029 bool IsVectorType = isa<VectorType>(Dst) && isa<VectorType>(Src); in getCastInstrCost() local
1030 if (!IsVectorType) in getCastInstrCost()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h636 bool IsVectorType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp2888 bool TypeSystemClang::IsVectorType(lldb::opaque_compiler_type_t type, in IsVectorType() function in TypeSystemClang
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3316 bool IsVectorType = A->getBase()->getType()->isVectorType(); in VisitArraySubscriptExpr() local
3342 } else if (IsVectorType) { in VisitArraySubscriptExpr()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp68340 result = (bool)(arg1)->IsVectorType(); in _wrap_SBType_IsVectorType()