Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/lib/Demangle/
H A DRustDemangle.cpp39 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 DRISCVVEmitter.cpp132 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 DSemaRISCVVectorLookup.cpp182 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 DRISCVVIntrinsicUtils.cpp75 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 DRISCVVIntrinsicUtils.h189 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 DCompilerType.h322 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) const;
343 lldb::BasicType GetBasicTypeEnumeration() const;
345 static lldb::BasicType GetBasicTypeEnumeration(ConstString name);
H A DTypeSystem.h304 virtual lldb::BasicType
442 virtual CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) = 0;
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBType.h163 lldb::BasicType GetBasicType();
166 lldb::SBType GetBasicType(lldb::BasicType type);
H A DSBModule.h223 lldb::SBType GetBasicType(lldb::BasicType type);
H A DSBTarget.h789 lldb::SBType GetBasicType(lldb::BasicType type);
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBType.i559 lldb::BasicType
563 GetBasicType (lldb::BasicType type);
H A DSBModule.i282 GetBasicType(lldb::BasicType type);
H A DSBTarget.i461 GetBasicType(lldb::BasicType type);
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h208 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 DTypeSystemClang.cpp858 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 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.cpp509 lldb::BasicType bt = GetCompilerTypeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType()
747 clang::QualType PdbAstBuilder::GetBasicType(lldb::BasicType type) { in GetBasicType()
H A DPdbUtil.cpp917 lldb::BasicType
/openbsd/gnu/llvm/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.cpp463 lldb::SBType SBModule::GetBasicType(lldb::BasicType type) { in GetBasicType()
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp543 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 Dlldb-enumerations.h754 enum BasicType { enum
/openbsd/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp1375 ts->GetBasicTypeFromAST(lldb::BasicType::eBasicTypeChar) in GuessValueForAddress()

12