Home
last modified time | relevance | path

Searched defs:tiny (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/format/format.functions/
H A Dformat.verify.cpp92 struct tiny { struct
98 auto t = tiny{}; in P2418() argument
/llvm-project-15.0.7/clang/test/CodeGen/RISCV/
H A Driscv32-ilp32-abi.c9 struct tiny { struct
10 uint8_t a, b, c, d;
H A Driscv32-ilp32-ilp32f-abi.c11 struct tiny { struct
12 uint8_t a, b, c, d;
H A Driscv64-lp64-lp64f-lp64d-abi.c62 struct tiny { struct
67 void f_agg_tiny(struct tiny x) { in f_agg_tiny() argument
H A Driscv32-ilp32-ilp32f-ilp32d-abi.c73 struct tiny { struct
78 void f_agg_tiny(struct tiny x) { in f_agg_tiny() argument
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dstruct-union-BE.c9 struct tiny { struct
18 struct tiny x; in fstr() argument
H A Dsparcv9-abi.c102 struct tiny { struct
109 struct tiny f_tiny(struct tiny x) { in f_tiny() argument
/llvm-project-15.0.7/clang/test/CodeGen/CSKY/
H A Dcsky-abi.c60 struct tiny { struct
65 void f_agg_tiny(struct tiny x) { in f_agg_tiny() argument
H A Dcsky-soft-abi.c360 struct tiny { struct
361 uint8_t a, b, c, d;
H A Dcsky-hard-abi.c359 struct tiny { struct
360 uint8_t a, b, c, d;
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dreal.h161 Real tiny; in TINY() local
/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp508 Value tiny = bcast(f32Cst(builder, 0.0004f)); in matchAndRewrite() local