Home
last modified time | relevance | path

Searched refs:getInt32Ty (Results 1 – 25 of 190) sorted by relevance

12345678

/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp67 "__tgt_bin_desc", Type::getInt32Ty(C), getDeviceImagePtrTy(M), in getBinDescTy()
251 "fatbin_wrapper", Type::getInt32Ty(C), Type::getInt32Ty(C), in getFatbinWrapperTy()
280 ConstantInt::get(Type::getInt32Ty(C), 1), in createFatbinDesc()
332 Type::getInt32Ty(C), in createRegisterGlobalsFunction()
343 getSizeTTy(M), Type::getInt32Ty(C), Type::getInt32Ty(C)}, in createRegisterGlobalsFunction()
352 Type::getInt32Ty(C), Type::getInt32Ty(C)}, in createRegisterGlobalsFunction()
361 Type::getInt32Ty(C), Type::getInt32Ty(C)}, in createRegisterGlobalsFunction()
415 Flags, ConstantInt::get(Type::getInt32Ty(C), 0x7), "type"); in createRegisterGlobalsFunction()
419 Flags, ConstantInt::get(Type::getInt32Ty(C), in createRegisterGlobalsFunction()
424 Flags, ConstantInt::get(Type::getInt32Ty(C), in createRegisterGlobalsFunction()
[all …]
H A DUtility.cpp26 Type::getInt32Ty(C), Type::getInt32Ty(C)); in getEntryTy()
36 Type *Int32Ty = Type::getInt32Ty(M.getContext()); in getOffloadingEntryInitializer()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp214 case MVT::i32: return Type::getInt32Ty(Context); in getTypeForEVT()
308 return FixedVectorType::get(Type::getInt32Ty(Context), 1); in getTypeForEVT()
310 return FixedVectorType::get(Type::getInt32Ty(Context), 2); in getTypeForEVT()
312 return FixedVectorType::get(Type::getInt32Ty(Context), 3); in getTypeForEVT()
314 return FixedVectorType::get(Type::getInt32Ty(Context), 4); in getTypeForEVT()
316 return FixedVectorType::get(Type::getInt32Ty(Context), 5); in getTypeForEVT()
318 return FixedVectorType::get(Type::getInt32Ty(Context), 6); in getTypeForEVT()
320 return FixedVectorType::get(Type::getInt32Ty(Context), 7); in getTypeForEVT()
322 return FixedVectorType::get(Type::getInt32Ty(Context), 8); in getTypeForEVT()
324 return FixedVectorType::get(Type::getInt32Ty(Context), 9); in getTypeForEVT()
[all …]
H A DShadowStackGCLowering.cpp164 Type *Int32Ty = Type::getInt32Ty(F.getContext()); in GetFrameMap()
198 ConstantInt::get(Type::getInt32Ty(F.getContext()), 0), in GetFrameMap()
199 ConstantInt::get(Type::getInt32Ty(F.getContext()), 0)}; in GetFrameMap()
233 EltTys.push_back(Type::getInt32Ty(M.getContext())); in doInitialization()
235 EltTys.push_back(Type::getInt32Ty(M.getContext())); in doInitialization()
307 Value *Indices[] = {ConstantInt::get(Type::getInt32Ty(Context), 0), in CreateGEP()
308 ConstantInt::get(Type::getInt32Ty(Context), Idx), in CreateGEP()
309 ConstantInt::get(Type::getInt32Ty(Context), Idx2)}; in CreateGEP()
322 Value *Indices[] = {ConstantInt::get(Type::getInt32Ty(Context), 0), in CreateGEP()
323 ConstantInt::get(Type::getInt32Ty(Context), Idx)}; in CreateGEP()
H A DWasmEHPrepare.cpp145 auto *I32Ty = Type::getInt32Ty(Context); in run()
164 P.LPadContextTy = StructType::get(IRB.getInt32Ty(), // lpad_index in doInitialization()
166 IRB.getInt32Ty() // selector in doInitialization()
278 IRB.getInt32Ty(), IRB.getPtrTy()); in prepareEHPads()
371 IRB.CreateLoad(IRB.getInt32Ty(), SelectorField, "selector"); in prepareEHPad()
H A DExpandMemCmp.cpp382 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-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSanitizerStats.cpp38 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 DAMDGPUEmitPrintf.cpp65 auto Int32Ty = Builder.getInt32Ty(); in callAppendArgs()
157 auto Int32Ty = Builder.getInt32Ty(); in callAppendStringN()
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()
445 auto Int32Ty = Builder.getInt32Ty(); in emitAMDGPUPrintfCall()
535 return Builder.CreateTrunc(Desc, Builder.getInt32Ty()); in emitAMDGPUPrintfCall()
H A DEscapeEnumerator.cpp27 FunctionType::get(Type::getInt32Ty(C), true)); in getDefaultPersonalityFn()
73 Type *ExnTy = StructType::get(PointerType::getUnqual(C), Type::getInt32Ty(C)); in Next()
H A DRelLookupTableConverter.cpp100 ArrayType::get(Type::getInt32Ty(M.getContext()), NumElts); in createRelLookupTable()
118 llvm::ConstantExpr::getTrunc(Sub, Type::getInt32Ty(M.getContext())); in createRelLookupTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXCtorDtorLowering.cpp60 llvm::ConstantInt::get(llvm::Type::getInt32Ty(Ctx), 1))}; in addKernelMetadata()
66 llvm::ConstantInt::get(llvm::Type::getInt32Ty(Ctx), 1))}; in addKernelMetadata()
70 llvm::ConstantInt::get(llvm::Type::getInt32Ty(Ctx), 1))}; in addKernelMetadata()
74 llvm::ConstantInt::get(llvm::Type::getInt32Ty(Ctx), 1))}; in addKernelMetadata()
80 llvm::ConstantInt::get(llvm::Type::getInt32Ty(Ctx), 1))}; in addKernelMetadata()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILMetadata.cpp178 ConstantInt::get(Type::getInt32Ty(Ctx), NumThreadsTag))); in appendNumThreads()
183 ConstantInt::get(Type::getInt32Ty(Ctx), Num))); in appendNumThreads()
190 ConstantInt::get(Type::getInt32Ty(Ctx), ShaderFlagsTag))); in appendShaderFlags()
197 ConstantInt::get(Type::getInt32Ty(Ctx), ShaderKindTag))); in appendShaderKind()
199 ConstantInt::get(Type::getInt32Ty(Ctx), getShaderStage(ShaderKind)))); in appendShaderKind()
H A DDXILOpBuilder.cpp181 Type::getInt32Ty(Ctx)}; in getResRetType()
208 return Type::getInt32Ty(Ctx); in getTypeFromParameterKind()
293 return Type::getInt32Ty(Ctx); in getOverloadTy()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp29 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()
165 llvm::ConstantInt::get(llvm::Type::getInt32Ty(CGM.getLLVMContext()), in EmitDevicePrintfCallExpr()
H A DCGOpenCLRuntime.cpp84 llvm::Type *Int32Ty = llvm::IntegerType::getInt32Ty(CGM.getLLVMContext()); in getPipeElemSize()
94 llvm::Type *Int32Ty = llvm::IntegerType::getInt32Ty(CGM.getLLVMContext()); in getPipeElemAlign()
H A DCGLoopInfo.cpp68 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-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp722 Value *ThrewValue = IRB.CreateLoad(IRB.getInt32Ty(), ThrewValueGV, in wrapTestSetjmp()
735 IRB.CreatePHI(IRB.getInt32Ty(), 4, "threwvalue.phi"); in wrapTestSetjmp()
769 PHINode *LabelPHI = IRB.CreatePHI(IRB.getInt32Ty(), 2, "label"); in wrapTestSetjmp()
935 FunctionType::get(IRB.getInt32Ty(), false), "getTempRet0", &M); in runOnModule()
937 FunctionType::get(IRB.getVoidTy(), IRB.getInt32Ty(), false), in runOnModule()
954 FunctionType::get(IRB.getInt32Ty(), IRB.getPtrTy(), false); in runOnModule()
1001 IRB.getVoidTy(), {Int8PtrTy, IRB.getInt32Ty()}, false); in runOnModule()
1009 Type *Int32Ty = IRB.getInt32Ty(); in runOnModule()
1674 FunctionType::get(IRB.getInt32Ty(), /* isVarArg */ true); in handleLongjmpableCallsForWasmSjLj()
1732 Instruction *Val = IRB.CreateLoad(IRB.getInt32Ty(), ValField, "val"); in handleLongjmpableCallsForWasmSjLj()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp659 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(), Builder.getInt32Ty(), Builder.getInt32Ty()}, in insertCounterWriteout()
1110 StructType::create({Builder.getInt32Ty(), PtrTy}, "emit_arcs_args_ty"); in insertCounterWriteout()
[all …]
H A DInstrOrderFile.cpp66 Type *IdxTy = Type::getInt32Ty(Ctx); in createOrderFileData()
109 IntegerType *Int32Ty = Type::getInt32Ty(Ctx); in generateCodeSequence()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp178 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); in generateLSDAInEAXThunk()
772 State = Builder.CreateLoad(Builder.getInt32Ty(), StateField); in addStateStores()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReg2Mem.cpp66 Constant::getNullValue(Type::getInt32Ty(F.getContext())), in runPass()
67 Type::getInt32Ty(F.getContext()), "reg2mem alloca point", &*I); in runPass()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp295 llvm::Type::getInt32Ty(getVMContext()); in coerceIllegalVector()
300 llvm::Type::getInt32Ty(getVMContext()), Size / 32); in coerceIllegalVector()
316 llvm::Type::getInt32Ty(getVMContext()), Size / 32); in classifyHomogeneousAggregate()
436 ElemTy = llvm::Type::getInt32Ty(getVMContext()); in classifyArgumentType()
589 return ABIArgInfo::getDirect(llvm::Type::getInt32Ty(getVMContext())); in classifyReturnType()
620 return ABIArgInfo::getDirect(llvm::Type::getInt32Ty(getVMContext())); in classifyReturnType()
627 return ABIArgInfo::getDirect(llvm::Type::getInt32Ty(getVMContext())); in classifyReturnType()
629 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(getVMContext()); in classifyReturnType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp121 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-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp147 Type *I32Ty = Type::getInt32Ty(Ctx); in lowerPrintfForGpu()
191 Type *ResType = Type::getInt32Ty(Ctx); in lowerPrintfForGpu()
275 Type *SizetTy = Type::getInt32Ty(Ctx); in lowerPrintfForGpu()
332 Type *Int32Ty = Type::getInt32Ty(Ctx); in lowerPrintfForGpu()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMergeStringPool.cpp300 Indices.push_back(ConstantInt::get(Type::getInt32Ty(*Context), 0)); in replaceUsesWithGEP()
301 Indices.push_back(ConstantInt::get(Type::getInt32Ty(*Context), ElementIndex)); in replaceUsesWithGEP()

12345678