Home
last modified time | relevance | path

Searched refs:CL (Results 1 – 25 of 124) sorted by relevance

12345

/llvm-project-15.0.7/mlir/test/Target/SPIRV/
H A Docl-ops.mlir6 %0 = spv.CL.exp %arg0 : f32
8 %1 = spv.CL.fabs %arg0 : f32
10 %2 = spv.CL.sin %arg0 : f32
12 %3 = spv.CL.cos %arg0 : f32
14 %4 = spv.CL.log %arg0 : f32
16 %5 = spv.CL.sqrt %arg0 : f32
18 %6 = spv.CL.ceil %arg0 : f32
20 %7 = spv.CL.floor %arg0 : f32
24 %9 = spv.CL.rsqrt %arg0 : f32
26 %10 = spv.CL.erf %arg0 : f32
[all …]
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/
H A Docl-ops.mlir4 // spv.CL.exp
9 %2 = spv.CL.exp %arg0 : f32
23 %2 = spv.CL.exp %arg0 : i32
47 %2 = spv.CL.exp %arg0 :
54 // spv.CL.fabs
59 %2 = spv.CL.fabs %arg0 : f32
71 %2 = spv.CL.fabs %arg0 : f64
103 %2 = spv.CL.fabs %arg0 :
110 // spv.CL.s_abs
165 %2 = spv.CL.s_abs %arg0 :
[all …]
/llvm-project-15.0.7/mlir/test/Conversion/MathToSPIRV/
H A Dmath-to-opencl-spirv.mlir7 // CHECK: spv.CL.cos %{{.*}}: f32
9 // CHECK: spv.CL.exp %{{.*}}: f32
15 // CHECK: spv.CL.log %{{.*}}: f32
19 // CHECK: spv.CL.log %[[ADDONE]]
23 // CHECK: spv.CL.sqrt %{{.*}}: f32
25 // CHECK: spv.CL.tanh %{{.*}}: f32
27 // CHECK: spv.CL.sin %{{.*}}: f32
29 // CHECK: spv.CL.fabs %{{.*}}: f32
31 // CHECK: spv.CL.ceil %{{.*}}: f32
35 // CHECK: spv.CL.erf %{{.*}}: f32
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Ddllexport.ll98 ; CHECK-CL: .ascii " /EXPORT:_f1"
99 ; CHECK-CL: .ascii " /EXPORT:_f2"
100 ; CHECK-CL: .ascii " /EXPORT:_stdfun@0"
101 ; CHECK-CL: .ascii " /EXPORT:@fastfun@0"
102 ; CHECK-CL: .ascii " /EXPORT:_thisfun"
103 ; CHECK-CL: .ascii " /EXPORT:_lnk1"
104 ; CHECK-CL: .ascii " /EXPORT:_lnk2"
105 ; CHECK-CL: .ascii " /EXPORT:_weak1"
113 ; CHECK-CL: .ascii " /EXPORT:_alias"
114 ; CHECK-CL: .ascii " /EXPORT:_alias2"
[all …]
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVCLOps.td141 %2 = spv.CL.ceil %0 : f32
171 %2 = spv.CL.cos %0 : f32
203 %2 = spv.CL.erf %0 : f32
233 %2 = spv.CL.exp %0 : f32
263 %2 = spv.CL.fabs %0 : f32
296 %2 = spv.CL.floor %0 : f32
357 %2 = spv.CL.log %0 : f32
420 %2 = spv.CL.round %0 : f32
480 %2 = spv.CL.sin %0 : f32
510 %2 = spv.CL.sqrt %0 : f32
[all …]
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dwarn-deprecated-implementations.m35 __attribute__((deprecated)) // expected-note {{'CL' has been explicitly marked deprecated here}}
36 @interface CL // expected-note 2 {{class declared here}} interface
39 @implementation CL // expected-warning {{implementing deprecated class}} implementation
42 @implementation CL (SomeCategory) // expected-warning {{implementing deprecated category}} implementation in SomeCategory
45 @interface CL_SUB : CL // expected-warning {{'CL' is deprecated}}
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrShiftRotate.td18 let Uses = [CL], SchedRW = [WriteShiftCL] in {
31 } // Uses = [CL], SchedRW
67 // using CL?
122 let Uses = [CL], SchedRW = [WriteShiftCL] in {
222 let Uses = [CL], SchedRW = [WriteShiftCL] in {
340 } // Uses = [CL, EFLAGS]
370 } // Uses = [CL, EFLAGS]
452 } // Uses = [CL, EFLAGS]
458 let Uses = [CL], SchedRW = [WriteRotateCL] in {
660 let Uses = [CL], SchedRW = [WriteSHDrrcl] in {
[all …]
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DIListIteratorTest.cpp135 const simple_ilist<Node> &CL = L; in TEST() local
155 EXPECT_EQ(CL.begin(), const_iterator(L.rend())); in TEST()
156 EXPECT_EQ(CL.begin(), const_iterator(CL.rend())); in TEST()
157 EXPECT_EQ(CL.rbegin(), const_reverse_iterator(L.end())); in TEST()
158 EXPECT_EQ(CL.rbegin(), const_reverse_iterator(CL.end())); in TEST()
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dcompound-literal-property-access.m19 // CHECK: [[CL:%.*]] = alloca <2 x float>, align 8
20 // CHECK: store <2 x float> [[VECINIT:%.*]], <2 x float>* [[CL]]
21 // CHECK: [[FOURTEEN:%.*]] = load <2 x float>, <2 x float>* [[CL]]
/llvm-project-15.0.7/clang/test/Misc/
H A Dr600.languageOptsOpenCL.cl2 // RUN: %clang_cc1 -x cl -cl-std=CL %s -verify -triple r600-unknown-unknown -target-cpu cayman
5 // RUN: %clang_cc1 -x cl -cl-std=CL %s -verify -triple r600-unknown-unknown -Wpedantic-core-feature…
8 // RUN: %clang_cc1 -x cl -cl-std=CL %s -verify -triple r600-unknown-unknown -target-cpu cypress
11 // RUN: %clang_cc1 -x cl -cl-std=CL %s -verify -triple r600-unknown-unknown -Wpedantic-core-feature…
14 // RUN: %clang_cc1 -x cl -cl-std=CL %s -verify -triple r600-unknown-unknown -target-cpu turks
17 // RUN: %clang_cc1 -x cl -cl-std=CL %s -verify -triple r600-unknown-unknown -Wpedantic-core-feature…
65 // Core features in CL 1.1
107 // Core feature in CL 1.2
124 //Core feature in CL 2.0
H A Dnvptx.languageOptsOpenCL.cl2 // RUN: %clang_cc1 -x cl -cl-std=CL %s -verify -triple nvptx-unknown-unknown
5 // RUN: %clang_cc1 -x cl -cl-std=CL %s -verify -triple nvptx-unknown-unknown -Wpedantic-core-featur…
8 // RUN: %clang_cc1 -x cl -cl-std=CL %s -verify -triple nvptx64-unknown-unknown
11 // RUN: %clang_cc1 -x cl -cl-std=CL %s -verify -triple nvptx64-unknown-unknown -Wpedantic-core-feat…
59 // Core features in CL 1.1
101 // Core feature in CL 1.2
110 // Core feature in CL 2.0, but not supported on nvptx
H A Damdgcn.languageOptsOpenCL.cl2 // RUN: %clang_cc1 -x cl -cl-std=CL %s -verify -triple amdgcn-unknown-unknown
6 // RUN: %clang_cc1 -x cl -cl-std=CL %s -verify -triple amdgcn-unknown-unknown -Wpedantic-core-featu…
52 // Core features in CL 1.1
94 // Core feature in CL 1.2
103 //Core feature in CL 2.0
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DMachineInstrBundleIteratorTest.cpp147 const auto &CL = L; in TEST() local
164 auto cbegin = [&]() -> const_iterator { return CL.begin(); }; in TEST()
165 auto cend = [&]() -> const_iterator { return CL.end(); }; in TEST()
166 auto crbegin = [&]() -> const_reverse_iterator { return CL.rbegin(); }; in TEST()
167 auto crend = [&]() -> const_reverse_iterator { return CL.rend(); }; in TEST()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessorLexer.h175 void setConditionalLevels(ArrayRef<PPConditionalInfo> CL) { in setConditionalLevels() argument
177 ConditionalStack.append(CL.begin(), CL.end()); in setConditionalLevels()
/llvm-project-15.0.7/clang/test/Sema/
H A Dblock-return.c5 typedef void (^CL)(void); typedef
7 CL foo(void) { in foo()
11 CL X = ^{ in foo()
/llvm-project-15.0.7/llvm/test/Transforms/IROutliner/
H A Doutlining-commutative-fp.ll74 ; CHECK-NEXT: [[CL:%.*]] = load double, double* [[C]], align 8
76 ; CHECK-NEXT: [[TMP1:%.*]] = fadd double [[CL]], [[AL]]
77 ; CHECK-NEXT: [[TMP2:%.*]] = fadd double [[CL]], [[BL]]
103 ; CHECK-NEXT: [[CL:%.*]] = load double, double* [[ARG2]], align 8
105 ; CHECK-NEXT: [[TMP1:%.*]] = fadd double [[AL]], [[CL]]
106 ; CHECK-NEXT: [[TMP2:%.*]] = fadd double [[BL]], [[CL]]
H A Doutlining-commutative.ll227 ; CHECK-NEXT: [[CL:%.*]] = load i32, i32* [[ARG2]], align 4
229 ; CHECK-NEXT: [[TMP1:%.*]] = add i32 [[AL]], [[CL]]
230 ; CHECK-NEXT: [[TMP2:%.*]] = add i32 [[BL]], [[CL]]
239 ; CHECK-NEXT: [[CL:%.*]] = load i32, i32* [[ARG2]], align 4
241 ; CHECK-NEXT: [[TMP1:%.*]] = sub i32 [[CL]], [[AL]]
242 ; CHECK-NEXT: [[TMP2:%.*]] = sub i32 [[CL]], [[BL]]
251 ; CHECK-NEXT: [[CL:%.*]] = load i32, i32* [[ARG2]], align 4
253 ; CHECK-NEXT: [[TMP1:%.*]] = sub i32 [[AL]], [[CL]]
254 ; CHECK-NEXT: [[TMP2:%.*]] = sub i32 [[BL]], [[CL]]
H A Doutlining-constants-vs-registers.ll47 ; CHECK-NEXT: [[CL:%.*]] = load i32, i32* [[C]], align 4
48 …ECK-NEXT: call void @outlined_ir_func_0(i32 2, i32 [[AL]], i32 3, i32 [[BL]], i32 4, i32 [[CL]])
51 …ir_func_0(i32 [[TMP0:%.*]], i32 [[AL]], i32 [[TMP1:%.*]], i32 [[BL]], i32 [[TMP2:%.*]], i32 [[CL]])
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclOpenMP.cpp59 ArrayRef<OMPClause *> CL) { in Create() argument
61 C, DC, CL, VL.size(), L); in Create()
87 ArrayRef<OMPClause *> CL) { in Create() argument
88 return OMPDeclarativeDirective::createDirective<OMPRequiresDecl>(C, DC, CL, 0, in Create()
/llvm-project-15.0.7/clang/test/Rewriter/
H A Drewrite-qualified-id.mm10 @interface CL interface
13 CL <foo>* changeSource1;
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dcp-blocks-linetables.cpp32 myblock CL = ^(enum numbers z) in main()
56 enum numbers res = (enum numbers)test(CL); in main()
/llvm-project-15.0.7/clang/test/Preprocessor/
H A Dhas_c_attribute.c39 #define CL clang::likely macro
62 #if __has_c_attribute(CL)
/llvm-project-15.0.7/clang/test/Driver/
H A Dopencl.cl1 // RUN: %clang -S -### -cl-std=CL %s 2>&1 | FileCheck --check-prefix=CHECK-CL %s
26 // CHECK-CL: "-cc1" {{.*}} "-cl-std=CL"
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp510 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_Select() local
517 CL = CH = Cond; in SplitRes_Select()
520 std::tie(CL, CH) = DAG.SplitVector(Res, dl); in SplitRes_Select()
525 GetSplitVector(Cond, CL, CH); in SplitRes_Select()
536 std::tie(CL, CH) = DAG.SplitVector(Cond, dl); in SplitRes_Select()
538 SplitVecRes_SETCC(Cond.getNode(), CL, CH); in SplitRes_Select()
540 std::tie(CL, CH) = DAG.SplitVector(Cond, dl); in SplitRes_Select()
544 Lo = DAG.getNode(Opcode, dl, LL.getValueType(), CL, LL, RL); in SplitRes_Select()
553 Lo = DAG.getNode(Opcode, dl, LL.getValueType(), CL, LL, RL, EVLLo); in SplitRes_Select()
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dint-cmp-03.ll16 ; Check the low end of the CL range.
29 ; Check the high end of the aligned CL range.
43 ; Check the next word up, which should use CLY instead of CL.
131 ; Check that CL allows an index.
163 ; Check the comparison can be reversed if that allows CL to be used.

12345