Home
last modified time | relevance | path

Searched refs:llvm_type (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
Dgen_llvm_types.py31 llvm_type = ''
35 llvm_type = 'Type::getInt32Ty(ctx)'
37 llvm_type = 'ArrayType::get(Type::getInt8Ty(ctx), sizeof(%s))' % type
39 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 …]
/external/clang/www/demo/
Dsyntax.css3 .llvm_type { font-style: oblique; color: green }
/external/llvm-project/clang/www/demo/
Dsyntax.css3 .llvm_type { font-style: oblique; color: green }
/external/llvm-project/llvm/test/CodeGen/NVPTX/
Dwmma.py58 self.llvm_type = {
75 return "%s/%s" % (self.ptx_type, self.llvm_type)
228 return [frag.mma_type.llvm_type] * frag.nregs
/external/llvm-project/mlir/test/Dialect/SPIRV/
Dtypes.mlir76 func private @llvm_type(!spv.array<4x!llvm.i32>) -> ()
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc2611 llvm::Type* llvm_type = in EmitElementalReduceWindow() local
2613 accum_types.push_back(llvm_type); in EmitElementalReduceWindow()