Searched refs:llvm_type (Results 1 – 6 of 6) sorted by relevance
31 llvm_type = ''35 llvm_type = 'Type::getInt32Ty(ctx)'37 llvm_type = 'ArrayType::get(Type::getInt8Ty(ctx), sizeof(%s))' % type39 llvm_type = 'Type::getInt32Ty(ctx)'41 llvm_type = 'PointerType::get(Type::getInt8Ty(ctx), 0)'44 llvm_type = 'Type::getInt8Ty(ctx)'46 llvm_type = 'Type::getInt64Ty(ctx)'48 llvm_type = 'Type::getInt16Ty(ctx)'50 llvm_type = 'Type::getInt32Ty(ctx)'52 llvm_type = 'Type::getFloatTy(ctx)'[all …]
3 .llvm_type { font-style: oblique; color: green }
58 self.llvm_type = {75 return "%s/%s" % (self.ptx_type, self.llvm_type)228 return [frag.mma_type.llvm_type] * frag.nregs
76 func private @llvm_type(!spv.array<4x!llvm.i32>) -> ()
2611 llvm::Type* llvm_type = in EmitElementalReduceWindow() local2613 accum_types.push_back(llvm_type); in EmitElementalReduceWindow()