Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
Dmsp430-abi-complex.c5 volatile int i16_1, i16_2; variable
17 i16_1 = __real__ x; in complex_i16_arg_first()
30 i16_1 = __real__ x; in complex_i16_arg_second()
/external/clang/test/Sema/
Dattr-mode.c10 typedef int i16_1 __attribute((mode(HI)));
11 int i16_1_test[sizeof(i16_1) == 2 ? 1 : -1];
13 int i16_2_test[sizeof(i16_1) == 2 ? 1 : -1];
/external/llvm-project/clang/test/Sema/
Dattr-mode.c18 typedef int i16_1 __attribute((mode(HI)));
19 int i16_1_test[sizeof(i16_1) == 2 ? 1 : -1];
21 int i16_2_test[sizeof(i16_1) == 2 ? 1 : -1];
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h100 LLVMValueRef i16_1; member
Dac_llvm_build.c102 ctx->i16_1 = LLVMConstInt(ctx->i16, 1, false); in ac_llvm_context_init()
3668 return ctx->i16_1; in get_reduction_identity()
Dac_nir_to_llvm.c312 return LLVMBuildSelect(ctx->builder, src0, ctx->i16_1, ctx->i16_0, ""); in emit_b2i()