| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | dbg-byval-parameter.ll | 5 %struct.Rect = type { %struct.Pt, %struct.Pt } 7 define double @foo(%struct.Rect* byval(%struct.Rect) %my_r0) nounwind ssp !dbg !1 { 12 …call void @llvm.dbg.declare(metadata %struct.Rect* %my_r0, metadata !0, metadata !DIExpression()),… 13 …%1 = getelementptr inbounds %struct.Rect, %struct.Rect* %my_r0, i32 0, i32 0, !dbg !16 ; <%struct.… 38 !7 = !DICompositeType(tag: DW_TAG_structure_type, name: "Rect", line: 6, size: 256, align: 64, file…
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 165 struct Rect { struct 196 Rect status_bar; in MakeStatusBar() 210 Rect menubar; in MakeMenuBar() 228 void HorizontalSplit(int top_height, Rect &top, Rect &bottom) const { in HorizontalSplit() argument 247 void VerticalSplit(int left_width, Rect &left, Rect &right) const { in VerticalSplit() argument 261 bool operator==(const Rect &lhs, const Rect &rhs) { in operator ==() 265 bool operator!=(const Rect &lhs, const Rect &rhs) { in operator !=() 397 Rect GetFrame() const { return Rect(Point(), GetSize()); } in GetFrame() 1786 Rect bounds = Rect(Point(0, line), Size(width, height)); in DrawFields() 2594 Rect bounds = Rect(Point(0, line), Size(width, height)); in DrawFields() [all …]
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | c99.cpp | 34 struct Rect { Pt tl, br; }; argument 35 Rect r = {
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/MIR/AArch64/ |
| H A D | clobber-sp.mir | 13 ; struct Rect { 16 ; void g(struct Rect); 18 ; int f(int x, int y, struct Rect s) { 28 %struct.Rect = type { double, double, double, double } 37 …tail call void @llvm.dbg.declare(metadata %struct.Rect* undef, metadata !21, metadata !22), !dbg !… 78 …!11 = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "Rect", file: !1, line: 1, size:…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | 2010-01-18-DbgValue.ll | 12 %struct.Rect = type { %struct.Pt, %struct.Pt } 14 define double @foo(ptr byval(%struct.Rect) %my_r0) nounwind ssp !dbg !1 { 43 !7 = !DICompositeType(tag: DW_TAG_structure_type, name: "Rect", line: 6, size: 256, align: 64, file…
|
| /llvm-project-15.0.7/mlir/test/Target/SPIRV/ |
| H A D | sampled-image.mlir | 10 …// CHECK: !spv.ptr<!spv.sampled_image<!spv.image<i32, Rect, DepthUnknown, Arrayed, MultiSampled, N… 11 …spv.GlobalVariable @var2 bind(0, 0) : !spv.ptr<!spv.sampled_image<!spv.image<i32, Rect, DepthUnkno…
|
| /llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/ |
| H A D | image-ops.mlir | 39 func.func @image_dref_gather_error_same_type(%arg0 : !spv.sampled_image<!spv.image<i32, Rect, NoDep… 41 …%0 = spv.ImageDrefGather %arg0 : !spv.sampled_image<!spv.image<i32, Rect, NoDepth, NonArrayed, Sin… 48 // expected-error @+1 {{the Dim operand of the underlying image type must be 2D, Cube, or Rect}} 88 … expected-error @+1 {{the Dim operand of the image type must be 1D, 2D, 3D, Buffer, Cube, or Rect}}
|
| /llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/ |
| H A D | 2008-09-02-IVType.ll | 14 … %struct.ComponentInstanceRecord*, i32, %struct.OpaqueQTMLMutex*, %struct.Rect, i32, i32, %struct.… 16 %struct.Rect = type { i16, i16, i16, i16 }
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVImageOps.td | 32 OpTypeImage must have a Dim of 2D, Cube, or Rect. The MS operand of the 98 2 for the 2D, Cube, and Rect dimensionalities,
|
| H A D | SPIRVBase.td | 2601 def SPV_D_Rect : I32EnumAttrCase<"Rect", 4> {
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ObjectiveCLiterals.rst | 142 NSValue *frame = @(view.frame); // Rect r = view.frame; 143 // [NSValue valueWithBytes:&r objCType:@encode(Rect)]; 248 } Rect; 255 Rect r; 258 typedef struct __attribute__((objc_boxable)) _Rect Rect; 585 typedef struct __attribute__((objc_boxable)) _Rect Rect;
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-objc/ |
| H A D | main.m | 737 Rect rect = {4, 8, 4, 7}; 738 Rect *rect_ptr = ▭
|
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVBaseInfo.cpp | 313 CASE_SUF(Dim, DIM, Rect) in getDimName()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | SPIRVOps.cpp | 4270 imageDim != spirv::Dim::Rect) in verify() 4332 case spirv::Dim::Rect: in verify() 4347 case spirv::Dim::Rect: in verify()
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | SPIR-V.md | 381 !spv.sampled_image<!spv.image<i32, Rect, DepthUnknown, Arrayed, MultiSampled, NeedSampler, R8ui>>
|