/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | PassRegistry.cpp | 43 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/ |
D | PassRegistry.cpp | 38 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/ |
D | PassRegistry.cpp | 75 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/ |
D | NVPTXUtilities.cpp | 41 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/ |
D | NVPTXUtilities.cpp | 39 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/ |
D | StackProtector.cpp | 288 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/ |
D | StackProtector.cpp | 327 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/ |
D | CodeCoverage.cpp | 129 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/ |
D | counters.cc | 37 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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileWrapper.cpp | 58 MutexGuard Guard(OProfileInitializationMutex); in initialize() local
|
/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileWrapper.cpp | 58 MutexGuard Guard(OProfileInitializationMutex); in initialize() local
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | Monitor.java | 291 public abstract static class Guard { class in Monitor 303 protected Guard(Monitor monitor) { in Guard() method in Monitor.Guard
|
/external/vulkan-validation-layers/layers/ |
D | hash_util.h | 158 using Guard = std::lock_guard<Lock>; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 993 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
|
D | FlattenCFG.cpp | 284 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr() local
|
/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 315 IRBuilder<>::FastMathFlagGuard Guard(Builder); in TEST_F() local 330 IRBuilder<>::InsertPointGuard Guard(Builder); in TEST_F() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 199 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/ |
D | ScalarEvolutionExpander.cpp | 212 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/Utils/ |
D | SimplifyLibCalls.cpp | 902 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
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/PerfJITEvents/ |
D | PerfJITEventListener.cpp | 417 MutexGuard Guard(Mutex); in NotifyCode() local 459 MutexGuard Guard(Mutex); in NotifyDebug() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
D | CodeCoverage.cpp | 175 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/llvm/lib/Transforms/Instrumentation/ |
D | BoundsChecking.cpp | 80 IRBuilder<>::InsertPointGuard Guard(*Builder); in getTrapBB() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopPredication.cpp | 572 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/ |
D | BoundsChecking.cpp | 184 IRBuilder<>::InsertPointGuard Guard(IRB); in addBoundsChecking() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 399 IRBuilder<>::FastMathFlagGuard Guard(Builder); in TEST_F() local 414 IRBuilder<>::InsertPointGuard Guard(Builder); in TEST_F() local
|