/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
H A D | OffloadWrapper.cpp | 67 "__tgt_bin_desc", Type::getInt32Ty(C), getDeviceImagePtrTy(M), in getBinDescTy() 181 ConstantInt::get(Type::getInt32Ty(C), ImagesInits.size()), ImagesB, in createBinDesc() 227 Type::getInt32Ty(C), PointerType::getUnqual(C), /*isVarArg=*/false); in createRegisterFunction() 259 "fatbin_wrapper", Type::getInt32Ty(C), Type::getInt32Ty(C), in getFatbinWrapperTy() 287 ConstantInt::get(Type::getInt32Ty(C), IsHIP ? HIPFatMagic : CudaFatMagic), in createFatbinDesc() 288 ConstantInt::get(Type::getInt32Ty(C), 1), in createFatbinDesc() 340 Type::getInt32Ty(C), in createRegisterGlobalsFunction() 341 {Int8PtrPtrTy, Int8PtrTy, Int8PtrTy, Int8PtrTy, Type::getInt32Ty(C), in createRegisterGlobalsFunction() 350 {Int8PtrPtrTy, Int8PtrTy, Int8PtrTy, Int8PtrTy, Type::getInt32Ty(C), in createRegisterGlobalsFunction() 351 getSizeTTy(M), Type::getInt32Ty(C), Type::getInt32Ty(C)}, in createRegisterGlobalsFunction() [all …]
|
H A D | Utility.cpp | 27 Type::getInt32Ty(C), Type::getInt32Ty(C)); in getEntryTy() 38 Type *Int32Ty = Type::getInt32Ty(M.getContext()); in getOffloadingEntryInitializer()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ShadowStackGCLowering.cpp | 164 Type *Int32Ty = Type::getInt32Ty(F.getContext()); in GetConcreteStackEntryType() 198 ConstantInt::get(Type::getInt32Ty(F.getContext()), 0), in doInitialization() 199 ConstantInt::get(Type::getInt32Ty(F.getContext()), 0)}; in doInitialization() 233 EltTys.push_back(Type::getInt32Ty(M.getContext())); in CollectRoots() 235 EltTys.push_back(Type::getInt32Ty(M.getContext())); in CollectRoots() 307 Value *Indices[] = {ConstantInt::get(Type::getInt32Ty(Context), 0), in runOnFunction() 308 ConstantInt::get(Type::getInt32Ty(Context), Idx), in runOnFunction() 309 ConstantInt::get(Type::getInt32Ty(Context), Idx2)}; in runOnFunction() 322 Value *Indices[] = {ConstantInt::get(Type::getInt32Ty(Context), 0), in runOnFunction() 323 ConstantInt::get(Type::getInt32Ty(Contex in runOnFunction() [all...] |
H A D | WasmEHPrepare.cpp | 146 auto *I32Ty = Type::getInt32Ty(Context); in run() 165 P.LPadContextTy = StructType::get(IRB.getInt32Ty(), // lpad_index in doInitialization() 167 IRB.getInt32Ty() // selector in doInitialization() 278 IRB.getInt32Ty(), IRB.getPtrTy()); in prepareEHPads() 371 IRB.CreateLoad(IRB.getInt32Ty(), SelectorField, "selector"); in prepareEHPad()
|
H A D | ExpandMemCmp.cpp | 382 Type::getInt32Ty(CI->getContext()), OffsetBytes); in emitLoadCompareByteBlock() 500 Value *Zero = ConstantInt::get(Type::getInt32Ty(CI->getContext()), 0); in emitLoadCompareBlockMultipleLoads() 564 Value *Zero = ConstantInt::get(Type::getInt32Ty(CI->getContext()), 0); in emitLoadCompareBlock() 578 Value *Res = ConstantInt::get(Type::getInt32Ty(CI->getContext()), 1); in emitMemCmpResultBlock() 593 Builder.CreateSelect(Cmp, ConstantInt::get(Builder.getInt32Ty(), -1), in emitMemCmpResultBlock() 594 ConstantInt::get(Builder.getInt32Ty(), 1)); in emitMemCmpResultBlock() 615 PhiRes = Builder.CreatePHI(Type::getInt32Ty(CI->getContext()), 2, "phi.res"); in setupEndBlockPHINodes() 637 return Builder.CreateZExt(Cmp, Type::getInt32Ty(CI->getContext())); in getMemCmpEqZeroOneBlock() 659 Builder.getInt32Ty(), /*Offset*/ 0); in getMemCmpOneBlock() 707 Value *ZextUGT = Builder.CreateZExt(CmpUGT, Builder.getInt32Ty()); in getMemCmpOneBlock() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SanitizerStats.cpp | 38 Type::getInt32Ty(M->getContext()), in makeModuleStatsTy() 64 ConstantInt::get(IntPtrTy, 0), ConstantInt::get(B.getInt32Ty(), 2), in create() 77 IntegerType *Int32Ty = Type::getInt32Ty(M->getContext()); in finish()
|
H A D | EscapeEnumerator.cpp | 27 FunctionType::get(Type::getInt32Ty(C), true)); in getDefaultPersonalityFn() 73 Type *ExnTy = StructType::get(PointerType::getUnqual(C), Type::getInt32Ty(C)); in Next()
|
H A D | AMDGPUEmitPrintf.cpp | 66 auto Int32Ty = Builder.getInt32Ty(); in callAppendArgs() 292 ArgSize = Builder.CreateTrunc(SizeToReserve, Builder.getInt32Ty()); in callBufferedPrintfStart() 299 Type *Tys_alloc[1] = {Builder.getInt32Ty()}; in callBufferedPrintfStart() 350 WhatToStore.push_back(ConstantInt::get(Builder.getInt32Ty(), 0)); in processConstantStringArg() 443 auto Int32Ty = Builder.getInt32Ty(); in emitAMDGPUPrintfCall() 533 return Builder.CreateTrunc(Desc, Builder.getInt32Ty()); in emitAMDGPUPrintfCall()
|
H A D | RelLookupTableConverter.cpp | 100 ArrayType::get(Type::getInt32Ty(M.getContext()), NumElts); in createRelLookupTable() 118 llvm::ConstantExpr::getTrunc(Sub, Type::getInt32Ty(M.getContext())); in createRelLookupTable()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMergeStringPool.cpp | 287 ConstantInt::get(Type::getInt32Ty(*Context), 0), in mergeModuleStringPool() 288 ConstantInt::get(Type::getInt32Ty(*Context), ElementIndex)}; in mergeModuleStringPool() 312 Indices.push_back(ConstantInt::get(Type::getInt32Ty(*Context), 0)); in replaceUsesWithGEP() 313 Indices.push_back(ConstantInt::get(Type::getInt32Ty(*Context), ElementIndex)); in replaceUsesWithGEP()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXCtorDtorLowering.cpp | 61 llvm::ConstantInt::get(llvm::Type::getInt32Ty(Ctx), 1))}; in addKernelMetadata() 67 llvm::ConstantInt::get(llvm::Type::getInt32Ty(Ctx), 1))}; in addKernelMetadata() 71 llvm::ConstantInt::get(llvm::Type::getInt32Ty(Ctx), 1))}; in addKernelMetadata() 75 llvm::ConstantInt::get(llvm::Type::getInt32Ty(Ctx), 1))}; in addKernelMetadata() 81 llvm::ConstantInt::get(llvm::Type::getInt32Ty(Ctx), 1))}; in addKernelMetadata()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 717 Value *ThrewValue = IRB.CreateLoad(IRB.getInt32Ty(), ThrewValueGV, in wrapTestSetjmp() 730 IRB.CreatePHI(IRB.getInt32Ty(), 4, "threwvalue.phi"); in wrapTestSetjmp() 762 PHINode *LabelPHI = IRB.CreatePHI(IRB.getInt32Ty(), 2, "label"); in wrapTestSetjmp() 926 ThrewValueGV = getGlobalVariable(M, IRB.getInt32Ty(), TM, "__threwValue"); in runOnModule() 928 FunctionType::get(IRB.getInt32Ty(), false), "getTempRet0", &M); in runOnModule() 930 FunctionType::get(IRB.getVoidTy(), IRB.getInt32Ty(), false), in runOnModule() 947 FunctionType::get(IRB.getInt32Ty(), IRB.getPtrTy(), false); in runOnModule() 987 IRB.getVoidTy(), {getAddrIntType(&M), IRB.getInt32Ty()}, false); in runOnModule() 994 IRB.getVoidTy(), {Int8PtrTy, IRB.getInt32Ty()}, false); in runOnModule() 1002 Type *Int32Ty = IRB.getInt32Ty(); in runOnModule() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGGPUBuiltin.cpp | 29 llvm::Type::getInt32Ty(M.getContext()), ArgTypes, false); in GetVprintfDeclaration() 50 llvm::Type::getInt32Ty(M.getContext())}; in GetOpenMPVprintfDeclaration() 52 llvm::Type::getInt32Ty(M.getContext()), ArgTypes, false); in GetOpenMPVprintfDeclaration() 166 llvm::ConstantInt::get(llvm::Type::getInt32Ty(CGM.getLLVMContext()), in EmitDevicePrintfCallExpr()
|
H A D | CGLoopInfo.cpp | 68 llvm::Type::getInt32Ty(Ctx), Attrs.PipelineInitiationInterval))}; in createPipeliningMetadata() 122 llvm::Type::getInt32Ty(Ctx), Attrs.UnrollCount))}; in createPartialUnrollMetadata() 184 ConstantAsMetadata::get(ConstantInt::get(llvm::Type::getInt32Ty(Ctx), in createUnrollAndJamMetadata() 272 ConstantAsMetadata::get(ConstantInt::get(llvm::Type::getInt32Ty(Ctx), in createLoopVectorizeMetadata() 291 ConstantAsMetadata::get(ConstantInt::get(llvm::Type::getInt32Ty(Ctx), in createLoopVectorizeMetadata() 447 llvm::Type::getInt32Ty(Ctx), Attrs.CodeAlign))}; in createMetadata()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILMetadata.cpp | 199 ConstantInt::get(Type::getInt32Ty(Ctx), NumThreadsTag))); in appendNumThreads() 204 ConstantInt::get(Type::getInt32Ty(Ctx), Num))); in appendNumThreads() 211 ConstantInt::get(Type::getInt32Ty(Ctx), ShaderFlagsTag))); in appendShaderFlags() 218 ConstantInt::get(Type::getInt32Ty(Ctx), ShaderKindTag))); in appendShaderKind() 220 ConstantInt::get(Type::getInt32Ty(Ctx), getShaderStage(ShaderKind)))); in appendShaderKind()
|
H A D | DXILOpBuilder.cpp | 181 Type::getInt32Ty(Ctx)}; in getResRetType() 208 return Type::getInt32Ty(Ctx); in getTypeFromParameterKind() 241 ArgTys.emplace_back(Type::getInt32Ty(OverloadTy->getContext())); in getDXILOpFunctionType() 302 return Type::getInt32Ty(Ctx); in getOverloadTy()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 659 FunctionType *FTy = FunctionType::get(Builder.getInt32Ty(), {}, false); in AddFlushBeforeForkAndExec() 1035 Type::getInt32Ty(*Ctx), // uint32_t version in getStartFileFunc() 1036 Type::getInt32Ty(*Ctx), // uint32_t checksum in getStartFileFunc() 1045 Type::getInt32Ty(*Ctx), // uint32_t ident in getEmitFunctionFunc() 1046 Type::getInt32Ty(*Ctx), // uint32_t func_checksum in getEmitFunctionFunc() 1047 Type::getInt32Ty(*Ctx), // uint32_t cfg_checksum in getEmitFunctionFunc() 1056 Type::getInt32Ty(*Ctx), // uint32_t num_counters in getEmitArcsFunc() 1103 {Builder.getPtrTy(), Builder.getInt32Ty(), Builder.getInt32Ty()}, in insertCounterWriteout() 1106 {Builder.getInt32Ty(), Builde in insertCounterWriteout() [all...] |
H A D | InstrOrderFile.cpp | 66 Type *IdxTy = Type::getInt32Ty(Ctx); in createOrderFileData() 109 IntegerType *Int32Ty = Type::getInt32Ty(Ctx); in generateCodeSequence()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 178 Type::getInt32Ty(TheModule->getContext()), in runOnFunction() 179 {Int8PtrType, Type::getInt32Ty(TheModule->getContext())}, in runOnFunction() 236 Type::getInt32Ty(Context) // int32_t TryLevel in getCXXEHRegistrationType() 259 Type::getInt32Ty(Context), // int32_t EncodedScopeTable in getSEHRegistrationType() 260 Type::getInt32Ty(Context) // int32_t TryLevel in getSEHRegistrationType() 279 Type *Int32Ty = Builder.getInt32Ty(); in emitExceptionRegistrationRecord() 385 Type *Int32Ty = Type::getInt32Ty(Context); 772 State = Builder.CreateLoad(Builder.getInt32Ty(), StateField); in addStateStores()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Reg2Mem.cpp | 66 Constant::getNullValue(Type::getInt32Ty(F.getContext())), in runPass() 67 Type::getInt32Ty(F.getContext()), "reg2mem alloca point", I); in runPass()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | ARM.cpp | 293 llvm::Type::getInt32Ty(getVMContext()); in coerceIllegalVector() 298 llvm::Type::getInt32Ty(getVMContext()), Size / 32); in coerceIllegalVector() 314 llvm::Type::getInt32Ty(getVMContext()), Size / 32); in classifyHomogeneousAggregate() 434 ElemTy = llvm::Type::getInt32Ty(getVMContext()); in classifyArgumentType() 587 return ABIArgInfo::getDirect(llvm::Type::getInt32Ty(getVMContext())); in classifyReturnType() 618 return ABIArgInfo::getDirect(llvm::Type::getInt32Ty(getVMContext())); in classifyReturnType() 625 return ABIArgInfo::getDirect(llvm::Type::getInt32Ty(getVMContext())); in classifyReturnType() 627 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(getVMContext()); in classifyReturnType()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenExtract.cpp | 121 CSR = ConstantInt::get(Type::getInt32Ty(Ctx), 0); in INITIALIZE_PASS_DEPENDENCY() 130 CSL = ConstantInt::get(Type::getInt32Ty(Ctx), 0); in INITIALIZE_PASS_DEPENDENCY() 137 CSL = ConstantInt::get(Type::getInt32Ty(Ctx), 0); in INITIALIZE_PASS_DEPENDENCY()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 148 Type *I32Ty = Type::getInt32Ty(Ctx); in lowerPrintfForGpu() 192 Type *ResType = Type::getInt32Ty(Ctx); in lowerPrintfForGpu() 276 Type *SizetTy = Type::getInt32Ty(Ctx); in lowerPrintfForGpu() 335 Type *Int32Ty = Type::getInt32Ty(Ctx); in lowerPrintfForGpu()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 138 Type::getInt32Ty(Context), in GenEmptyFunction() 162 Type::getInt16Ty(Context), Type::getInt32Ty(Context), in Modifier() 484 getRandomValue(Type::getInt32Ty(BB->getContext())), in Act() 505 Type *I32 = Type::getInt32Ty(BB->getContext()); in Act() 532 getRandomValue(Type::getInt32Ty(BB->getContext())), in Act()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfData.inc | 90 INSTR_PROF_DATA(const uint32_t, llvm::Type::getInt32Ty(Ctx), NumCounters, \ 91 ConstantInt::get(llvm::Type::getInt32Ty(Ctx), NumCounters)) 94 INSTR_PROF_DATA(const uint32_t, llvm::Type::getInt32Ty(Ctx), NumBitmapBytes, \ 95 ConstantInt::get(llvm::Type::getInt32Ty(Ctx), NumBitmapBytes)) 113 INSTR_PROF_VTABLE_DATA(const uint32_t, llvm::Type::getInt32Ty(Ctx), VTableSize, \ 114 ConstantInt::get(llvm::Type::getInt32Ty(Ctx), \ 189 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx)) 257 COVMAP_FUNC_RECORD(const uint32_t, llvm::Type::getInt32Ty(Ctx), NameSize, \ 258 llvm::ConstantInt::get(llvm::Type::getInt32Ty(Ctx), \ 266 COVMAP_FUNC_RECORD(const uint32_t, llvm::Type::getInt32Ty(Ctx), DataSize, \ [all …]
|