| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | MDBuilder.cpp | 112 Type *Int64 = Type::getInt64Ty(Context); in createCallbackEncoding() local 113 Ops.push_back(createConstant(ConstantInt::get(Int64, CalleeArgNo))); in createCallbackEncoding() 207 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructNode() local 221 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructTypeNode() local 243 IntegerType *Int64 = Type::getInt64Ty(Context); in createTBAAStructTagNode() local 244 ConstantInt *Off = ConstantInt::get(Int64, Offset); in createTBAAStructTagNode() 256 Type *Int64 = Type::getInt64Ty(Context); in createTBAATypeNode() local 258 Ops[1] = createConstant(ConstantInt::get(Int64, Size)); in createTBAATypeNode() 271 IntegerType *Int64 = Type::getInt64Ty(Context); in createTBAAAccessTag() local 272 auto *OffsetNode = createConstant(ConstantInt::get(Int64, Offset)); in createTBAAAccessTag() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 35 __OMP_TYPE(Int64) 277 Int32Ptr, Int64Ptr, Int64Ptr, Int64Ptr, Int64, Int64) 279 Int32Ptr, Int64Ptr, Int64Ptr, Int64Ptr, Int64, Int64) 286 Int32Ptr, Int64Ptr, Int64Ptr, Int64Ptr, Int64, Int64) 295 Int32Ptr, Int64, Int64, Int64, Int64) 297 Int32Ptr, Int64, Int64, Int64, Int64) 303 Int64, Int64, Int64) 305 Int64, Int64, Int64) 323 Int64Ptr, Int64Ptr, Int64Ptr, Int64, Int64) 325 Int64Ptr, Int64Ptr, Int64Ptr, Int64, Int64) [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 400 Int64, enumerator 422 explicit Variant(int64_t V) : Type(PDB_VariantType::Int64) { in Variant() 423 Value.Int64 = V; in Variant() 459 int64_t Int64; member 475 case Int64: in isIntegralType() 496 VARIANT_WIDTH(Int64, 64u) in getBitWidth() 521 VARIANT_APSINT(Int64, 64u, false) in toAPSInt() 543 case PDB_VariantType::Int64: in toAPFloat() 563 VARIANT_EQUAL_CASE(Int64)
|
| /llvm-project-15.0.7/llvm/test/Bindings/OCaml/ |
| H A D | target.ml | 54 assert_equal (DL.size_in_bits sty dl) (Int64.of_int 96); 55 assert_equal (DL.store_size sty dl) (Int64.of_int 12); 56 assert_equal (DL.abi_size sty dl) (Int64.of_int 12); 60 assert_equal (DL.element_at_offset sty (Int64.of_int 1) dl) 0; 61 assert_equal (DL.offset_of_element sty 1 dl) (Int64.of_int 4)
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/target/ |
| H A D | llvm_target.ml | 64 external size_in_bits : Llvm.lltype -> t -> Int64.t 66 external store_size : Llvm.lltype -> t -> Int64.t 68 external abi_size : Llvm.lltype -> t -> Int64.t 78 external element_at_offset : Llvm.lltype -> Int64.t -> t -> int 80 external offset_of_element : Llvm.lltype -> int -> t -> Int64.t
|
| H A D | llvm_target.mli | 93 val size_in_bits : Llvm.lltype -> t -> Int64.t 97 val store_size : Llvm.lltype -> t -> Int64.t 101 val abi_size : Llvm.lltype -> t -> Int64.t 121 val element_at_offset : Llvm.lltype -> Int64.t -> t -> int 125 val offset_of_element : Llvm.lltype -> int -> t -> Int64.t
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndex.h | 52 Int64 = 0x0076, // 64 bit signed int enumerator 188 static TypeIndex Int64() { return TypeIndex(SimpleTypeKind::Int64); } in Int64() function
|
| /llvm-project-15.0.7/libcxx/benchmarks/ |
| H A D | formatter_int.bench.cpp | 118 enum class TypeE { Int64, Uint64 }; enumerator 127 struct Type<TypeE::Int64> {
|
| /llvm-project-15.0.7/mlir/test/Dialect/SPIRV/Transforms/ |
| H A D | vce-deduction.mlir | 44 …#spv.vce<v1.0, [Shader, Float16, Float64, Int16, Int64, VariablePointers], []>, #spv.resource_limi… 201 // CHECK: requires #spv.vce<v1.0, [UniformAndStorageBuffer8BitAccess, StorageUniform16, Int64, Shad… 204 …orageBuffer8BitAccess, StorageBuffer16BitAccess, StorageUniform16, Int16, Int64, ImageBuffer, Stor…
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndex.cpp | 49 {"__int64*", SimpleTypeKind::Int64},
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TFUtils.cpp | 101 case TensorType::Int64: in getTFTypeIndex() 447 LOG_REWARD(Int64, int64_t) in LOG_REWARD() 460 LOG_FINAL_REWARD(Int64, int64_t)
|
| H A D | TypeBasedAliasAnalysis.cpp | 550 Type *Int64 = IntegerType::get(AccessType->getContext(), 64); in createAccessTag() local 551 auto *OffsetNode = ConstantAsMetadata::get(ConstantInt::get(Int64, 0)); in createAccessTag() 558 ConstantAsMetadata::get(ConstantInt::get(Int64, AccessSize)); in createAccessTag()
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | InputElement.h | 50 ie.Inst.Value.Int64 = static_cast<int64_t>(value); in intConst()
|
| H A D | WriterUtils.cpp | 173 writeSleb128(os, initExpr.Value.Int64, "literal (i64)"); in writeInitExprMVP()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 32 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int64, OS) in operator <<() 367 case PDB_VariantType::Int64: in operator <<() 368 OS << Value.Value.Int64; in operator <<()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TensorSpec.h | 42 M(int64_t, Int64) \
|
| /llvm-project-15.0.7/mlir/test/Conversion/FuncToSPIRV/ |
| H A D | types-to-spirv.mlir | 51 spv.target_env = #spv.target_env<#spv.vce<v1.0, [Int8, Int16, Int64], []>, #spv.resource_limits<>> 218 #spv.vce<v1.0, [Int8, Int16, Int64, Float16, Float64], []>, #spv.resource_limits<>> 401 #spv.vce<v1.0, [StoragePushConstant8, StoragePushConstant16, Int64, Float64], 442 #spv.vce<v1.0, [StorageBuffer8BitAccess, StorageBuffer16BitAccess, Int64, Float64], 483 #spv.vce<v1.0, [UniformAndStorageBuffer8BitAccess, StorageUniform16, Int64, Float64], 524 …#spv.vce<v1.0, [StorageInputOutput16, Int64, Float64], [SPV_KHR_16bit_storage]>, #spv.resource_lim… 724 #spv.vce<v1.0, [Int8, Int16, Int64, Float16, Float64], []>, #spv.resource_limits<>>
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPack.def | 63 HANDLE_MP_FIRST_BYTE(0xd3, Int64)
|
| H A D | Wasm.h | 98 int64_t Int64; member
|
| /llvm-project-15.0.7/mlir/test/Conversion/SCFToSPIRV/ |
| H A D | while.mlir | 5 #spv.vce<v1.0, [Shader, Int64], [SPV_KHR_storage_buffer_storage_class]>, #spv.resource_limits<>>
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonRegisterInfo.cpp | 74 static const MCPhysReg Int64[] = { in getCallerSavedRegs() local 96 return Int64; in getCallerSavedRegs()
|
| /llvm-project-15.0.7/llvm/lib/BinaryFormat/ |
| H A D | MsgPackWriter.cpp | 56 EW.write(FirstByte::Int64); in write()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | TargetBuiltins.h | 169 Int64, enumerator
|
| /llvm-project-15.0.7/llvm/test/Bindings/llvm-c/ |
| H A D | debug_info.ll | 33 ; CHECK-NEXT: !6 = !DIBasicType(name: "Int64", size: 64)
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | DWARFLocationExpression.cpp | 56 case SimpleTypeKind::Int64: in IsSimpleTypeSignedInteger()
|