Home
last modified time | relevance | path

Searched defs:Guard (Results 1 – 25 of 30) 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/unittests/IR/
DIRBuilderTest.cpp268 IRBuilder<>::FastMathFlagGuard Guard(Builder); in TEST_F() local
283 IRBuilder<>::InsertPointGuard Guard(Builder); in TEST_F() local
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp59 MutexGuard Guard(OProfileInitializationMutex); in initialize() local
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp182 BuilderType::InsertPointGuard Guard(Builder); in InsertBinop() local
515 BuilderType::InsertPointGuard Guard(Builder); in expandAddToGEP() local
1150 BuilderType::InsertPointGuard Guard(Builder); in getAddRecExprPHILiterally() local
1316 BuilderType::InsertPointGuard Guard(Builder); in expandAddRecExprLiterally() local
1392 BuilderType::InsertPointGuard Guard(Builder); in visitAddRecExpr() local
1634 BuilderType::InsertPointGuard Guard(Builder); in expand() local
1672 BuilderType::InsertPointGuard Guard(Builder); in getOrInsertCanonicalInductionVariable() 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/lib/Transforms/Instrumentation/
DBoundsChecking.cpp80 IRBuilder<>::InsertPointGuard Guard(*Builder); in getTrapBB() local
/external/v8/src/base/platform/
Dplatform-solaris.cc225 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
Dplatform-freebsd.cc253 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
Dplatform-openbsd.cc284 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
Dplatform-qnx.cc320 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
Dplatform-cygwin.cc277 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
Dplatform-linux.cc380 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
Dplatform-macos.cc255 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
Dplatform-posix.cc124 void OS::Guard(void* address, const size_t size) { in Guard() function in v8::base::OS
Dplatform-win32.cc814 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
/external/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp272 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr() local
DSimplifyLibCalls.cpp1242 IRBuilderDefaultInserter<true> >::FastMathFlagGuard Guard(B); in optimizeSqrt() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp627 BuilderTy::FastMathFlagGuard Guard(*Builder); in visitFMul() local
643 BuilderTy::FastMathFlagGuard Guard(*Builder); in visitFMul() local
684 BuilderTy::FastMathFlagGuard Guard(*Builder); in visitFMul() local
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp251 unique_lock<sys::Mutex> Guard(*FunctionsLock); in callExternalFunction() local
/external/clang/lib/CodeGen/
DCGDeclCXX.cpp496 llvm::GlobalVariable *Guard) { in GenerateCXXGlobalInitFunc()
DItaniumCXXABI.cpp1734 llvm::GlobalVariable *Guard; member
2037 llvm::GlobalVariable *Guard = new llvm::GlobalVariable( in EmitThreadLocalInitFuncs() local
/external/clang/utils/TableGen/
DNeonEmitter.cpp280 std::string Guard; member in __anon67a52ed10111::Intrinsic
313 StringRef Guard, bool IsUnavailable, bool BigEndianSafe) in Intrinsic()
1901 std::string Guard = R->getValueAsString("ArchGuard"); in createIntrinsic() local
/external/clang/lib/Frontend/
DASTUnit.cpp122 llvm::MutexGuard Guard(getOnDiskMutex()); in cleanupOnDiskMapAtExit() local
133 llvm::MutexGuard Guard(getOnDiskMutex()); in getOnDiskData() local
148 llvm::MutexGuard Guard(getOnDiskMutex()); in removeOnDiskEntry() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h479 const Value *Guard; variable

12