Searched refs:int_types (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/libclc/generic/lib/ |
| H A D | gen_convert.py | 30 int_types = ['char', 'uchar', 'short', 'ushort', 'int', 'uint', 'long', 'ulong'] variable 216 for src in int_types: 217 for dst in int_types: 296 for dst in int_types: 318 for src in int_types: 319 for dst in int_types: 346 if dst in int_types: 360 if src in int_types: 382 for dst in int_types:
|
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | types.mlir | 4 "test.int_types"() : () -> (i16, si32, ui64, i8) 5 "test.int_types"() : () -> (si16, si32, ui64, ui64) 6 "test.int_types"() : () -> (ui16, si32, ui64, si128) 14 "test.int_types"() : () -> (ui16, ui32, ui64, si8) 22 "test.int_types"() : () -> (ui16, si32, si64, ui8) 30 "test.int_types"() : () -> (f16, si32, ui64, i16) 38 "test.int_types"() : () -> (i16, si32, ui64, f64)
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | mem2reg_fp80.ll | 42 !7 = !DIFile(filename: "int_types.h", directory: "")
|
| /llvm-project-15.0.7/mlir/test/IR/ |
| H A D | parser.mlir | 58 // CHECK: func private @int_types(i0, i1, i2, i4, i7, i87) -> (i1, index, i19) 59 func.func private @int_types(i0, i1, i2, i4, i7, i87) -> (i1, index, i19)
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Test/ |
| H A D | TestOps.td | 45 def IntTypesOp : TEST_Op<"int_types"> {
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 1674 compiler-rt/lib/builtins/int_types.h
|