| /freebsd-14.2/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | RustDemangle.cpp | 40 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 D | RISCVVEmitter.cpp | 134 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 D | RISCVVIntrinsicUtils.cpp | 74 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 D | RISCVVIntrinsicUtils.h | 205 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 D | SemaRISCVVectorLookup.cpp | 231 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 D | SBType.h | 168 lldb::BasicType GetBasicType(); 171 lldb::SBType GetBasicType(lldb::BasicType type);
|
| H A D | SBModule.h | 223 lldb::SBType GetBasicType(lldb::BasicType type);
|
| H A D | SBTarget.h | 852 lldb::SBType GetBasicType(lldb::BasicType type);
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 371 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) const; 392 lldb::BasicType GetBasicTypeEnumeration() const;
|
| H A D | TypeSystem.h | 309 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 D | TypeSystemClang.h | 206 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 D | TypeSystemClang.cpp | 866 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 D | PdbUtil.h | 147 lldb::BasicType
|
| H A D | PdbAstBuilder.h | 75 clang::QualType GetBasicType(lldb::BasicType type);
|
| H A D | UdtRecordCompleter.cpp | 197 lldb::BasicType basic_type_enum = member_ct.GetBasicTypeEnumeration(); in visitKnownMember()
|
| H A D | PdbAstBuilder.cpp | 510 lldb::BasicType bt = GetCompilerTypeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType() 749 clang::QualType PdbAstBuilder::GetBasicType(lldb::BasicType type) { in GetBasicType()
|
| H A D | PdbUtil.cpp | 921 lldb::BasicType
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBType.cpp | 354 lldb::BasicType SBType::GetBasicType() { in GetBasicType() 362 SBType SBType::GetBasicType(lldb::BasicType basic_type) { in GetBasicType()
|
| H A D | SBModule.cpp | 462 lldb::SBType SBModule::GetBasicType(lldb::BasicType type) { in GetBasicType()
|
| H A D | SBTarget.cpp | 1834 SBType SBTarget::GetBasicType(lldb::BasicType type) { in GetBasicType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 728 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 D | lldb-enumerations.h | 792 enum BasicType { enum
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
| H A D | SymbolFileCTF.cpp | 334 lldb::BasicType basic_type = in CreateInteger()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 1368 ts->GetBasicTypeFromAST(lldb::BasicType::eBasicTypeChar) in GuessValueForAddress()
|
| /freebsd-14.2/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 1011 BasicType section in Enumerators
|