Searched defs:Int32Ty (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/
H A DRSGlobalInfoPass.cpp129 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(M.getContext()); variable
203 llvm::ArrayType *Int32ArrayTy = llvm::ArrayType::get(Int32Ty, NumGlobals);
206 llvm::Value *V = M.getOrInsertGlobal(kRsGlobalEntries, Int32Ty);
210 llvm::ConstantInt::get(Int32Ty, NumGlobals);
H A DRSKernelExpand.cpp244 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); local
245 return llvm::ConstantInt::get(Int32Ty, ETSize);
258 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); local
259 llvm::Type *Int32ArrayInputLimitTy = llvm::ArrayType::get(Int32Ty, RS_KERNEL_INPUT_LIMIT);
261 llvm::Type *Int32Array4Ty = llvm::ArrayType::get(Int32Ty, 4);
275 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t x
276 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t y
277 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t z
278 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t lod
279 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_
368 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); local
730 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); local
927 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); local
[all...]

Completed in 986 milliseconds