| /llvm-project/clang/test/SemaHLSL/ |
| H A D | entry_shader_redecl.hlsl | 12 // 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 D | shader_type_attr.hlsl | 60 // 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 D | entry.hlsl | 7 // CHECK:HLSLShaderAttr 0x{{.*}} <line:13:1> Implicit Compute
|
| /llvm-project/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVCLOps.td | 117 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 D | pr62796.cppm | 38 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 D | DXILMetadata.cpp | |
| /llvm-project/clang-tools-extra/clangd/support/ |
| H A D | Threading.h | 155 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 D | sparse-matvec-lib.mlir | 39 // 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 D | sparse-matvec-const.mlir | 15 // Compute matrix vector y = Ax
|
| H A D | sparse-matvec.mlir | 15 // Compute matrix vector y = Ax
|
| /llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | Arena.cpp | 27 ComputeFunc &&Compute) { in cached() argument 30 It->second = Compute(); in cached()
|
| /llvm-project/clang/include/clang/Basic/ |
| H A D | HLSLRuntime.h | 43 ENUM_COMPARE_ASSERT(Compute)
|
| /llvm-project/flang/lib/Semantics/ |
| H A D | compute-offsets.cpp | 30 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 D | gmock-matchers.cc | 132 ElementMatcherPairs Compute() { in Compute() function in testing::internal::MaxBipartiteMatchState 229 return MaxBipartiteMatchState(g).Compute(); in FindMaxBipartiteMatching()
|
| /llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | HLSL.cpp | 48 case Triple::EnvironmentType::Compute: { in isLegalShaderModel() 83 .Case("cs", Triple::EnvironmentType::Compute) in tryParseProfile()
|
| /llvm-project/mlir/test/Dialect/SCF/ |
| H A D | loop-unroll.mlir | 28 // 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 D | tosa-to-linalg-named.mlir | 238 // 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 D | tosa-to-linalg-resize.mlir | 164 // 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 D | clc_fmod.cl | 124 // Compute integral multiplier 127 // Compute w * t in quad precision
|
| H A D | clc_remainder.cl | 134 // Compute integral multiplier 137 // Compute w * t in quad precision
|
| /llvm-project/clang-tools-extra/clangd/unittests/ |
| H A D | TUSchedulerTests.cpp | 1103 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 D | SemaHLSL.cpp | 632 {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 D | avail-lib-multiple-stages.hlsl | 44 // First Compute shader
|
| /llvm-project/mlir/test/mlir-vulkan-runner/ |
| H A D | time.mlir | |
| /llvm-project/llvm/docs/ |
| H A D | NVPTXUsage.rst | 1128 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)
|