/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | SyntheticSections.h | 593 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 D | SyntheticSections.cpp | 1822 UInt128 value = *reinterpret_cast<const UInt128 *>(buf + off); in finalizeContents()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeIndex.cpp | 52 {"unsigned __int128*", SimpleTypeKind::UInt128},
|
H A D | TypeRecordHelpers.cpp | 104 case SimpleTypeKind::UInt128: in getSizeInBytesForTypeIndex()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeIndex.h | 57 UInt128 = 0x0079, // 128 bit unsigned int enumerator
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Scalar.h | 176 llvm::APInt UInt128(const llvm::APInt &fail_value) const;
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeEnum.cpp | 223 case SimpleTypeKind::UInt128: in getBuiltinType()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTCommon.cpp | 53 case BuiltinType::UInt128: in TypeIdxFromBuiltin()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbUtil.cpp | 969 case SimpleTypeKind::UInt128: in GetCompilerTypeForSimpleKind() 997 case SimpleTypeKind::UInt128: in GetTypeSizeForSimpleKind()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTBAA.cpp | 144 case BuiltinType::UInt128: in getTypeInfoHelper()
|
H A D | CodeGenTypes.cpp | 484 case BuiltinType::UInt128: in ConvertType()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | RegisterValue.cpp | 587 return m_scalar.UInt128(fail_value); in GetAsUInt128()
|
H A D | Scalar.cpp | 351 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 D | BuiltinTypes.def | 96 UNSIGNED_TYPE(UInt128, UnsignedInt128Ty)
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | NSAPI.cpp | 427 case BuiltinType::UInt128: in getNSNumberFactoryMethodKind()
|
H A D | TypeLoc.cpp | 357 case BuiltinType::UInt128: in getWrittenTypeSpec()
|
H A D | PrintfFormatString.cpp | 818 case BuiltinType::UInt128: in fixType()
|
H A D | Type.cpp | 2199 BT->getKind() <= BuiltinType::UInt128; in isUnsignedIntegerType() 2220 BT->getKind() <= BuiltinType::UInt128; in isUnsignedIntegerOrEnumerationType() 3312 case UInt128: in getName()
|
H A D | ItaniumMangle.cpp | 3140 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 D | X86.cpp | 1812 } 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 D | USRGeneration.cpp | 718 case BuiltinType::UInt128: in VisitType()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | Sema.cpp | 338 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 D | IRInterpreter.cpp | 235 if (!AssignToMatchType(cast_scalar, scalar.UInt128(llvm::APInt()), in AssignValue()
|
H A D | DWARFExpression.cpp | 1905 llvm::APInt ap_int = scalar.UInt128(fail_value); in Evaluate()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 3867 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()
|