Lines Matching refs:Int32Ty
244 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); in getStepValue() local
245 return llvm::ConstantInt::get(Int32Ty, ETSize); in getStepValue()
258 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); in buildTypes() local
259 llvm::Type *Int32ArrayInputLimitTy = llvm::ArrayType::get(Int32Ty, RS_KERNEL_INPUT_LIMIT); in buildTypes()
261 llvm::Type *Int32Array4Ty = llvm::ArrayType::get(Int32Ty, 4); in buildTypes()
275 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t x in buildTypes()
276 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t y in buildTypes()
277 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t z in buildTypes()
278 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t lod in buildTypes()
279 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t face in buildTypes()
314 RsExpandKernelDriverInfoPfxTypes.push_back(Int32Ty); // uint32_t inLen in buildTypes()
317 RsExpandKernelDriverInfoPfxTypes.push_back(Int32Ty); // uint32_t outLen in buildTypes()
321 RsExpandKernelDriverInfoPfxTypes.push_back(Int32Ty); // uint32_t usrLen in buildTypes()
331 {RsExpandKernelDriverInfoPfxPtrTy, Int32Ty, Int32Ty, Int32Ty}, false); in buildTypes()
368 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); in createEmptyExpandedReduceAccumulator() local
373 Int32Ty, Int32Ty, AccumArgTy}, false); in createEmptyExpandedReduceAccumulator()
730 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); in ExpandInputsBody() local
744 … llvm::Value *OffsetInBytes = Builder.CreateMul(Offset, llvm::ConstantInt::get(Int32Ty, InStep)); in ExpandInputsBody()
927 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); in ExpandForEach() local
1067 …llvm::Value *OutOffsetInBytes = Builder.CreateMul(OutOffset, llvm::ConstantInt::get(Int32Ty, OutSt… in ExpandForEach()