Home
last modified time | relevance | path

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

12

/external/llvm/lib/IR/
DPassRegistry.cpp42 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo() local
48 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo() local
58 sys::SmartScopedWriter<true> Guard(Lock); in registerPass() local
74 sys::SmartScopedReader<true> Guard(Lock); in enumerateWith() local
98 sys::SmartScopedWriter<true> Guard(Lock); in registerAnalysisGroup() local
121 sys::SmartScopedWriter<true> Guard(Lock); in addRegistrationListener() local
126 sys::SmartScopedWriter<true> Guard(Lock); in removeRegistrationListener() 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/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp59 MutexGuard Guard(OProfileInitializationMutex); in initialize() local
/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.cpp305 IRBuilder<>::FastMathFlagGuard Guard(Builder); in TEST_F() local
320 IRBuilder<>::InsertPointGuard Guard(Builder); in TEST_F() local
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp201 BuilderType::InsertPointGuard Guard(Builder); in InsertBinop() local
528 BuilderType::InsertPointGuard Guard(Builder); in expandAddToGEP() local
1159 BuilderType::InsertPointGuard Guard(Builder); in getAddRecExprPHILiterally() local
1324 BuilderType::InsertPointGuard Guard(Builder); in expandAddRecExprLiterally() local
1638 BuilderType::InsertPointGuard Guard(Builder); in expand() local
1676 BuilderType::InsertPointGuard Guard(Builder); in getOrInsertCanonicalInductionVariable() local
DMemoryBuiltins.cpp639 BuilderTy::InsertPointGuard Guard(Builder); in compute_() local
/external/v8/src/base/platform/
Dplatform-solaris.cc157 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
Dplatform-cygwin.cc229 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
Dplatform-macos.cc197 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
Dplatform-freebsd.cc204 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
Dplatform-linux.cc324 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
Dplatform-openbsd.cc235 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
Dplatform-aix.cc201 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
Dplatform-qnx.cc261 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
Dplatform-win32.cc819 void OS::Guard(void* address, const size_t size) { in Guard() function in v8::base::OS
1263 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
Dplatform-posix.cc125 void OS::Guard(void* address, const size_t size) { in Guard() function in v8::base::OS
/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp80 IRBuilder<>::InsertPointGuard Guard(*Builder); in getTrapBB() local
/external/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp271 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr() local
DSimplifyLibCalls.cpp1131 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizePow() local
1308 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizeFMinFMax() local
1364 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizeLog() local
1432 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizeSqrt() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp638 BuilderTy::FastMathFlagGuard Guard(*Builder); in visitFMul() local
654 BuilderTy::FastMathFlagGuard Guard(*Builder); in visitFMul() local
695 BuilderTy::FastMathFlagGuard Guard(*Builder); in visitFMul() local
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp249 unique_lock<sys::Mutex> Guard(*FunctionsLock); in callExternalFunction() local
/external/clang/utils/TableGen/
DNeonEmitter.cpp291 std::string Guard; member in __anon2f9be8960111::Intrinsic
324 StringRef Guard, bool IsUnavailable, bool BigEndianSafe) in Intrinsic()
1916 std::string Guard = R->getValueAsString("ArchGuard"); in createIntrinsic() local
/external/clang/lib/CodeGen/
DCGDeclCXX.cpp506 Address Guard) { in GenerateCXXGlobalInitFunc()
/external/clang/lib/Frontend/
DASTUnit.cpp123 llvm::MutexGuard Guard(getOnDiskMutex()); in cleanupOnDiskMapAtExit() local
134 llvm::MutexGuard Guard(getOnDiskMutex()); in getOnDiskData() local
149 llvm::MutexGuard Guard(getOnDiskMutex()); in removeOnDiskEntry() local

12