| /freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | RustDemangle.cpp | 40 enum class BasicType { enum 137 void printBasicType(BasicType); 386 static bool parseBasicType(char C, BasicType &Type) { in parseBasicType() 389 Type = BasicType::I8; in parseBasicType() 392 Type = BasicType::Bool; in parseBasicType() 395 Type = BasicType::Char; in parseBasicType() 398 Type = BasicType::F64; in parseBasicType() 401 Type = BasicType::Str; in parseBasicType() 404 Type = BasicType::F32; in parseBasicType() 407 Type = BasicType::U8; in parseBasicType() [all …]
|
| /freebsd/contrib/llvm-project/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() 156 return BasicType::BFloat16; in ParseBasicType() 159 return BasicType::Unknown; in ParseBasicType() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVEmitNonSemanticDI.cpp | 140 if (auto *BasicType = in emitGlobalDI() local 142 BasicTypes.insert(BasicType); in emitGlobalDI() 270 for (auto *BasicType : BasicTypes) { in emitGlobalDI() local 271 const Register BasicTypeStrReg = EmitOpString(BasicType->getName()); in emitGlobalDI() 274 BasicType->getSizeInBits(), MIRBuilder, I32Ty, false); in emitGlobalDI() 277 switch (BasicType->getEncoding()) { in emitGlobalDI() 307 BasicTypeRegPairs.emplace_back(BasicType, BasicTypeReg); in emitGlobalDI()
|
| /freebsd/contrib/llvm-project/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 71 RVVType::RVVType(BasicType BT, int Log2LMUL, in RVVType() 366 case BasicType::Int8: in applyBasicType() 370 case BasicType::Int16: in applyBasicType() 374 case BasicType::Int32: in applyBasicType() 378 case BasicType::Int64: in applyBasicType() 382 case BasicType::Float16: in applyBasicType() 386 case BasicType::Float32: in applyBasicType() 390 case BasicType::Float64: in applyBasicType() 394 case BasicType::BFloat16: in applyBasicType() 919 RVVTypeCache::computeTypes(BasicType BT, int Log2LMUL, unsigned NF, in computeTypes() [all …]
|
| /freebsd/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/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBType.h | 199 lldb::BasicType GetBasicType(); 202 lldb::SBType GetBasicType(lldb::BasicType type);
|
| H A D | SBModule.h | 223 lldb::SBType GetBasicType(lldb::BasicType type);
|
| H A D | SBTarget.h | 880 lldb::SBType GetBasicType(lldb::BasicType type);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Scalar.h | 194 llvm::APFloat CreateAPFloatFromAPSInt(lldb::BasicType basic_type); 196 llvm::APFloat CreateAPFloatFromAPFloat(lldb::BasicType basic_type);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 385 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) const; 413 lldb::BasicType GetBasicTypeEnumeration() const;
|
| H A D | TypeSystem.h | 331 virtual lldb::BasicType 466 virtual CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) = 0;
|
| /freebsd/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 | 200 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/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 211 CompilerType GetBasicType(lldb::BasicType type); 213 static lldb::BasicType GetBasicTypeEnumeration(llvm::StringRef name); 820 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) override; 858 lldb::BasicType 1142 GetOpaqueCompilerType(clang::ASTContext *ast, lldb::BasicType basic_type);
|
| H A D | TypeSystemClang.cpp | 825 lldb::BasicType TypeSystemClang::GetBasicTypeEnumeration(llvm::StringRef name) { in GetBasicTypeEnumeration() 826 static const llvm::StringMap<lldb::BasicType> g_type_map = { in GetBasicTypeEnumeration() 895 CompilerType TypeSystemClang::GetBasicType(lldb::BasicType basic_type) { in GetBasicType() 2020 lldb::BasicType basic_type) { in GetOpaqueCompilerType() 4722 CompilerType TypeSystemClang::GetBasicTypeFromAST(lldb::BasicType basic_type) { in GetBasicTypeFromAST() 5470 lldb::BasicType
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBType.cpp | 445 lldb::BasicType SBType::GetBasicType() { in GetBasicType() 453 SBType SBType::GetBasicType(lldb::BasicType basic_type) { in GetBasicType()
|
| H A D | SBModule.cpp | 462 lldb::SBType SBModule::GetBasicType(lldb::BasicType type) { in GetBasicType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaRISCV.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()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Scalar.cpp | 813 llvm::APFloat Scalar::CreateAPFloatFromAPSInt(lldb::BasicType basic_type) { in CreateAPFloatFromAPSInt() 833 llvm::APFloat Scalar::CreateAPFloatFromAPFloat(lldb::BasicType basic_type) { in CreateAPFloatFromAPFloat()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 766 CompilerType::GetBasicTypeFromAST(lldb::BasicType basic_type) const { in GetBasicTypeFromAST() 822 lldb::BasicType CompilerType::GetBasicTypeEnumeration() const { in GetBasicTypeEnumeration()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 808 enum BasicType { enum
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
| H A D | SymbolFileCTF.cpp | 335 lldb::BasicType basic_type = in CreateInteger()
|