/llvm-project/libcxxabi/test/ |
H A D | guard_threaded_test.pass.cpp | 48 struct Barrier { struct 49 explicit Barrier(int n) : m_threads(n), m_remaining(n) { } in Barrier() argument 53 void arrive_and_wait() const { in arrive_and_wait() 60 void arrive_and_drop() const { in arrive_and_drop() 64 void wait_for_threads(int n) const { in wait_for_threads() 71 const int m_threads; 72 mutable std::atomic<int> m_remaining;
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveRangeShrink.cpp | 140 unsigned Barrier = 0; runOnMachineFunction() local
|
/llvm-project/third-party/benchmark/src/ |
H A D | mutex.h | 101 Barrier(int num_threads) : running_threads_(num_threads) {} in Barrier() function
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | TUScheduler.h | 366 Semaphore Barrier; global() variable
|
H A D | TUScheduler.cpp | 723 Semaphore &Barrier; global() member in clang::clangd::__anon880aeff60611::ASTWorker 814 create(PathRef FileName,const GlobalCompilationDatabase & CDB,TUScheduler::ASTCache & IdleASTs,TUScheduler::HeaderIncluderCache & HeaderIncluders,AsyncTaskRunner * Tasks,Semaphore & Barrier,const TUScheduler::Options & Opts,ParsingCallbacks & Callbacks) create() argument 833 ASTWorker(PathRef FileName,const GlobalCompilationDatabase & CDB,TUScheduler::ASTCache & LRUCache,TUScheduler::HeaderIncluderCache & HeaderIncluders,Semaphore & Barrier,bool RunSync,const TUScheduler::Options & Opts,ParsingCallbacks & Callbacks) ASTWorker() argument [all...] |
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 157 Barrier, enumerator
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAG.h | 69 Barrier, ///< An unknown scheduling barrier. enumerator
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGRecordLayoutBuilder.cpp | 537 bool Barrier = false; in accumulateBitFields() local
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | LocalTest.cpp | 899 Instruction &Barrier = *F_.getNextNonDebugInstruction(); in TEST() local
|
/llvm-project/openmp/tools/archer/ |
H A D | ompt-tsan.cpp | 403 ompt_tsan_clockid Barrier[2]; member
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 351 CallInst *Barrier = dyn_cast<CallInst>(GTID->getNextNode()); TEST_F() local 412 CallInst *Barrier = dyn_cast<CallInst>(GTID1->getNextNode()); TEST_F() local 485 CallInst *Barrier = dyn_cast<CallInst>(GTID1->getNextNode()); TEST_F() local 535 CallInst *Barrier = dyn_cast<CallInst>(GTID->getNextNode()); TEST_F() local 569 CallInst *Barrier = dyn_cast<CallInst>(GTID->getNextNode()); TEST_F() local [all...] |
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 4510 CallInst *Barrier = in buildCustomStateMachine() local 4081 CallInst *Barrier = insertInstructionGuardsHelper() local 4088 CallInst *Barrier = insertInstructionGuardsHelper() local
|
/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 509 struct BarrierOp Barrier; global() member [all...] |