Home
last modified time | relevance | path

Searched refs:UInt128 (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h593 using UInt128 = std::pair<uint64_t, uint64_t>;
596 static_assert(sizeof(UInt128) == 16);
614 return literal16Map.at(*reinterpret_cast<const UInt128 *>(buf)) * 16; in getLiteral16Offset()
636 std::unordered_map<UInt128, uint64_t, Hasher<UInt128>> literal16Map;
H A DSyntheticSections.cpp1822 UInt128 value = *reinterpret_cast<const UInt128 *>(buf + off); in finalizeContents()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp52 {"unsigned __int128*", SimpleTypeKind::UInt128},
H A DTypeRecordHelpers.cpp104 case SimpleTypeKind::UInt128: in getSizeInBytesForTypeIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h57 UInt128 = 0x0079, // 128 bit unsigned int enumerator
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h176 llvm::APInt UInt128(const llvm::APInt &fail_value) const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp223 case SimpleTypeKind::UInt128: in getBuiltinType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp53 case BuiltinType::UInt128: in TypeIdxFromBuiltin()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp969 case SimpleTypeKind::UInt128: in GetCompilerTypeForSimpleKind()
997 case SimpleTypeKind::UInt128: in GetTypeSizeForSimpleKind()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp144 case BuiltinType::UInt128: in getTypeInfoHelper()
H A DCodeGenTypes.cpp484 case BuiltinType::UInt128: in ConvertType()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp587 return m_scalar.UInt128(fail_value); in GetAsUInt128()
H A DScalar.cpp351 llvm::APInt Scalar::UInt128(const llvm::APInt &fail_value) const { in UInt128() function in Scalar
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def96 UNSIGNED_TYPE(UInt128, UnsignedInt128Ty)
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp427 case BuiltinType::UInt128: in getNSNumberFactoryMethodKind()
H A DTypeLoc.cpp357 case BuiltinType::UInt128: in getWrittenTypeSpec()
H A DPrintfFormatString.cpp818 case BuiltinType::UInt128: in fixType()
H A DType.cpp2199 BT->getKind() <= BuiltinType::UInt128; in isUnsignedIntegerType()
2220 BT->getKind() <= BuiltinType::UInt128; in isUnsignedIntegerOrEnumerationType()
3312 case UInt128: in getName()
H A DItaniumMangle.cpp3140 if (mangleSubstitution(BuiltinType::UInt128)) in mangleType()
3143 addSubstitution(BuiltinType::UInt128); in mangleType()
3177 case BuiltinType::UInt128: in mangleType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1812 } else if (k == BuiltinType::Int128 || k == BuiltinType::UInt128) { in classify()
1920 ElementType->isSpecificBuiltinType(BuiltinType::UInt128))) in classify()
2194 EltTy->isSpecificBuiltinType(BuiltinType::UInt128))) in IsIllegalVectorType()
3330 case BuiltinType::UInt128: in classify()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp718 case BuiltinType::UInt128: in VisitType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp338 DeclarationName UInt128 = &Context.Idents.get("__uint128_t"); in Initialize() local
339 if (IdResolver.begin(UInt128) == IdResolver.end()) in Initialize()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp235 if (!AssignToMatchType(cast_scalar, scalar.UInt128(llvm::APInt()), in AssignValue()
H A DDWARFExpression.cpp1905 llvm::APInt ap_int = scalar.UInt128(fail_value); in Evaluate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3867 case clang::BuiltinType::UInt128: in GetTypeInfo()
4064 case clang::BuiltinType::UInt128: in GetMinimumLanguage()
4873 case clang::BuiltinType::UInt128: in GetEncoding()
5226 case clang::BuiltinType::UInt128: in GetFormat()
5543 case clang::BuiltinType::UInt128: in GetBasicTypeEnumeration()
6102 case clang::BuiltinType::UInt128: in GetNumPointeeChildren()

12