Home
last modified time | relevance | path

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

123456

/llvm-project/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()
53 (State.iterations() * 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/third-party/benchmark/test/
H A Dbenchmark_setup_teardown_test.cc39 ->Setup(DoSetup1)
66 ->Setup(DoSetup2)
104 ->Setup(DoSetupWithFixture)
126 ->Setup(DoSetupWithRepetitions)
/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp160 IntrinsicInst *Setup = FindLoopIterations(Preheader); in runOnLoop()
163 if (!Setup) { in runOnLoop()
166 Setup = FindLoopIterations(Preheader->getSinglePredecessor()); in runOnLoop()
167 if (!Setup) in runOnLoop()
171 LLVM_DEBUG(dbgs() << "ARM TP: Running on Loop: " << *L << *Setup << "\n"); in runOnLoop()
173 bool Changed = TryConvertActiveLaneMask(Setup->getArgOperand(0)); in runOnLoop()
162 IntrinsicInst *Setup = FindLoopIterations(Preheader); runOnLoop() local
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h62 class Setup {
88 Setup(SimpleRemoteEPCServer &S) : S(S) {} in Setup() function
99 Create(unique_function<Error(Setup &S)> SetupFunction, in Create()
102 Setup S(*Server); in Create()
/llvm-project/mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/
H A Dcontraction.mlir130 // Setup vector A:
133 // Setup vector B:
136 // Setup vector C:
161 // Setup vector A:
164 // Setup vector B:
167 // Setup vector C:
/llvm-project/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/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/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/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/llvm/include/llvm/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.h38 struct Setup {
52 Create(std::unique_ptr<TaskDispatcher> D, Setup S, in Create()
109 Error setup(Setup S);
37 struct Setup { global() struct
51 CreateMemoryAccessSetup Create() argument
/llvm-project/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/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp69 case SimpleRemoteEPCOpcode::Setup: in handleMessage()
70 dbgs() << "Setup"; in handleMessage()
71 assert(SeqNo == 0 && "Non-zero SeqNo for Setup?"); in handleMessage()
72 assert(!TagAddr && "Non-zero TagAddr for Setup?"); in handleMessage()
99 case SimpleRemoteEPCOpcode::Setup: in handleMessage()
100 return make_error<StringError>("Unexpected Setup opcode", in handleMessage()
158 case SimpleRemoteEPCOpcode::Setup: in sendMessage()
159 dbgs() << "Setup"; in sendMessage()
160 assert(SeqNo == 0 && "Non-zero SeqNo for Setup?"); in sendMessage()
161 assert(!TagAddr && "Non-zero TagAddr for Setup in sendMessage()
[all...]
/llvm-project/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/clang/cmake/caches/
H A DDistributionExample.cmake13 # Setup vendor-specific settings.
39 # Setup the bootstrap build.
/llvm-project/mlir/test/Integration/Dialect/SparseTensor/CPU/
H A Dsparse_index_dense.mlir146 // Setup input sparse vector.
150 // Setup input "sparse" vector.
154 // Setup input sparse matrix.
158 // Setup input "sparse" matrix.
164 // Setup out tensors.
H A Dsparse_pack_d.mlir57 // Setup CCC.
81 // Setup DenseCSR.
95 // Setup CSRDense.
H A Dsparse_index.mlir169 // Setup input sparse vector.
173 // Setup input "sparse" vector.
177 // Setup input sparse matrix.
181 // Setup input "sparse" matrix.
187 // Setup input sparse f32 matrix.
/llvm-project/libcxx/
H A Dappveyor-reqs-install.cmd
/llvm-project/compiler-rt/test/asan/Unit/
H A Dlit.site.cfg.py.in11 # Setup config name.
20 # Setup test source and exec root. For unit tests, we define
/llvm-project/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::__anon5b5d5dcc0111::TracePcGuardController
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp142 case SimpleRemoteEPCOpcode::Setup: in handleMessage()
143 dbgs() << "Setup"; in handleMessage()
144 assert(SeqNo == 0 && "Non-zero SeqNo for Setup?"); in handleMessage()
145 assert(!TagAddr && "Non-zero TagAddr for Setup?"); in handleMessage()
171 case SimpleRemoteEPCOpcode::Setup: in handleMessage()
246 assert(OpC != SimpleRemoteEPCOpcode::Setup && in sendMessage()
247 "SimpleRemoteEPC sending Setup message? That's the wrong direction."); in sendMessage()
282 return make_error<StringError>("Setup packet SeqNo not zero", in handleSetup()
286 return make_error<StringError>("Setup packet TagAddr not zero", in handleSetup()
293 "Setup messag in handleSetup()
[all...]
/llvm-project/llvm/test/CodeGen/Thumb/
H A Dframe-access.ll91 ; Setup frame pointer
125 ; Setup frame pointer
153 ; Setup frame pointer
184 ; Setup frame pointer
231 ; Setup base pointer
372 ; Setup frame pointer
412 ; Setup frame pointer
418 ; Setup base pointer
461 ; Setup BP
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSystemOperands.td96 // Supervisor Trap Setup
148 // Hypervisor Trap Setup
224 // Machine Trap Setup
294 // Machine Counter Setup
311 // Supervisor Counter Setup
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp134 SimpleRemoteEPC::Setup(), in launchLocalExecutor()
206 SimpleRemoteEPC::Setup(), *SockFD); in connectTCPSocket()
/llvm-project/pstl/
H A DCMakeLists.txt36 # Setup the ParallelSTL library target
71 # Setup tests

123456