/external/llvm-project/llvm/unittests/Analysis/ |
D | MemorySSATest.cpp | 602 Type *Int8 = Type::getInt8Ty(C); in TEST_F() local 603 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F() 604 StoreInst *S1 = B.CreateStore(ConstantInt::get(Int8, 0), Alloca); in TEST_F() 605 StoreInst *S2 = B.CreateStore(ConstantInt::get(Int8, 1), Alloca); in TEST_F() 606 StoreInst *S3 = B.CreateStore(ConstantInt::get(Int8, 2), Alloca); in TEST_F() 633 Type *Int8 = Type::getInt8Ty(C); in TEST_F() local 634 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F() 635 Instruction *SI = B.CreateStore(ConstantInt::get(Int8, 0), Alloca); in TEST_F() 636 Instruction *LI = B.CreateLoad(Int8, Alloca); in TEST_F() 663 Type *Int8 = Type::getInt8Ty(C); in TEST_F() local [all …]
|
/external/llvm/unittests/Transforms/Utils/ |
D | MemorySSA.cpp | 226 Type *Int8 = Type::getInt8Ty(C); in TEST_F() local 227 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F() 228 StoreInst *S1 = B.CreateStore(ConstantInt::get(Int8, 0), Alloca); in TEST_F() 229 StoreInst *S2 = B.CreateStore(ConstantInt::get(Int8, 1), Alloca); in TEST_F() 230 StoreInst *S3 = B.CreateStore(ConstantInt::get(Int8, 2), Alloca); in TEST_F() 258 Type *Int8 = Type::getInt8Ty(C); in TEST_F() local 259 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F() 260 Instruction *SI = B.CreateStore(ConstantInt::get(Int8, 0), Alloca); in TEST_F() 288 Type *Int8 = Type::getInt8Ty(C); in TEST_F() local 289 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F() [all …]
|
/external/tensorflow/tensorflow/core/kernels/mlir_generated/ |
D | gpu_binary_ops_test.cc | 107 /*test_name=*/Int8, int8, int8, baseline_bitwise_and) in GENERATE_DEFAULT_TESTS() argument 123 /*test_name=*/Int8, int8, int8, baseline_bitwise_or) in GENERATE_DEFAULT_TESTS() argument 139 /*test_name=*/Int8, int8, int8, baseline_bitwise_xor) in GENERATE_DEFAULT_TESTS() argument 202 GENERATE_DEFAULT_TESTS(Equal, /*test_name=*/Int8, int8, bool, baseline_equal) in GENERATE_DEFAULT_TESTS() 245 GENERATE_DEFAULT_TESTS(Greater, /*test_name=*/Int8, int8, bool, in GENERATE_DEFAULT_TESTS() 265 GENERATE_DEFAULT_TESTS(GreaterEqual, /*test_name=*/Int8, int8, bool, in GENERATE_DEFAULT_TESTS() 280 LeftShift, /*test_name=*/Int8, int8, int8, test::DefaultInput<int8>(), in GENERATE_DEFAULT_TESTS_WITH_SPECIFIC_INPUT_VALUES() argument 303 GENERATE_DEFAULT_TESTS(Less, /*test_name=*/Int8, int8, bool, baseline_less) in GENERATE_DEFAULT_TESTS() 320 GENERATE_DEFAULT_TESTS(LessEqual, /*test_name=*/Int8, int8, bool, in GENERATE_DEFAULT_TESTS() 396 GENERATE_DEFAULT_TESTS(Mul, /*test_name=*/Int8, int8, int8, baseline_mul) in GENERATE_DEFAULT_TESTS() [all …]
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 396 Int8, enumerator 414 explicit Variant(int8_t V) : Type(PDB_VariantType::Int8) { Value.Int8 = V; } in Variant() 455 int8_t Int8; member 471 case Int8: in isIntegralType() 492 VARIANT_WIDTH(Int8, 8u) in getBitWidth() 517 VARIANT_APSINT(Int8, 8u, false) in toAPSInt() 559 VARIANT_EQUAL_CASE(Int8)
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | numeric_verify_test.cc | 94 TEST(NumericVerifyOpTest, Int8) { in TEST() argument 124 TEST(NumericVerifyOpFailedTest, Int8) { in TEST() argument 134 TEST(NumericVerifyOpDebugModeTest, Int8) { in TEST() argument
|
/external/flatbuffers/swift/Sources/FlatBuffers/ |
D | Constants.swift | 59 extension Int8: Scalar { extension 60 public typealias NumericValue = Int8
|
D | Table.swift | 119 let b1 = fbb.read(def: Int8.self, position: Int(i + startPos1)) in compare() 120 let b2 = fbb.read(def: Int8.self, position: Int(i + startPos2)) in compare() 136 let b = fbb.read(def: Int8.self, position: Int(i + startPos1)) in compare() 139 return Int32(b - Int8(byte)) in compare()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 394 Int8, enumerator 412 explicit Variant(int8_t V) : Type(PDB_VariantType::Int8) { Value.Int8 = V; } in Variant() 453 int8_t Int8; member 475 VARIANT_EQUAL_CASE(Int8)
|
/external/llvm-project/mlir/tools/mlir-vulkan-runner/ |
D | vulkan-runtime-wrappers.cpp | 138 DECLARE_BIND_MEMREF(1, int8_t, Int8) 139 DECLARE_BIND_MEMREF(2, int8_t, Int8) 140 DECLARE_BIND_MEMREF(3, int8_t, Int8)
|
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | monster_test_generated.swift | 25 public enum Race: Int8, Enum { 26 public typealias T = Int8 27 public static var byteSize: Int { return MemoryLayout<Int8>.size } 28 public var value: Int8 { return self.rawValue } 93 public var b: Int8 { return _accessor.readBuffer(of: Int8.self, at: 2) } 94 public func mutate(b: Int8) -> Bool { return _accessor.mutate(b, index: 2) } in mutate() 135 public static func createTest(a: Int16, b: Int8) -> UnsafeMutableRawPointer { in createTest() 139 memory.storeBytes(of: b, toByteOffset: 2, as: Int8.self) in createTest() 143 …oat32, test1: Double, test2: MyGame.Example.Color, test3a: Int16, test3b: Int8) -> UnsafeMutableRa… in createVec3() 152 memory.storeBytes(of: test3b, toByteOffset: 28, as: Int8.self) in createVec3() [all …]
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 267 Int8, enumerator 296 int8_t Int8; member 318 VARIANT_EQUAL_CASE(Int8)
|
/external/llvm-project/flang/unittests/Evaluate/ |
D | intrinsics.cpp | 152 using Int8 = Type<TypeCategory::Integer, 8>; in TestIntrinsics() typedef 192 .Push(Const(Scalar<Int8>{})) in TestIntrinsics() 193 .DoCall(Int8::GetType()); in TestIntrinsics() 256 .Push(Const(Scalar<Int8>{})) in TestIntrinsics() 270 .Push(Const(Scalar<Int8>{})) in TestIntrinsics()
|
/external/gemmlowp/internal/ |
D | allocator.h | 46 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 }; enumerator 66 GEMMLOWP_REGISTER_TYPEID(std::int8_t, Int8)
|
/external/tensorflow/tensorflow/go/ |
D | signature_test.go | 93 DType: Int8, 158 DType: Int8,
|
/external/flatbuffers/lua/flatbuffers/ |
D | builder.lua | 18 local Int8 = N.Int8 340 function mt:PrependInt8Slot(...) self:PrependSlot(Int8, ...) end 369 function mt:PrependInt8(x) self:Prepend(Int8, x) end
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Test.lua | 22 return self.view:Get(flatbuffers.N.Int8, self.view.pos + 2)
|
D | TypeAliases.lua | 27 return self.view:Get(flatbuffers.N.Int8, o + self.view.pos) 98 return self.view:Get(flatbuffers.N.Int8, a + ((j-1) * 1))
|
/external/llvm-project/mlir/test/Dialect/SPIRV/Transforms/ |
D | vce-deduction.mlir | 100 // Using 8-bit integers in non-interface storage class requires Int8. 101 // CHECK: requires #spv.vce<v1.0, [Int8, Shader], []> 104 #spv.vce<v1.3, [Shader, Int8], []>, {}>
|
/external/OpenCL-CTS/test_conformance/spirv_new/spirv_asm/ |
D | constant_uchar_simple.spvasm32 | 9 OpCapability Int8
|
D | copy_uchar_simple.spvasm32 | 9 OpCapability Int8
|
D | undef_char_simple.spvasm32 | 9 OpCapability Int8
|
D | undef_uchar_simple.spvasm32 | 9 OpCapability Int8
|
D | constant_char_simple.spvasm32 | 9 OpCapability Int8
|
D | copy_char_simple.spvasm32 | 9 OpCapability Int8
|
D | undef_struct_int_char_simple.spvasm32 | 9 OpCapability Int8
|