Home
last modified time | relevance | path

Searched defs:Int8 (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/unittests/Analysis/
H A DMemorySSATest.cpp595 Type *Int8 = Type::getInt8Ty(C); in TEST_F() local
626 Type *Int8 = Type::getInt8Ty(C); in TEST_F() local
656 Type *Int8 = Type::getInt8Ty(C); TEST_F() local
700 Type *Int8 = Type::getInt8Ty(C); TEST_F() local
764 Type *Int8 = Type::getInt8Ty(C); TEST_F() local
793 Type *Int8 = Type::getInt8Ty(C); TEST_F() local
825 Type *Int8 = Type::getInt8Ty(C); TEST_F() local
999 Type *Int8 = Type::getInt8Ty(C); TEST_F() local
1040 Type *Int8 = Type::getInt8Ty(C); TEST_F() local
1188 Type *Int8 = Type::getInt8Ty(C); TEST_F() local
1237 Type *Int8 = Type::getInt8Ty(C); TEST_F() local
1368 Type *Int8 = Type::getInt8Ty(C); TEST_F() local
[all...]
/llvm-project/flang/unittests/Evaluate/
H A Dintrinsics.cpp157 using Int8 = Type<TypeCategory::Integer, 8>; in TestIntrinsics() typedef
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h397 Int8, enumerator
456 int8_t Int8; member
/llvm-project/llvm/unittests/Transforms/Utils/
H A DValueMapperTest.cpp380 auto *Int8 = Type::getInt8Ty(Context); in TEST() local
/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h190 Int8, global() enumerator
/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h207 Int8 = 1 << 0, enumerator
/llvm-project/flang/lib/Semantics/
H A Druntime-type-info.cpp488 using Int8 = evaluate::Type<TypeCategory::Integer, 8>; DescribeType() typedef
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h637 Int8 = 0, enumerator
/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp91 Int8, global() enumerator
/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp84 llvm::Type *Int8 = llvm::IntegerType::getInt8Ty(CGF.CGM.getLLVMContext()); initializeAlloca() local