Searched refs:IsVectorType (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBTypeDocstrings.i | 179 ) 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 D | SBType.cpp | 165 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 D | SBType.h | 165 bool IsVectorType();
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | VectorType.cpp | 260 parent_type.IsVectorType(&element_type, &num_elements); in Update()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | CompilerType.h | 125 bool IsVectorType(CompilerType *element_type = nullptr,
|
H A D | TypeSystem.h | 481 virtual bool IsVectorType(lldb::opaque_compiler_type_t type,
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 68 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 D | ABISysV_arm.cpp | 1621 } 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 D | CPlusPlusLanguage.cpp | 1601 if (valobj.GetCompilerType().IsVectorType()) { in GetHardcodedSummaries() 1650 if (valobj.GetCompilerType().IsVectorType()) { in GetHardcodedSynthetics()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 1029 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 D | TypeSystemClang.h | 636 bool IsVectorType(lldb::opaque_compiler_type_t type,
|
H A D | TypeSystemClang.cpp | 2888 bool TypeSystemClang::IsVectorType(lldb::opaque_compiler_type_t type, in IsVectorType() function in TypeSystemClang
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 3316 bool IsVectorType = A->getBase()->getType()->isVectorType(); in VisitArraySubscriptExpr() local 3342 } else if (IsVectorType) { in VisitArraySubscriptExpr()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 68340 result = (bool)(arg1)->IsVectorType(); in _wrap_SBType_IsVectorType()
|