Home
last modified time | relevance | path

Searched refs:square (Results 1 – 25 of 105) sorted by relevance

12345

/llvm-project-15.0.7/flang/test/Semantics/
H A Dselecttype01.f9017 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 Dresolve60.f9015 enumerator :: square, cicrle enumerator
17 enumerator square enumerator
H A Dselecttype02.f9014 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 Dmain.c1 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 Dmain.cpp7 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 Dp1.cpp123 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 Dclean-two.c8 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 Dast-dump-attr.m2 // 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 D2010-11-23-Distributed.ll11 %square = mul nsw i32 %y, %y
12 %res = sub i32 %mul, %square
/llvm-project-15.0.7/polly/test/DependenceInfo/
H A Dgenerate_may_write_dependence_info.ll7 ; 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 Dpr35890.ll22 %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 DAlgebraicSimplification.cpp86 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 DPresburgerSetTest.cpp417 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 Dstatistics.ll18 ; 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 DX86Schedule.td278 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 Dc2x-attributes.m1 // RUN: %clang_cc1 -fsyntax-only -fdouble-square-bracket-attributes -verify %s
H A Dobjc-attr.m1 // 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 Dattr-objc-bridge-related.m1 // RUN: %clang_cc1 -verify -fsyntax-only -fdouble-square-bracket-attributes %s
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dfp-strict-sqrt-01.ll6 ; Test strict 32-bit square root.
11 ; Check register square root.
H A Dfp-strict-sqrt-02.ll6 ; Test strict 64-bit square root.
11 ; Check register square root.
H A Dfp-sqrt-04.ll1 ; Test 128-bit floating-point square root on z14.
H A Dfp-sqrt-03.ll1 ; Test 128-bit square root.
H A Dfp-strict-sqrt-04.ll1 ; Test strict 128-bit floating-point square root on z14.
H A Dvec-sqrt-01.ll1 ; Test f64 and v2f64 square root.
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmetafunctions.cpp79 struct square { struct
83 int check1[is_same<square<1, 2, -3>::type,

12345