Lines Matching refs:getContext
60 llvmFloatType = Float32Type::get(&getContext()); in initializeCachedTypes()
61 llvmVoidType = LLVM::LLVMVoidType::get(&getContext()); in initializeCachedTypes()
63 LLVM::LLVMPointerType::get(IntegerType::get(&getContext(), 8)); in initializeCachedTypes()
64 llvmInt32Type = IntegerType::get(&getContext(), 32); in initializeCachedTypes()
65 llvmInt64Type = IntegerType::get(&getContext(), 64); in initializeCachedTypes()
87 &getContext(), in getMemRefType()
245 auto memRefTy = getMemRefType(rank, IntegerType::get(&getContext(), 16)); in createBindMemRefCalls()
325 Float32Type::get(&getContext()), IntegerType::get(&getContext(), 32), in declareVulkanFunctions()
326 IntegerType::get(&getContext(), 16), IntegerType::get(&getContext(), 8), in declareVulkanFunctions()
327 Float16Type::get(&getContext())}; in declareVulkanFunctions()
332 type = IntegerType::get(&getContext(), 16); in declareVulkanFunctions()