Home
last modified time | relevance | path

Searched defs:Guard (Results 1 – 25 of 50) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DPassRegistry.cpp43 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo() local
49 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo() local
59 sys::SmartScopedWriter<true> Guard(Lock); in registerPass() local
75 sys::SmartScopedReader<true> Guard(Lock); in enumerateWith() local
99 sys::SmartScopedWriter<true> Guard(Lock); in registerAnalysisGroup() local
120 sys::SmartScopedWriter<true> Guard(Lock); in addRegistrationListener() local
125 sys::SmartScopedWriter<true> Guard(Lock); in removeRegistrationListener() local
/external/llvm/lib/IR/
DPassRegistry.cpp38 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo() local
44 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo() local
54 sys::SmartScopedWriter<true> Guard(Lock); in registerPass() local
70 sys::SmartScopedReader<true> Guard(Lock); in enumerateWith() local
94 sys::SmartScopedWriter<true> Guard(Lock); in registerAnalysisGroup() local
117 sys::SmartScopedWriter<true> Guard(Lock); in addRegistrationListener() local
122 sys::SmartScopedWriter<true> Guard(Lock); in removeRegistrationListener() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DPassRegistry.cpp75 sys::SmartScopedLock<true> Guard(*Lock); in ~PassRegistry() local
87 sys::SmartScopedLock<true> Guard(*Lock); in getPassInfo() local
94 sys::SmartScopedLock<true> Guard(*Lock); in getPassInfo() local
106 sys::SmartScopedLock<true> Guard(*Lock); in registerPass() local
123 sys::SmartScopedLock<true> Guard(*Lock); in unregisterPass() local
135 sys::SmartScopedLock<true> Guard(*Lock); in enumerateWith() local
163 sys::SmartScopedLock<true> Guard(*Lock); in registerAnalysisGroup() local
189 sys::SmartScopedLock<true> Guard(*Lock); in addRegistrationListener() local
195 sys::SmartScopedLock<true> Guard(*Lock); in removeRegistrationListener() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp41 MutexGuard Guard(Lock); in clearAnnotationCache() local
46 MutexGuard Guard(Lock); in cacheAnnotationFromMD() local
72 MutexGuard Guard(Lock); in cacheAnnotationFromMD() local
106 MutexGuard Guard(Lock); in findOneNVVMAnnotation() local
120 MutexGuard Guard(Lock); in findAllNVVMAnnotation() local
/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp39 MutexGuard Guard(Lock); in clearAnnotationCache() local
44 MutexGuard Guard(Lock); in cacheAnnotationFromMD() local
70 MutexGuard Guard(Lock); in cacheAnnotationFromMD() local
104 MutexGuard Guard(Lock); in findOneNVVMAnnotation() local
118 MutexGuard Guard(Lock); in findAllNVVMAnnotation() local
/external/llvm/lib/CodeGen/
DStackProtector.cpp288 if (Value *Guard = TLI->getIRStackGuard(B)) in getStackGuard() local
371 LoadInst *Guard = B.CreateLoad(AI, true, "Guard"); in InsertStackProtectors() local
426 Value *Guard = getStackGuard(TLI, M, B); in InsertStackProtectors() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackProtector.cpp327 if (Value *Guard = TLI->getIRStackGuard(B)) in getStackGuard() local
414 LoadInst *Guard = B.CreateLoad(AI, true, "Guard"); in InsertStackProtectors() local
469 Value *Guard = getStackGuard(TLI, M, B); in InsertStackProtectors() local
/external/llvm/tools/llvm-cov/
DCodeCoverage.cpp129 std::unique_lock<std::mutex> Guard{DeferredMessagesLock}; in deferError() local
134 std::unique_lock<std::mutex> Guard{DeferredMessagesLock}; in deferWarning() local
139 std::unique_lock<std::mutex> Guard{DeferredMessagesLock}; in consumeDeferredMessages() local
166 std::unique_lock<std::mutex> Guard{LoadedSourceFilesLock}; in getSourceFile() local
/external/v8/src/
Dcounters.cc37 base::LockGuard<base::Mutex> Guard(&mutex_); in Set() local
44 base::LockGuard<base::Mutex> Guard(&mutex_); in Increment() local
51 base::LockGuard<base::Mutex> Guard(&mutex_); in Increment() local
58 base::LockGuard<base::Mutex> Guard(&mutex_); in Decrement() local
65 base::LockGuard<base::Mutex> Guard(&mutex_); in Decrement() local
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp58 MutexGuard Guard(OProfileInitializationMutex); in initialize() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp58 MutexGuard Guard(OProfileInitializationMutex); in initialize() local
/external/vulkan-validation-layers/layers/
Dhash_util.h158 using Guard = std::lock_guard<Lock>; variable
/external/guava/guava/src/com/google/common/util/concurrent/
DMonitor.java291 public abstract static class Guard { class in Monitor
303 protected Guard(Monitor monitor) { in Guard() method in Monitor.Guard
/external/llvm/unittests/IR/
DIRBuilderTest.cpp315 IRBuilder<>::FastMathFlagGuard Guard(Builder); in TEST_F() local
330 IRBuilder<>::InsertPointGuard Guard(Builder); in TEST_F() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp993 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizeUnaryDoubleFP() local
1013 IRBuilder<>::FastMathFlagGuard Guard(B); in replaceUnaryCall() local
1041 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizeBinaryDoubleFP() local
1058 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizeCAbs() local
1175 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizePow() local
1209 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizePow() local
1347 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizeFMinFMax() local
1396 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizeLog() local
1468 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizeSqrt() local
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp199 SCEVInsertPointGuard Guard(Builder, this); in InsertBinop() local
526 SCEVInsertPointGuard Guard(Builder, this); in expandAddToGEP() local
546 SCEVInsertPointGuard Guard(Builder, this); in expandAddToGEP() local
1174 SCEVInsertPointGuard Guard(Builder, this); in getAddRecExprPHILiterally() local
1346 SCEVInsertPointGuard Guard(Builder, this); in expandAddRecExprLiterally() local
1698 SCEVInsertPointGuard Guard(Builder, this); in expand() local
1739 SCEVInsertPointGuard Guard(Builder, this); in getOrInsertCanonicalInductionVariable() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp212 SCEVInsertPointGuard Guard(Builder, this); in InsertBinop() local
539 SCEVInsertPointGuard Guard(Builder, this); in expandAddToGEP() local
559 SCEVInsertPointGuard Guard(Builder, this); in expandAddToGEP() local
1231 SCEVInsertPointGuard Guard(Builder, this); in getAddRecExprPHILiterally() local
1410 SCEVInsertPointGuard Guard(Builder, this); in expandAddRecExprLiterally() local
1784 SCEVInsertPointGuard Guard(Builder, this); in expand() local
1847 SCEVInsertPointGuard Guard(Builder, this); in getOrInsertCanonicalInductionVariable() local
/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp80 IRBuilder<>::InsertPointGuard Guard(*Builder); in getTrapBB() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp417 MutexGuard Guard(Mutex); in NotifyCode() local
459 MutexGuard Guard(Mutex); in NotifyDebug() local
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp902 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizeUnaryDoubleFP() local
936 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizeBinaryDoubleFP() local
1026 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizePow() local
1049 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizePow() local
1177 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizeFMinFMax() local
1226 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizeLog() local
1296 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizeSqrt() local
DFlattenCFG.cpp271 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCodeCoverage.cpp175 std::unique_lock<std::mutex> Guard{ErrsLock}; in error() local
181 std::unique_lock<std::mutex> Guard{ErrsLock}; in warning() local
232 std::unique_lock<std::mutex> Guard{LoadedSourceFilesLock}; in getSourceFile() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopPredication.cpp572 bool LoopPredication::widenGuardConditions(IntrinsicInst *Guard, in widenGuardConditions()
825 for (auto *Guard : Guards) in runOnLoop() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp184 IRBuilder<>::InsertPointGuard Guard(IRB); in addBoundsChecking() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DIRBuilderTest.cpp399 IRBuilder<>::FastMathFlagGuard Guard(Builder); in TEST_F() local
414 IRBuilder<>::InsertPointGuard Guard(Builder); in TEST_F() local

12