Home
last modified time | relevance | path

Searched refs:Compute (Results 1 – 25 of 96) sorted by relevance

1234

/llvm-project/clang/test/SemaHLSL/
H A Dentry_shader_redecl.hlsl12 // CHECK-ENV-NEXT: HLSLShaderAttr 0x{{.*}} Implicit Compute
23 // CHECK-LIB-NEXT: HLSLShaderAttr 0x{{.*}} Compute
31 // CHECK-LIB-NEXT: HLSLShaderAttr 0x{{.*}} Compute
39 // CHECK-LIB-NEXT: HLSLShaderAttr 0x{{.*}} Compute
47 // CHECK-LIB-NEXT: HLSLShaderAttr 0x{{.*}} Compute
55 // CHECK-LIB-NEXT: HLSLShaderAttr 0x{{.*}} Inherited Compute
64 // CHECK-LIB-NEXT: HLSLShaderAttr 0x{{.*}} Compute
71 // CHECK-LIB-NEXT: HLSLShaderAttr 0x{{.*}} Inherited Compute
H A Dshader_type_attr.hlsl60 // CHECK:HLSLShaderAttr 0x{{[0-9a-fA-F]+}} <line:62:2, col:18> Compute
69 // CHECK:HLSLShaderAttr 0x{{[0-9a-fA-F]+}} <line:68:2, col:18> Compute
74 // CHECK:HLSLShaderAttr 0x{{[0-9a-fA-F]+}} <line:73:2, col:18> Compute
H A Dentry.hlsl7 // CHECK:HLSLShaderAttr 0x{{.*}} <line:13:1> Implicit Compute
/llvm-project/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVCLOps.td117 let summary = "Compute the arc tangent of y / x.";
140 let summary = "Compute the arc cosine of x.";
163 let summary = "Compute the inverse hyperbolic cosine of x .";
186 let summary = "Compute the arc sine of x.";
209 let summary = "Compute the inverse hyperbolic sine of x.";
232 let summary = "Compute the arc tangent of x.";
255 let summary = "Compute the hyperbolic arc tangent of x.";
302 let summary = "Compute the cosine of x radians.";
323 let summary = "Compute the hyperbolic cosine of x radians.";
370 Compute th
[all...]
/llvm-project/clang/test/Modules/
H A Dpr62796.cppm38 constexpr unsigned long Compute(Number<10ul>, auto strategy)
44 constexpr unsigned long Cache = Compute(Number<N>{}, Strategy{});
/llvm-project/llvm/lib/Target/DirectX/
H A DDXILMetadata.cpp
/llvm-project/clang-tools-extra/clangd/support/
H A DThreading.h155 typename Container::mapped_type get(T &&Key, Func Compute) const { in get() argument
163 auto V = Compute(); in get()
/llvm-project/mlir/test/Integration/Dialect/SparseTensor/GPU/CUDA/
H A Dsparse-matvec-lib.mlir39 // Compute matrix vector y = Ax on COO with default index coordinates.
47 // Compute matrix vector y = Ax on CSR with 32-bit positions and coordinates.
55 // Compute matrix vector y = Ax on CSC with 64-bit positions and coordinates.
H A Dsparse-matvec-const.mlir15 // Compute matrix vector y = Ax
H A Dsparse-matvec.mlir15 // Compute matrix vector y = Ax
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DArena.cpp27 ComputeFunc &&Compute) { in cached() argument
30 It->second = Compute(); in cached()
/llvm-project/clang/include/clang/Basic/
H A DHLSLRuntime.h43 ENUM_COMPARE_ASSERT(Compute)
/llvm-project/flang/lib/Semantics/
H A Dcompute-offsets.cpp30 void Compute(Scope &);
136 void ComputeOffsetsHelper::Compute(Scope &scope) { in Compute()
151 // Compute a base symbol and overall block size for each in DoCommonBlock()
462 ComputeOffsetsHelper{context}.Compute(scope);
68 void ComputeOffsetsHelper::Compute(Scope &scope) { Compute() function in Fortran::semantics::ComputeOffsetsHelper
/llvm-project/third-party/unittest/googlemock/src/
H A Dgmock-matchers.cc132 ElementMatcherPairs Compute() { in Compute() function in testing::internal::MaxBipartiteMatchState
229 return MaxBipartiteMatchState(g).Compute(); in FindMaxBipartiteMatching()
/llvm-project/clang/lib/Driver/ToolChains/
H A DHLSL.cpp48 case Triple::EnvironmentType::Compute: { in isLegalShaderModel()
83 .Case("cs", Triple::EnvironmentType::Compute) in tryParseProfile()
/llvm-project/mlir/test/Dialect/SCF/
H A Dloop-unroll.mlir28 // Compute trip count in V3.
35 // Compute upper bound of unrolled loop in V7.
37 // Compute step of unrolled loop in V8.
61 // Compute trip count in V3.
68 // Compute upper bound of unrolled loop in V7.
70 // Compute step of unrolled loop in V8.
/llvm-project/mlir/test/Conversion/TosaToLinalg/
H A Dtosa-to-linalg-named.mlir238 // Compute output height
251 // Compute output width
277 // Compute max pool
299 // Compute the sum padding:
306 // Compute dimension based constants:
324 // Compute how much of the height does not include padding:
341 // Compute how much of the width does not include padding:
383 // Compute the sum padding:
390 // Compute dimension based constants:
408 // Compute ho
[all...]
H A Dtosa-to-linalg-resize.mlir164 // Compute the offset and bound for the Y position.
174 // Compute the offset and bound for the X position.
228 // Compute the left, right, and top indices for the bilinear interpolation.
271 // Compute the bilinear interpolation.
396 // Compute the left, right, and top indices for the bilinear interpolation.
/llvm-project/libclc/generic/lib/math/
H A Dclc_fmod.cl124 // Compute integral multiplier
127 // Compute w * t in quad precision
H A Dclc_remainder.cl134 // Compute integral multiplier
137 // Compute w * t in quad precision
/llvm-project/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp1103 TEST(DebouncePolicy, Compute) { in TEST() argument
1115 auto Compute = [&](llvm::ArrayRef<DebouncePolicy::clock::duration> History) { in TEST() local
1120 EXPECT_NEAR(10, Compute(History), 0.01) << "(upper) median = 10"; in TEST()
1122 EXPECT_NEAR(15, Compute(History), 0.01) << "median = 10, ratio = 1.5"; in TEST()
1124 EXPECT_NEAR(25, Compute(History), 0.01) << "constrained by max"; in TEST()
1126 EXPECT_NEAR(3, Compute(History), 0.01) << "constrained by min"; in TEST()
1127 EXPECT_NEAR(25, Compute({}), 0.01) << "no history -> max"; in TEST()
/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp632 {llvm::Triple::Compute,
639 {llvm::Triple::Compute, in VisitDeclRefExpr()
646 case llvm::Triple::Compute: in VisitMemberExpr()
698 if (ST == llvm::Triple::Compute) in RunOnTranslationUnit()
700 DiagnoseAttrStageMismatch(AnnotationAttr, ST, {llvm::Triple::Compute}); in RunOnTranslationUnit()
1611 // (int)(llvm::Triple::Compute - llvm::Triple::Pixel) == 5
/llvm-project/clang/test/SemaHLSL/Availability/
H A Davail-lib-multiple-stages.hlsl44 // First Compute shader
/llvm-project/mlir/test/mlir-vulkan-runner/
H A Dtime.mlir
/llvm-project/llvm/docs/
H A DNVPTXUsage.rst1128 Tutorial: A Simple Compute Kernel
1156 ; Compute pointers into A, B, and C
1165 ; Compute C = A + B
1380 std::cout << "Device Compute Capability: "
1486 Device Compute Capability: 3.0
1536 ; Compute pointers into A, B, and C
1545 ; Compute C = pow(A, B)

1234