Searched refs:c_type (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBTypeNameSpecifier.cpp | 69 lldb_private::CompilerType c_type = m_opaque_sp->GetCompilerType(); in GetType() local 70 if (c_type.IsValid()) in GetType() 71 return SBType(c_type); in GetType()
|
| /llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/ |
| H A D | target-and-abi.mlir | 167 // CHECK-SAME: a_type = i8, b_type = i8, c_type = i32, 171 // CHECK-SAME: a_type = f16, b_type = f16, c_type = f16, 183 c_type = i32, 192 c_type = f16,
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVAttributes.td | 56 "mlir::Type":$c_type,
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_ast_build_expr.c | 734 enum isl_dim_type c_type[2] = { isl_dim_param, isl_dim_set }; in check_parallel_or_opposite() enum 741 n[t] = isl_constraint_dim(c, c_type[t]); in check_parallel_or_opposite() 747 a = isl_constraint_involves_dims(c, c_type[t], i, 1); in check_parallel_or_opposite() 770 c_type[t], i); in check_parallel_or_opposite()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/ |
| H A D | NVVMOps.td | 491 string c_type = frags[2].ptx_elt_type; 497 string gcd = geom # ":" # c_type # d_type; 519 !ne(c_type, d_type))): false, 523 !ne(c_type, d_type)): false,
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IntrinsicsNVVM.td | 482 string c_type = frags[2].ptx_elt_type; 488 string gcd = geom # ":" # c_type # d_type; 510 !ne(c_type, d_type))): false, 514 !ne(c_type, d_type)): false,
|