Searched defs:Int8 (Results 1 - 7 of 7) sorted by relevance

/external/gemmlowp/internal/
H A Dallocator.h46 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 }; member in class:gemmlowp::TypeId
66 GEMMLOWP_REGISTER_TYPEID(std::int8_t, Int8)
/external/llvm/unittests/Transforms/Utils/
H A DValueMapperTest.cpp330 auto *Int8 = Type::getInt8Ty(Context); local
331 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context), Int8, false);
337 Constant &C = *ConstantInt::get(Int8, 42);
H A DMemorySSA.cpp226 Type *Int8 = Type::getInt8Ty(C); local
227 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A");
228 StoreInst *S1 = B.CreateStore(ConstantInt::get(Int8, 0), Alloca);
229 StoreInst *S2 = B.CreateStore(ConstantInt::get(Int8, 1), Alloca);
230 StoreInst *S3 = B.CreateStore(ConstantInt::get(Int8, 2), Alloca);
258 Type *Int8 = Type::getInt8Ty(C); local
259 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A");
260 Instruction *SI = B.CreateStore(ConstantInt::get(Int8,
288 Type *Int8 = Type::getInt8Ty(C); local
[all...]
/external/clang/include/clang/Basic/
H A DTargetBuiltins.h109 Int8, enumerator in enum:clang::NeonTypeFlags::EltType
/external/v8/src/
H A Dmachine-type.h95 static MachineType Int8() { function in class:v8::internal::MachineRepresentation::MachineType
214 return isSigned ? MachineType::Int8() : MachineType::Uint8();
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h267 Int8, enumerator in enum:llvm::pdb::PDB_Checksum::PDB_Machine::PDB_BuiltinType::PDB_MemberAccess::PDB_VariantType
296 int8_t Int8; member in union:llvm::pdb::PDB_Checksum::PDB_Machine::PDB_BuiltinType::PDB_MemberAccess::Variant::__anon13618
318 VARIANT_EQUAL_CASE(Int8)
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp82 Int8, enumerator in enum:__anon3740::NeonTypeFlags::EltType
645 unsigned Base = (unsigned)NeonTypeFlags::Int8 + Addend;

Completed in 250 milliseconds