| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | selecttype01.f90 | 17 type, extends(rectangle) :: square type 18 end type square 20 type, extends(square) :: extsquare 38 TYPE(square), TARGET :: squr_obj 165 type is (square) 216 class is (square) 218 class is (square) 261 type is (square) 272 type is (square)
|
| H A D | resolve60.f90 | 15 enumerator :: square, cicrle enumerator 17 enumerator square enumerator
|
| H A D | selecttype02.f90 | 14 type, extends(rectangle) :: square type 15 end type square
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_by_file_colon_line/ |
| H A D | main.c | 1 int square(int x) in square() function 11 if(square(argc+1) != 0) { did_call = 1; return square(argc); } in main() 13 return square(0); in main()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/ |
| H A D | main.cpp | 7 int square(int x) { return x * x; } in square() function 32 if(square(argc+1) != 0) { did_call = 1; return square(argc); } in main() 34 return square(0); in main()
|
| /llvm-project-15.0.7/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
| H A D | p1.cpp | 123 constexpr int square(int x); // expected-note {{declared here}} 133 …: x(square(a)), y(square(a)) // expected-note {{undefined function 'square' cannot be used in a co… in pixel() 138 constexpr int square(int x) { in square() function
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/tests/functional/src/ |
| H A D | clean-two.c | 8 unsigned int const square = size * size; in another_method() local 10 return square; in another_method()
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-attr.m | 2 // RUN: %clang_cc1 -fdouble-square-bracket-attributes -triple x86_64-apple-macosx10.10.0 \ 7 // RUN: %clang_cc1 -fdouble-square-bracket-attributes -triple x86_64-apple-macosx10.10.0 \ 9 // RUN: %clang_cc1 -x objective-c -fdouble-square-bracket-attributes -triple x86_64-apple-macosx10.…
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | 2010-11-23-Distributed.ll | 11 %square = mul nsw i32 %y, %y 12 %res = sub i32 %mul, %square
|
| /llvm-project-15.0.7/polly/test/DependenceInfo/ |
| H A D | generate_may_write_dependence_info.ll | 7 ; compute.i.square: if (i * i) 25 br label %compute.i.square 27 compute.i.square:
|
| /llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/ |
| H A D | pr35890.ll | 22 %iv.square = mul i64 %iv.wide, %iv.wide 23 %iv.cube = mul i64 %iv.square, %iv.wide
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/ |
| H A D | AlgebraicSimplification.cpp | 86 Value square = in matchAndRewrite() local 88 rewriter.replaceOpWithNewOp<arith::MulFOp>(op, ValueRange({x, square})); in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/ |
| H A D | PresburgerSetTest.cpp | 417 PresburgerSet square = parsePresburgerSetFromPolyStrings( in TEST() local 421 EXPECT_FALSE(square.isEqual(rect)); in TEST() 422 PresburgerSet universeRect = square.unionSet(square.complement()); in TEST() 426 EXPECT_FALSE(universeSquare.isEqual(square)); in TEST() 427 EXPECT_FALSE(rect.complement().isEqual(square.complement())); in TEST()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | statistics.ll | 18 ; int __attribute__((always_inline)) square(int i) { return i * i; } 20 ; int squared = square(i); 35 ; - square::i, 47 ; -1 square::i 170 !20 = distinct !DISubprogram(name: "square", linkageName: "_Z6squarei", scope: !3, file: !3, line: …
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86Schedule.td | 278 defm WriteFSqrt : X86SchedWritePair<ReadAfterVecLd>; // Floating point square root. 279 defm WriteFSqrtX : X86SchedWritePair<ReadAfterVecXLd>; // Floating point square root (XMM). 280 defm WriteFSqrtY : X86SchedWritePair<ReadAfterVecYLd>; // Floating point square root (YMM). 281 defm WriteFSqrtZ : X86SchedWritePair<ReadAfterVecYLd>; // Floating point square root (ZMM). 282 defm WriteFSqrt64 : X86SchedWritePair<ReadAfterVecLd>; // Floating point double square root. 283 defm WriteFSqrt64X : X86SchedWritePair<ReadAfterVecXLd>; // Floating point double square root (XMM). 284 defm WriteFSqrt64Y : X86SchedWritePair<ReadAfterVecYLd>; // Floating point double square root (YMM). 285 defm WriteFSqrt64Z : X86SchedWritePair<ReadAfterVecYLd>; // Floating point double square root (ZMM). 286 defm WriteFSqrt80 : X86SchedWritePair<ReadAfterVecLd>; // Floating point long double square root. 291 defm WriteFRsqrt : X86SchedWritePair<ReadAfterVecLd>; // Floating point reciprocal square root est… [all …]
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | c2x-attributes.m | 1 // RUN: %clang_cc1 -fsyntax-only -fdouble-square-bracket-attributes -verify %s
|
| H A D | objc-attr.m | 1 // RUN: %clang_cc1 -fsyntax-only -fdouble-square-bracket-attributes -triple x86_64-apple-macosx10.1…
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | attr-objc-bridge-related.m | 1 // RUN: %clang_cc1 -verify -fsyntax-only -fdouble-square-bracket-attributes %s
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | fp-strict-sqrt-01.ll | 6 ; Test strict 32-bit square root. 11 ; Check register square root.
|
| H A D | fp-strict-sqrt-02.ll | 6 ; Test strict 64-bit square root. 11 ; Check register square root.
|
| H A D | fp-sqrt-04.ll | 1 ; Test 128-bit floating-point square root on z14.
|
| H A D | fp-sqrt-03.ll | 1 ; Test 128-bit square root.
|
| H A D | fp-strict-sqrt-04.ll | 1 ; Test strict 128-bit floating-point square root on z14.
|
| H A D | vec-sqrt-01.ll | 1 ; Test f64 and v2f64 square root.
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/ |
| H A D | metafunctions.cpp | 79 struct square { struct 83 int check1[is_same<square<1, 2, -3>::type,
|