Home
last modified time | relevance | path

Searched refs:BasicType (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp40 enum class BasicType { enum
464 case BasicType::I8: in printBasicType()
467 case BasicType::I16: in printBasicType()
470 case BasicType::I32: in printBasicType()
473 case BasicType::I64: in printBasicType()
482 case BasicType::U8: in printBasicType()
485 case BasicType::U16: in printBasicType()
488 case BasicType::U32: in printBasicType()
491 case BasicType::U64: in printBasicType()
545 BasicType Type; in demangleType()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp134 return BasicType::Int8; in ParseBasicType()
137 return BasicType::Int16; in ParseBasicType()
140 return BasicType::Int32; in ParseBasicType()
143 return BasicType::Int64; in ParseBasicType()
146 return BasicType::Float16; in ParseBasicType()
149 return BasicType::Float32; in ParseBasicType()
152 return BasicType::Float64; in ParseBasicType()
158 return BasicType::Unknown; in ParseBasicType()
391 for (BasicType BT : {BasicType::Float16, BasicType::Float32, in createHeader()
392 BasicType::Float64, BasicType::BFloat16}) { in createHeader()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp74 RVVType::RVVType(BasicType BT, int Log2LMUL, in RVVType()
369 case BasicType::Int8: in applyBasicType()
373 case BasicType::Int16: in applyBasicType()
377 case BasicType::Int32: in applyBasicType()
381 case BasicType::Int64: in applyBasicType()
385 case BasicType::Float16: in applyBasicType()
389 case BasicType::Float32: in applyBasicType()
393 case BasicType::Float64: in applyBasicType()
397 case BasicType::BFloat16: in applyBasicType()
922 RVVTypeCache::computeTypes(BasicType BT, int Log2LMUL, unsigned NF, in computeTypes()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h205 enum class BasicType : uint8_t { enum
254 BasicType BT;
275 RVVType(BasicType BT, int Log2LMUL, const PrototypeDescriptor &Profile);
366 computeTypes(BasicType BT, int Log2LMUL, unsigned NF,
368 std::optional<RVVTypePtr> computeType(BasicType BT, int Log2LMUL,
467 getSuffixStr(RVVTypeCache &TypeCache, BasicType Type, int Log2LMUL,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp231 BasicType BaseType = BasicType::Unknown; in ConstructRVVIntrinsics()
268 TypeRangeMaskShift <= static_cast<unsigned int>(BasicType::MaxOffset); in ConstructRVVIntrinsics()
271 BaseType = static_cast<BasicType>(BaseTypeI); in ConstructRVVIntrinsics()
276 if (BaseType == BasicType::Float16) { in ConstructRVVIntrinsics()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h168 lldb::BasicType GetBasicType();
171 lldb::SBType GetBasicType(lldb::BasicType type);
H A DSBModule.h223 lldb::SBType GetBasicType(lldb::BasicType type);
H A DSBTarget.h852 lldb::SBType GetBasicType(lldb::BasicType type);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h371 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) const;
392 lldb::BasicType GetBasicTypeEnumeration() const;
H A DTypeSystem.h309 virtual lldb::BasicType
428 virtual CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) = 0;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h206 CompilerType GetBasicType(lldb::BasicType type);
208 static lldb::BasicType GetBasicTypeEnumeration(llvm::StringRef name);
809 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) override;
844 lldb::BasicType
1097 GetOpaqueCompilerType(clang::ASTContext *ast, lldb::BasicType basic_type);
H A DTypeSystemClang.cpp866 lldb::BasicType TypeSystemClang::GetBasicTypeEnumeration(llvm::StringRef name) { in GetBasicTypeEnumeration()
867 static const llvm::StringMap<lldb::BasicType> g_type_map = { in GetBasicTypeEnumeration()
933 CompilerType TypeSystemClang::GetBasicType(lldb::BasicType basic_type) { in GetBasicType()
2049 lldb::BasicType basic_type) { in GetOpaqueCompilerType()
4634 CompilerType TypeSystemClang::GetBasicTypeFromAST(lldb::BasicType basic_type) { in GetBasicTypeFromAST()
5409 lldb::BasicType
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.h147 lldb::BasicType
H A DPdbAstBuilder.h75 clang::QualType GetBasicType(lldb::BasicType type);
H A DUdtRecordCompleter.cpp197 lldb::BasicType basic_type_enum = member_ct.GetBasicTypeEnumeration(); in visitKnownMember()
H A DPdbAstBuilder.cpp510 lldb::BasicType bt = GetCompilerTypeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType()
749 clang::QualType PdbAstBuilder::GetBasicType(lldb::BasicType type) { in GetBasicType()
H A DPdbUtil.cpp921 lldb::BasicType
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp354 lldb::BasicType SBType::GetBasicType() { in GetBasicType()
362 SBType SBType::GetBasicType(lldb::BasicType basic_type) { in GetBasicType()
H A DSBModule.cpp462 lldb::SBType SBModule::GetBasicType(lldb::BasicType type) { in GetBasicType()
H A DSBTarget.cpp1834 SBType SBTarget::GetBasicType(lldb::BasicType type) { in GetBasicType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp728 CompilerType::GetBasicTypeFromAST(lldb::BasicType basic_type) const { in GetBasicTypeFromAST()
782 lldb::BasicType CompilerType::GetBasicTypeEnumeration() const { in GetBasicTypeEnumeration()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h792 enum BasicType { enum
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp334 lldb::BasicType basic_type = in CreateInteger()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1368 ts->GetBasicTypeFromAST(lldb::BasicType::eBasicTypeChar) in GuessValueForAddress()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1011 BasicType section in Enumerators

12