| /llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 35 __OMP_TYPE(Int32) 71 __OMP_ARRAY_TYPE(KmpCriticalName, Int32, 8) 72 __OMP_ARRAY_TYPE(Int32Arr3, Int32, 3) 90 __OMP_STRUCT_TYPE(Ident, ident_t, false, Int32, Int32, Int32, Int32, Int8Ptr) 91 __OMP_STRUCT_TYPE(KernelArgs, __tgt_kernel_arguments, false, Int32, Int32, VoidPtrPtr, 93 Int64, Int64, Int32Arr3Ty, Int32Arr3Ty, Int32) [all...] |
| /llvm-project/llvm/unittests/Transforms/Vectorize/ |
| H A D | VPlanTest.cpp | 135 IntegerType *Int32 = IntegerType::get(C, 32); in TEST() 136 VPValue *VPV1 = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 1)); in TEST() 137 VPValue *VPV2 = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 2)); in TEST() 145 VPValue *VPV3 = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 3)); in TEST() 162 VPValue *VPV4 = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 4)); in TEST() 178 IntegerType *Int32 = IntegerType::get(C, 32); in TEST() 179 VPValue *VPV1 = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 1)); in TEST() 180 VPValue *VPV2 = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 2)); in TEST() 184 VPValue *VPV3 = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 3)); in TEST() 222 IntegerType *Int32 877 IntegerType *Int32 = IntegerType::get(C, 32); TEST() local 896 IntegerType *Int32 = IntegerType::get(C, 32); TEST() local 925 IntegerType *Int32 = IntegerType::get(C, 32); TEST() local 952 IntegerType *Int32 = IntegerType::get(C, 32); TEST() local 977 IntegerType *Int32 = IntegerType::get(C, 32); TEST() local 1015 IntegerType *Int32 = IntegerType::get(C, 32); TEST() local 1039 IntegerType *Int32 = IntegerType::get(C, 32); TEST() local 1061 IntegerType *Int32 = IntegerType::get(C, 32); TEST() local 1245 IntegerType *Int32 = IntegerType::get(C, 32); TEST() local 1299 IntegerType *Int32 = IntegerType::get(C, 32); TEST() local 1380 IntegerType *Int32 = IntegerType::get(C, 32); TEST() local [all...] |
| H A D | VPlanVerifierTest.cpp | 81 IntegerType *Int32 = IntegerType::get(C, 32); in TEST() 82 auto *Phi = PHINode::Create(Int32, 1); in TEST() 83 VPValue *Zero = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 0)); in TEST() 77 IntegerType *Int32 = IntegerType::get(C, 32); TEST() local
|
| /llvm-project/llvm/unittests/IR/ |
| H A D | DataLayoutTest.cpp | 645 auto *Int32 = Type::getInt32Ty(Context); 647 *M, Int32, false, GlobalValue::ExternalLinkage, nullptr); 650 *M, Int32, false, GlobalValue::ExternalLinkage, nullptr, "", nullptr, 658 *M, Int32, false, GlobalValue::ExternalLinkage, nullptr); 661 *M, Int32, false, GlobalValue::ExternalLinkage, nullptr, "", nullptr, 73 auto *Int32 = Type::getInt32Ty(Context); TEST() local
|
| /llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 399 Int32, enumerator 419 explicit Variant(int32_t V) : Type(PDB_VariantType::Int32) { in Variant() 420 Value.Int32 = V; in Variant() 458 int32_t Int32; member 474 case Int32: in isIntegralType() 495 VARIANT_WIDTH(Int32, 32u) in getBitWidth() 520 VARIANT_APSINT(Int32, 32u, false) in toAPSInt() 539 case PDB_VariantType::Int32: in toAPFloat() 562 VARIANT_EQUAL_CASE(Int32)
|
| /llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 113 Type *Int32 = Type::getInt32Ty(C); in runOnModule() 115 StructType::create(C, {PointerType::getUnqual(C), Int32, Int32}, in runOnModule() 94 Type *Int32 = Type::getInt32Ty(C); runOnModule() local
|
| /llvm-project/mlir/tools/mlir-vulkan-runner/ |
| H A D | vulkan-runtime-wrappers.cpp | |
| /llvm-project/llvm/test/CodeGen/SPIRV/llvm-intrinsics/ |
| H A D | memset.ll | 9 ; CHECK-DAG: %[[#Int32:]] = OpTypeInt 32 0 14 ; CHECK-DAG: %[[#Const4:]] = OpConstant %[[#Int32]] 4 17 ; CHECK-DAG: %[[#Const12:]] = OpConstant %[[#Int32]] 12
|
| /llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndex.h | 48 Int32 = 0x0074, // 32 bit signed int enumerator 182 static TypeIndex Int32() { return TypeIndex(SimpleTypeKind::Int32); } in Int32() function
|
| /llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | Lanai.cpp | 111 llvm::IntegerType *Int32 = llvm::Type::getInt32Ty(LLVMContext); in classifyArgumentType() local 112 SmallVector<llvm::Type *, 3> Elements(SizeInRegs, Int32); in classifyArgumentType()
|
| H A D | ARC.cpp | 121 llvm::IntegerType *Int32 = llvm::Type::getInt32Ty(LLVMContext); in classifyArgumentType() local 122 SmallVector<llvm::Type *, 3> Elements(SizeInRegs, Int32); in classifyArgumentType()
|
| /llvm-project/llvm/test/DebugInfo/COFF/ |
| H A D | jump-table.ll | 34 ; SwitchType = Int32). 38 ; Int32). 125 ; CV-NEXT: SwitchType: Int32 (0x4) 136 ; CV-NEXT: SwitchType: Int32 (0x4)
|
| /llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndex.cpp | 45 {"int*", SimpleTypeKind::Int32},
|
| H A D | TypeRecordHelpers.cpp | 93 case SimpleTypeKind::Int32: in getSizeInBytesForTypeIndex()
|
| /llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 31 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int32, OS) in operator <<() 370 case PDB_VariantType::Int32: in operator <<() 371 OS << Value.Value.Int32; in operator <<()
|
| /llvm-project/lld/wasm/ |
| H A D | InputElement.h | 54 ie.Inst.Value.Int32 = static_cast<int32_t>(value); in intConst()
|
| /llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TensorSpec.h | 49 M(int32_t, Int32) \
|
| /llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 902 Constant *I32Null = ConstantInt::getNullValue(Int32); in getOrCreateDefaultSrcLocStr() 904 ConstantInt::get(Int32, uint32_t(LocFlags)), in getOrCreateDefaultSrcLocStr() 905 ConstantInt::get(Int32, Reserve2Flags), 906 ConstantInt::get(Int32, SrcLocStrSize), SrcLocStr}; in getOrCreateSrcLocStr() 1301 IfCondition ? Builder.CreateSExtOrTrunc(IfCondition, OMPIRBuilder->Int32) in hostParallelCallback() 1328 Builder.CreateStore(Builder.CreateLoad(OMPIRBuilder->Int32, OutlinedAI), in hostParallelCallback() 1393 Value *Cond = Builder.CreateSExtOrTrunc(IfCondition, OMPIRBuilder->Int32); in createParallel() 1416 Builder.CreateStore(Builder.CreateLoad(OMPIRBuilder->Int32, OutlinedAI), in createParallel() 1453 Builder.CreateIntCast(NumThreads, Int32, /*isSigned*/ false)}; in createParallel() 1462 ConstantInt::get(Int32, unsigne in createParallel() [all...] |
| /llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPack.def | 62 HANDLE_MP_FIRST_BYTE(0xd2, Int32)
|
| /llvm-project/llvm/unittests/DebugInfo/CodeView/ |
| H A D | TypeHashingTest.cpp | 73 TypeIndex IntP(SimpleTypeKind::Int32, SimpleTypeMode::NearPointer); in TEST()
|
| /llvm-project/llvm/test/Transforms/Util/ |
| H A D | simplify-dbg-declare-load.ll | 59 !15 = !DIBasicType(name: "Int32", size: 32, align: 32, encoding: DW_ATE_unsigned)
|
| /llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonRegisterInfo.cpp | 66 static const MCPhysReg Int32[] = { 89 return Int32; in getCallerSavedRegs() 71 static const MCPhysReg Int32[] = { getCallerSavedRegs() local
|
| /llvm-project/clang/include/clang/Basic/ |
| H A D | arm_mve.td | 266 let params = !listconcat(T.Int16, T.Int32) in { 877 defm: contiguous_load<"vldrbq", u8, T.All8, !listconcat(T.Int16, T.Int32)>; 878 defm: contiguous_load<"vldrhq", u16, T.All16, T.Int32>; 938 defm: contiguous_store<"vstrbq", u8, T.All8, !listconcat(T.Int16, T.Int32)>; 939 defm: contiguous_store<"vstrhq", u16, T.All16, T.Int32>; 1044 defm vldrbq: gather_offset_unshifted<!listconcat(T.All8, T.Int16, T.Int32), u8>; 1045 defm vldrhq: gather_offset_both<!listconcat(T.All16, T.Int32), u16, 1>; 1090 defm vstrbq: scatter_offset_unshifted<!listconcat(T.All8,T.Int16,T.Int32), u8>; 1091 defm vstrhq: scatter_offset_both<!listconcat(T.All16, T.Int32), u16, 1>; 1295 let params = T.Int32 i [all...] |
| /llvm-project/llvm/unittests/Frontend/ |
| H A D | OpenMPIRBuilderTest.cpp | 3423 IntegerType *Int32 = Type::getInt32Ty(M->getContext()); in TEST_F() 3430 PrivAddress, Int32, /*BranchtoEnd*/ true); in TEST_F() 3834 IntegerType *Int32 = Type::getInt32Ty(M->getContext()); in TEST_F() 3835 AllocaInst *XVal = Builder.CreateAlloca(Int32); in TEST_F() 3837 AllocaInst *VVal = Builder.CreateAlloca(Int32); in TEST_F() 3840 OpenMPIRBuilder::AtomicOpValue X = {XVal, Int32, false, false}; 3841 OpenMPIRBuilder::AtomicOpValue V = {VVal, Int32, false, false}; in TEST_F() 3917 IntegerType *Int32 = Type::getInt32Ty(Ctx); in TEST_F() 3918 AllocaInst *XVal = Builder.CreateAlloca(Int32); in TEST_F() 3920 OpenMPIRBuilder::AtomicOpValue X = {XVal, Int32, fals in TEST_F() 3258 IntegerType *Int32 = Type::getInt32Ty(M->getContext()); TEST_F() local 3660 IntegerType *Int32 = Type::getInt32Ty(M->getContext()); TEST_F() local 3743 IntegerType *Int32 = Type::getInt32Ty(Ctx); TEST_F() local 3782 IntegerType *Int32 = Type::getInt32Ty(M->getContext()); TEST_F() local 3983 IntegerType *Int32 = Type::getInt32Ty(Ctx); TEST_F() local 4033 IntegerType *Int32 = Type::getInt32Ty(Ctx); TEST_F() local 4093 IntegerType *Int32 = Type::getInt32Ty(Ctx); TEST_F() local [all...] |
| /llvm-project/llvm/test/tools/llvm-readobj/ELF/ARM/ |
| H A D | attribute-3.s | 72 @CHECK-OBJ-NEXT: Description: External Int32
|