Home
last modified time | relevance | path

Searched refs:LLVMHalfTypeInContext (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c686 fp16 = LLVMHalfTypeInContext(context); in emit_pk2h()
720 fp16 = LLVMHalfTypeInContext(context); in emit_up2h()
/external/llvm/tools/llvm-c-test/
Decho.cpp74 return LLVMHalfTypeInContext(Ctx); in Clone()
/external/llvm/include/llvm-c/
DCore.h882 LLVMTypeRef LLVMHalfTypeInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp430 LLVMTypeRef LLVMHalfTypeInContext(LLVMContextRef C) { in LLVMHalfTypeInContext() function
456 return LLVMHalfTypeInContext(LLVMGetGlobalContext()); in LLVMHalfType()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c560 ctx->f16 = LLVMHalfTypeInContext(ctx->context); in setup_types()