| /llvm-project-15.0.7/libc/benchmarks/ |
| H A D | LibcMemoryGoogleBenchmarkMain.cpp | 41 OffsetSampler(Setup.BufferSize, Probabilities.size() - 1, in Runner() 44 for (auto &P : Setup.Parameters) { in Runner() 47 Setup.checkValid(P); in Runner() 52 const size_t AvgBytesPerIteration = Setup.getBatchBytes() / Setup.BatchSize; in ~Runner() 63 for (const auto &P : Setup.Parameters) in runBatch() 64 benchmark::DoNotOptimize(Setup.Call(P, Configuration.Function)); in runBatch() 67 size_t getBatchSize() const { return Setup.BatchSize; } in getBatchSize() 70 SetupType Setup; member 82 Runner<SETUP, CONFIGURATION_TYPE> Setup(State, CONFIGURATION_ARRAY_REF); \ 83 const size_t BatchSize = Setup.getBatchSize(); \ [all …]
|
| /llvm-project-15.0.7/third-party/benchmark/test/ |
| H A D | benchmark_setup_teardown_test.cc | 39 ->Setup(DoSetup1) 66 ->Setup(DoSetup2) 104 ->Setup(DoSetupWithFixture) 126 ->Setup(DoSetupWithRepetitions)
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | MVETailPredication.cpp | 166 IntrinsicInst *Setup = FindLoopIterations(Preheader); in runOnLoop() local 169 if (!Setup) { in runOnLoop() 172 Setup = FindLoopIterations(Preheader->getSinglePredecessor()); in runOnLoop() 173 if (!Setup) in runOnLoop() 177 LLVM_DEBUG(dbgs() << "ARM TP: Running on Loop: " << *L << *Setup << "\n"); in runOnLoop() 179 bool Changed = TryConvertActiveLaneMask(Setup->getArgOperand(0)); in runOnLoop()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.h | 62 class Setup { 77 Setup(SimpleRemoteEPCServer &S) : S(S) {} in Setup() function 87 Create(unique_function<Error(Setup &S)> SetupFunction, in Create() 90 Setup S(*Server); in Create()
|
| /llvm-project-15.0.7/compiler-rt/test/interception/Unit/ |
| H A D | lit.site.cfg.py.in | 6 # Setup config name. 9 # Setup test source and exec root. For unit tests, we define
|
| /llvm-project-15.0.7/compiler-rt/test/msan/Unit/ |
| H A D | lit.site.cfg.py.in | 6 # Setup config name. 9 # Setup test source and exec root. For unit tests, we define
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/Unit/ |
| H A D | lit.site.cfg.py.in | 6 # Setup config name. 9 # Setup test source and exec root. For unit tests, we define
|
| /llvm-project-15.0.7/compiler-rt/test/scudo/standalone/unit/ |
| H A D | lit.site.cfg.py.in | 6 # Setup config name. 9 # Setup test source and exec root.
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | SimpleRemoteEPC.h | 37 struct Setup { struct 51 Create(std::unique_ptr<TaskDispatcher> D, Setup S, in Create() argument 107 Error setup(Setup S);
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/Unit/ |
| H A D | lit.site.cfg.py.in | 6 # Setup config name. 9 # Setup test source and exec root. For unit tests, we define
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.cpp | 68 case SimpleRemoteEPCOpcode::Setup: in handleMessage() 99 case SimpleRemoteEPCOpcode::Setup: in handleMessage() 158 case SimpleRemoteEPCOpcode::Setup: in sendMessage() 219 return sendMessage(SimpleRemoteEPCOpcode::Setup, 0, ExecutorAddr(), in sendSetupMessage()
|
| /llvm-project-15.0.7/compiler-rt/test/scudo/standalone/unit/gwp_asan/ |
| H A D | lit.site.cfg.py.in | 6 # Setup config name. 9 # Setup test source and exec root.
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/CPU/ |
| H A D | sparse_index_dense.mlir | 125 // Setup input sparse vector. 129 // Setup input "sparse" vector. 133 // Setup input sparse matrix. 137 // Setup input "sparse" matrix. 143 // Setup out tensors.
|
| H A D | sparse_sum_f16.mlir | 44 // Setup input sparse matrix from compressed constant. 53 // Setup memory for a single reduction scalar,
|
| H A D | sparse_sum_bf16.mlir | 44 // Setup input sparse matrix from compressed constant. 53 // Setup memory for a single reduction scalar,
|
| H A D | sparse_index.mlir | 140 // Setup input sparse vector. 144 // Setup input "sparse" vector. 148 // Setup input sparse matrix. 152 // Setup input "sparse" matrix. 158 // Setup input sparse f32 matrix.
|
| /llvm-project-15.0.7/clang/cmake/caches/ |
| H A D | DistributionExample.cmake | 13 # Setup vendor-specific settings. 39 # Setup the bootstrap build.
|
| /llvm-project-15.0.7/.github/workflows/ |
| H A D | llvm-project-tests.yml | 44 - name: Setup Windows 53 - name: Setup Python 65 - name: Setup ccache
|
| H A D | issue-release-workflow.yml | 48 - name: Setup Environment 76 - name: Setup Environment
|
| /llvm-project-15.0.7/libcxx/ |
| H A D | appveyor-reqs-install.cmd | 9 :: Setup Compiler 49 :: Setup the cached copy of LLVM
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | SimpleRemoteEPC.cpp | 109 case SimpleRemoteEPCOpcode::Setup: in handleMessage() 139 case SimpleRemoteEPCOpcode::Setup: in handleMessage() 204 assert(OpC != SimpleRemoteEPCOpcode::Setup && in sendMessage() 262 Error SimpleRemoteEPC::setup(Setup S) { in setup()
|
| /llvm-project-15.0.7/compiler-rt/test/asan/Unit/ |
| H A D | lit.site.cfg.py.in | 30 # Setup config name. 39 # Setup test source and exec root. For unit tests, we define
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVSystemOperands.td | 74 // User Trap Setup 120 // Supervisor Trap Setup 167 // Hypervisor Trap Setup 243 // Machine Trap Setup 312 // Machine Counter Setup
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_coverage_fuchsia.cpp | 78 u32 idx = Setup(end - start); in InitTracePcGuard() 128 u32 Setup(u32 num_guards) { in Setup() function in __sancov::__anonc70a3e090111::TracePcGuardController
|
| /llvm-project-15.0.7/pstl/ |
| H A D | CMakeLists.txt | 35 # Setup the ParallelSTL library target 70 # Setup tests
|