Home
last modified time | relevance | path

Searched refs:Int8 (Results 1 – 25 of 207) sorted by relevance

123456789

/external/llvm-project/llvm/unittests/Analysis/
DMemorySSATest.cpp602 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/
DMemorySSA.cpp226 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/
Dgpu_binary_ops_test.cc107 /*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/
DPDBTypes.h396 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/
Dnumeric_verify_test.cc94 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/
DConstants.swift59 extension Int8: Scalar { extension
60 public typealias NumericValue = Int8
DTable.swift119 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/
DPDBTypes.h394 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/
Dvulkan-runtime-wrappers.cpp138 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/
Dmonster_test_generated.swift25 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/
DPDBTypes.h267 Int8, enumerator
296 int8_t Int8; member
318 VARIANT_EQUAL_CASE(Int8)
/external/llvm-project/flang/unittests/Evaluate/
Dintrinsics.cpp152 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/
Dallocator.h46 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/
Dsignature_test.go93 DType: Int8,
158 DType: Int8,
/external/flatbuffers/lua/flatbuffers/
Dbuilder.lua18 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/
DTest.lua22 return self.view:Get(flatbuffers.N.Int8, self.view.pos + 2)
DTypeAliases.lua27 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/
Dvce-deduction.mlir100 // 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/
Dconstant_uchar_simple.spvasm329 OpCapability Int8
Dcopy_uchar_simple.spvasm329 OpCapability Int8
Dundef_char_simple.spvasm329 OpCapability Int8
Dundef_uchar_simple.spvasm329 OpCapability Int8
Dconstant_char_simple.spvasm329 OpCapability Int8
Dcopy_char_simple.spvasm329 OpCapability Int8
Dundef_struct_int_char_simple.spvasm329 OpCapability Int8

123456789