Home
last modified time | relevance | path

Searched defs:Wait (Results 1 – 13 of 13) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h29 enum State : unsigned char { Nonblocking, Wait }; enumerator
/llvm-project/compiler-rt/test/tsan/
H A Dcustom_mutex.h41 void Wait() { in Wait() function
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp198 unsigned &getCounterRef(AMDGPU::Waitcnt &Wait, InstCounterType T) { in getCounterRef() argument
219 void addWait(AMDGPU::Waitcnt &Wait, InstCounterTyp argument
224 setNoWait(AMDGPU::Waitcnt & Wait,InstCounterType T) setNoWait() argument
228 getWait(AMDGPU::Waitcnt & Wait,InstCounterType T) getWait() argument
1085 applyWaitcnt(const AMDGPU::Waitcnt & Wait) applyWaitcnt() argument
1186 applyPreexistingWaitcnt(WaitcntBrackets & ScoreBrackets,MachineInstr & OldWaitcntInstr,AMDGPU::Waitcnt & Wait,MachineBasicBlock::instr_iterator It) const applyPreexistingWaitcnt() argument
1280 createNewWaitcnt(MachineBasicBlock & Block,MachineBasicBlock::instr_iterator It,AMDGPU::Waitcnt Wait) createNewWaitcnt() argument
1333 applyPreexistingWaitcnt(WaitcntBrackets & ScoreBrackets,MachineInstr & OldWaitcntInstr,AMDGPU::Waitcnt & Wait,MachineBasicBlock::instr_iterator It) const applyPreexistingWaitcnt() argument
1517 createNewWaitcnt(MachineBasicBlock & Block,MachineBasicBlock::instr_iterator It,AMDGPU::Waitcnt Wait) createNewWaitcnt() argument
1620 AMDGPU::Waitcnt Wait; generateWaitcntInstBefore() local
1852 generateWaitcnt(AMDGPU::Waitcnt Wait,MachineBasicBlock::instr_iterator It,MachineBasicBlock & Block,WaitcntBrackets & ScoreBrackets,MachineInstr * OldWaitcntInstr) generateWaitcnt() argument
2248 AMDGPU::Waitcnt Wait = WCG->getAllZeroWaitcnt( insertWaitcntInBlock() local
2279 AMDGPU::Waitcnt Wait; insertWaitcntInBlock() local
[all...]
/llvm-project/llvm/include/llvm/Support/
H A DThreading.h61 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; global() enumerator
/llvm-project/flang/runtime/
H A Dpseudo-unit.cpp98 bool ExternalFileUnit::Wait(int) { in Wait() function in Fortran::runtime::io::ExternalFileUnit
155 void PseudoOpenFile::Wait(int, IoErrorHandler &handler) { in Wait() function in Fortran::runtime::io::PseudoOpenFile
H A Dexternal-unit.cpp333 bool ExternalFileUnit::Wait(int id) { Wait() function in Fortran::runtime::io::ExternalFileUnit
H A Dio-stmt.h757 enum Which { Flush, Backspace, Endfile, Rewind, Wait }; global() enumerator
H A Dfile.cpp324 void OpenFile::Wait(int id, IoErrorHandler &handler) { in Wait() function in Fortran::runtime::io::OpenFile
/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h60 Wait, enumerator
287 Wait, global() enumerator
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.cpp31 void Semaphore::Wait() { in Wait() function in __sanitizer::Semaphore
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-death-test.cc702 int WindowsDeathTest::Wait() { in Wait() function in testing::internal::WindowsDeathTest
860 int FuchsiaDeathTest::Wait() { in Wait() function in testing::internal::FuchsiaDeathTest
1077 int ForkingDeathTest::Wait() { in Wait() function in testing::internal::ForkingDeathTest
/llvm-project/bolt/lib/Profile/
H A DDataAggregator.cpp227 launchPerfProcess(StringRef Name,PerfProcessInfo & PPI,const char * ArgsString,bool Wait) launchPerfProcess() argument
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DTUScheduler.cpp1396 for (auto Wait = scheduleLocked(); !Wait.expired(); run() local
[all...]