Home
last modified time | relevance | path

Searched refs:IsVectorType (Results 1 – 15 of 15) 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.cpp261 parent_type.IsVectorType(&element_type, &num_elements); in Update()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h126 bool IsVectorType(CompilerType *element_type = nullptr,
H A DTypeSystem.h490 virtual bool IsVectorType(lldb::opaque_compiler_type_t type,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp70 bool CompilerType::IsVectorType(CompilerType *element_type, in IsVectorType() function in CompilerType
74 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.cpp1617 } else if (compiler_type.IsVectorType()) { in GetReturnValueObjectImpl()
1704 if (base_type.IsVectorType()) { in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1860 if (valobj.GetCompilerType().IsVectorType()) { in GetHardcodedSummaries()
1909 if (valobj.GetCompilerType().IsVectorType()) { in GetHardcodedSynthetics()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h636 bool IsVectorType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp2930 bool TypeSystemClang::IsVectorType(lldb::opaque_compiler_type_t type, in IsVectorType() function in TypeSystemClang
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1512 bool IsVectorType = isa<VectorType>(Dst) && isa<VectorType>(Src); in getCastInstrCost() local
1513 if (!IsVectorType) in getCastInstrCost()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3441 bool IsVectorType = A->getBase()->getType()->isVectorType(); in VisitArraySubscriptExpr() local
3467 } else if (IsVectorType) { in VisitArraySubscriptExpr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp3710 bool IsVectorType = isa<VectorType>(I.getType()); in run() local
3735 if (IsVectorType) { in run()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69608 result = (bool)(arg1)->IsVectorType(); in _wrap_SBType_IsVectorType()