Home
last modified time | relevance | path

Searched refs:Setup (Results 1 – 25 of 121) sorted by relevance

12345

/llvm-project-15.0.7/libc/benchmarks/
H A DLibcMemoryGoogleBenchmarkMain.cpp41 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 Dbenchmark_setup_teardown_test.cc39 ->Setup(DoSetup1)
66 ->Setup(DoSetup2)
104 ->Setup(DoSetupWithFixture)
126 ->Setup(DoSetupWithRepetitions)
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp166 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 DSimpleRemoteEPCServer.h62 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 Dlit.site.cfg.py.in6 # 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 Dlit.site.cfg.py.in6 # 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 Dlit.site.cfg.py.in6 # 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 Dlit.site.cfg.py.in6 # Setup config name.
9 # Setup test source and exec root.
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.h37 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 Dlit.site.cfg.py.in6 # 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 DSimpleRemoteEPCServer.cpp68 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 Dlit.site.cfg.py.in6 # Setup config name.
9 # Setup test source and exec root.
/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/CPU/
H A Dsparse_index_dense.mlir125 // 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 Dsparse_sum_f16.mlir44 // Setup input sparse matrix from compressed constant.
53 // Setup memory for a single reduction scalar,
H A Dsparse_sum_bf16.mlir44 // Setup input sparse matrix from compressed constant.
53 // Setup memory for a single reduction scalar,
H A Dsparse_index.mlir140 // 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 DDistributionExample.cmake13 # Setup vendor-specific settings.
39 # Setup the bootstrap build.
/llvm-project-15.0.7/.github/workflows/
H A Dllvm-project-tests.yml44 - name: Setup Windows
53 - name: Setup Python
65 - name: Setup ccache
H A Dissue-release-workflow.yml48 - name: Setup Environment
76 - name: Setup Environment
/llvm-project-15.0.7/libcxx/
H A Dappveyor-reqs-install.cmd9 :: Setup Compiler
49 :: Setup the cached copy of LLVM
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp109 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 Dlit.site.cfg.py.in30 # 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 DRISCVSystemOperands.td74 // 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 Dsanitizer_coverage_fuchsia.cpp78 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 DCMakeLists.txt35 # Setup the ParallelSTL library target
70 # Setup tests

12345