/openbsd/gnu/llvm/llvm/lib/Demangle/ |
H A D | RustDemangle.cpp | 39 enum class BasicType { enum 467 case BasicType::I8: in printBasicType() 470 case BasicType::I16: in printBasicType() 473 case BasicType::I32: in printBasicType() 476 case BasicType::I64: in printBasicType() 485 case BasicType::U8: in printBasicType() 488 case BasicType::U16: in printBasicType() 491 case BasicType::U32: in printBasicType() 494 case BasicType::U64: in printBasicType() 548 BasicType Type; in demangleType() [all …]
|
/openbsd/gnu/llvm/clang/utils/TableGen/ |
H A D | RISCVVEmitter.cpp | 132 static BasicType ParseBasicType(char c) { in ParseBasicType() 135 return BasicType::Int8; in ParseBasicType() 138 return BasicType::Int16; in ParseBasicType() 141 return BasicType::Int32; in ParseBasicType() 144 return BasicType::Int64; in ParseBasicType() 147 return BasicType::Float16; in ParseBasicType() 150 return BasicType::Float32; in ParseBasicType() 153 return BasicType::Float64; in ParseBasicType() 157 return BasicType::Unknown; in ParseBasicType() 357 BasicType BT = ParseBasicType(I); in createHeader() [all …]
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaRISCVVectorLookup.cpp | 182 BasicType BaseType = BasicType::Unknown; in InitIntrinsicList() 217 TypeRangeMaskShift <= static_cast<unsigned int>(BasicType::MaxOffset); in InitIntrinsicList() 220 BaseType = static_cast<BasicType>(BaseTypeI); in InitIntrinsicList() 226 if (BaseType == BasicType::Float16 && !HasZvfh) in InitIntrinsicList() 229 if (BaseType == BasicType::Float32 && !HasVectorFloat32) in InitIntrinsicList() 232 if (BaseType == BasicType::Float64 && !HasVectorFloat64) in InitIntrinsicList() 239 if ((BaseType == BasicType::Int64) && in InitIntrinsicList()
|
/openbsd/gnu/llvm/clang/lib/Support/ |
H A D | RISCVVIntrinsicUtils.cpp | 75 RVVType::RVVType(BasicType BT, int Log2LMUL, in RVVType() 332 case BasicType::Int8: in applyBasicType() 336 case BasicType::Int16: in applyBasicType() 340 case BasicType::Int32: in applyBasicType() 344 case BasicType::Int64: in applyBasicType() 348 case BasicType::Float16: in applyBasicType() 352 case BasicType::Float32: in applyBasicType() 356 case BasicType::Float64: in applyBasicType() 789 RVVTypeCache::computeTypes(BasicType BT, int Log2LMUL, unsigned NF, in computeTypes() 807 static uint64_t computeRVVTypeHashValue(BasicType BT, int Log2LMUL, in computeRVVTypeHashValue() [all …]
|
/openbsd/gnu/llvm/clang/include/clang/Support/ |
H A D | RISCVVIntrinsicUtils.h | 189 enum class BasicType : uint8_t { enum 235 BasicType BT; 254 RVVType(BasicType BT, int Log2LMUL, const PrototypeDescriptor &Profile); 339 computeTypes(BasicType BT, int Log2LMUL, unsigned NF, 341 std::optional<RVVTypePtr> computeType(BasicType BT, int Log2LMUL, 440 getSuffixStr(RVVTypeCache &TypeCache, BasicType Type, int Log2LMUL,
|
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | CompilerType.h | 322 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) const; 343 lldb::BasicType GetBasicTypeEnumeration() const; 345 static lldb::BasicType GetBasicTypeEnumeration(ConstString name);
|
H A D | TypeSystem.h | 304 virtual lldb::BasicType 442 virtual CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) = 0;
|
/openbsd/gnu/llvm/lldb/include/lldb/API/ |
H A D | SBType.h | 163 lldb::BasicType GetBasicType(); 166 lldb::SBType GetBasicType(lldb::BasicType type);
|
H A D | SBModule.h | 223 lldb::SBType GetBasicType(lldb::BasicType type);
|
H A D | SBTarget.h | 789 lldb::SBType GetBasicType(lldb::BasicType type);
|
/openbsd/gnu/llvm/lldb/bindings/interface/ |
H A D | SBType.i | 559 lldb::BasicType 563 GetBasicType (lldb::BasicType type);
|
H A D | SBModule.i | 282 GetBasicType(lldb::BasicType type);
|
H A D | SBTarget.i | 461 GetBasicType(lldb::BasicType type);
|
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 208 CompilerType GetBasicType(lldb::BasicType type); 210 static lldb::BasicType GetBasicTypeEnumeration(ConstString name); 738 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) override; 769 lldb::BasicType 772 static lldb::BasicType 1036 GetOpaqueCompilerType(clang::ASTContext *ast, lldb::BasicType basic_type);
|
H A D | TypeSystemClang.cpp | 858 lldb::BasicType 861 typedef UniqueCStringMap<lldb::BasicType> TypeNameToBasicTypeMap; in GetBasicTypeEnumeration() 933 CompilerType TypeSystemClang::GetBasicType(lldb::BasicType basic_type) { in GetBasicType() 2042 lldb::BasicType basic_type) { in GetOpaqueCompilerType() 4709 CompilerType TypeSystemClang::GetBasicTypeFromAST(lldb::BasicType basic_type) { in GetBasicTypeFromAST() 5529 lldb::BasicType
|
/openbsd/gnu/llvm/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 | 509 lldb::BasicType bt = GetCompilerTypeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType() 747 clang::QualType PdbAstBuilder::GetBasicType(lldb::BasicType type) { in GetBasicType()
|
H A D | PdbUtil.cpp | 917 lldb::BasicType
|
/openbsd/gnu/llvm/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 | 463 lldb::SBType SBModule::GetBasicType(lldb::BasicType type) { in GetBasicType()
|
/openbsd/gnu/llvm/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 543 CompilerType::GetBasicTypeFromAST(lldb::BasicType basic_type) const { in GetBasicTypeFromAST() 597 lldb::BasicType CompilerType::GetBasicTypeEnumeration() const { in GetBasicTypeEnumeration()
|
/openbsd/gnu/llvm/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 754 enum BasicType { enum
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | StackFrame.cpp | 1375 ts->GetBasicTypeFromAST(lldb::BasicType::eBasicTypeChar) in GuessValueForAddress()
|