| /llvm-project/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() 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 D | benchmark_setup_teardown_test.cc | 39 ->Setup(DoSetup1) 66 ->Setup(DoSetup2) 104 ->Setup(DoSetupWithFixture) 126 ->Setup(DoSetupWithRepetitions)
|
| /llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVETailPredication.cpp | 160 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 D | SimpleRemoteEPCServer.h | 62 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 D | contraction.mlir | 130 // 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 D | lit.site.cfg.py.in | 6 # Setup config name. 9 # Setup test source and exec root. For unit tests, we define
|
| /llvm-project/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/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/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/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | SimpleRemoteEPC.h | 38 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 D | lit.site.cfg.py.in | 6 # Setup config name. 9 # Setup test source and exec root. For unit tests, we define
|
| /llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.cpp | 69 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 D | lit.site.cfg.py.in | 6 # Setup config name. 9 # Setup test source and exec root.
|
| /llvm-project/clang/cmake/caches/ |
| H A D | DistributionExample.cmake | 13 # Setup vendor-specific settings. 39 # Setup the bootstrap build.
|
| /llvm-project/mlir/test/Integration/Dialect/SparseTensor/CPU/ |
| H A D | sparse_index_dense.mlir | 146 // 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 D | sparse_pack_d.mlir | 57 // Setup CCC. 81 // Setup DenseCSR. 95 // Setup CSRDense.
|
| H A D | sparse_index.mlir | 169 // 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 D | appveyor-reqs-install.cmd | |
| /llvm-project/compiler-rt/test/asan/Unit/ |
| H A D | lit.site.cfg.py.in | 11 # Setup config name. 20 # Setup test source and exec root. For unit tests, we define
|
| /llvm-project/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::__anon5b5d5dcc0111::TracePcGuardController
|
| /llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | SimpleRemoteEPC.cpp | 142 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 D | frame-access.ll | 91 ; 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 D | RISCVSystemOperands.td | 96 // 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 D | RemoteJITUtils.cpp | 134 SimpleRemoteEPC::Setup(), in launchLocalExecutor() 206 SimpleRemoteEPC::Setup(), *SockFD); in connectTCPSocket()
|
| /llvm-project/pstl/ |
| H A D | CMakeLists.txt | 36 # Setup the ParallelSTL library target 71 # Setup tests
|