/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
H A D | xray_log_interface.cc | 71 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_register_mode() local 87 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_select_mode() local 101 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_get_current_mode() local 110 SpinMutexLock Guard(&XRayImplMutex); in __xray_set_log_impl() local 118 SpinMutexLock Guard(&XRayImplMutex); in __xray_set_log_impl() local 125 SpinMutexLock Guard(&XRayImplMutex); in __xray_remove_log_impl() local 134 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init() local 142 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init_mode() local 163 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init_mode_bin() local 182 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_finalize() local [all …]
|
H A D | xray_init.cc | 65 SpinMutexLock Guard(&XRayInitMutex); in __xray_init() local 85 SpinMutexLock Guard(&XRayInstrMapMutex); in __xray_init() local
|
H A D | xray_interface.cc | 193 SpinMutexLock Guard(&XRayInstrMapMutex); in patchFunction() local 251 SpinMutexLock Guard(&XRayInstrMapMutex); in controlPatching() local 317 SpinMutexLock Guard(&XRayInstrMapMutex); in mprotectAndPatchFunction() local 465 SpinMutexLock Guard(&XRayInstrMapMutex); in __xray_function_address() local 479 SpinMutexLock Guard(&XRayInstrMapMutex); in __xray_max_function_id() local
|
H A D | xray_buffer_queue.cc | 72 SpinMutexLock Guard(&Mutex); in init() local 168 SpinMutexLock Guard(&Mutex); in getBuffer() local 190 SpinMutexLock Guard(&Mutex); in releaseBuffer() local
|
H A D | xray_fdr_logging.cc | 501 RecursionGuard Guard{Running}; in fdrLoggingHandleArg0() local 531 RecursionGuard Guard{Running}; in fdrLoggingHandleArg1() local 561 RecursionGuard Guard{Running}; in fdrLoggingHandleCustomEvent() local 591 RecursionGuard Guard{Running}; in fdrLoggingHandleTypedEvent() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | PassRegistry.cpp | 42 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo() local 47 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo() local 56 sys::SmartScopedWriter<true> Guard(Lock); in registerPass() local 72 sys::SmartScopedReader<true> Guard(Lock); in enumerateWith() local 96 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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/ |
H A D | GsymCreator.cpp | 38 std::lock_guard<std::mutex> Guard(Mutex); in insertFile() local 58 std::lock_guard<std::mutex> Guard(Mutex); in encode() local 191 std::lock_guard<std::mutex> Guard(Mutex); in finalize() local 299 std::lock_guard<std::mutex> Guard(Mutex); in insertString() local 315 std::lock_guard<std::mutex> Guard(Mutex); in addFunctionInfo() local 322 std::lock_guard<std::mutex> Guard(Mutex); in forEachFunctionInfo() local 331 std::lock_guard<std::mutex> Guard(Mutex); in forEachFunctionInfo() local 339 std::lock_guard<std::mutex> Guard(Mutex); in getNumFunctionInfos() local 350 std::lock_guard<std::mutex> Guard(Mutex); in hasFunctionInfoForAddress() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | MakeGuardsExplicit.cpp | 58 static void turnToExplicitForm(CallInst *Guard, Function *DeoptIntrinsic) { in turnToExplicitForm() 88 for (auto *Guard : GuardIntrinsics) in explicifyGuards() local
|
H A D | LoopPredication.cpp | 401 Instruction *Guard, in expandCheck() 565 SCEVExpander &Expander, Instruction *Guard) { in widenICmpRangeCheckIncrementingLoop() 614 SCEVExpander &Expander, Instruction *Guard) { in widenICmpRangeCheckDecrementingLoop() 677 Instruction *Guard) { in widenICmpRangeCheck() 742 Instruction *Guard) { in collectChecks() 793 bool LoopPredication::widenGuardConditions(IntrinsicInst *Guard, in widenGuardConditions() 1240 for (auto *Guard : Guards) in runOnLoop() local 1242 for (auto *Guard : GuardsAsWidenableBranches) in runOnLoop() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXUtilities.cpp | 42 std::lock_guard<sys::Mutex> Guard(Lock); in clearAnnotationCache() local 47 std::lock_guard<sys::Mutex> Guard(Lock); in cacheAnnotationFromMD() local 73 std::lock_guard<sys::Mutex> Guard(Lock); in cacheAnnotationFromMD() local 107 std::lock_guard<sys::Mutex> Guard(Lock); in findOneNVVMAnnotation() local 121 std::lock_guard<sys::Mutex> Guard(Lock); in findAllNVVMAnnotation() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 382 Value *Guard = TLI->getIRStackGuard(B); in getStackGuard() local 495 LoadInst *Guard = B.CreateLoad(B.getInt8PtrTy(), AI, true, "Guard"); in InsertStackProtectors() local 550 Value *Guard = getStackGuard(TLI, M, B); in InsertStackProtectors() local
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
H A D | ubsan_value.cpp | 43 __sanitizer::SpinMutexLock Guard(&Lock); in getObjCClassName() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 168 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder); in visitImpl() local 514 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in Negate() local
|
H A D | InstCombineSimplifyDemanded.cpp | 228 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits() local 467 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits() local 484 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | GuardUtils.cpp | 31 CallInst *Guard, bool UseWC) { in makeGuardControlFlowExplicit()
|
H A D | SimplifyLibCalls.cpp | 1235 IRBuilderBase::FastMathFlagGuard Guard(B); in replaceUnaryCall() local 1308 IRBuilderBase::FastMathFlagGuard Guard(B); in optimizeDoubleFP() local 1344 IRBuilderBase::FastMathFlagGuard Guard(B); in optimizeCAbs() local 1372 IRBuilderBase::FastMathFlagGuard Guard(B); in optimizeTrigReflections() local 1681 IRBuilderBase::FastMathFlagGuard Guard(B); in optimizePow() local 1835 IRBuilderBase::FastMathFlagGuard Guard(B); in optimizeFMinFMax() local 1951 IRBuilderBase::FastMathFlagGuard Guard(B); in optimizeLog() local 2046 IRBuilderBase::FastMathFlagGuard Guard(B); in optimizeSqrt() local 3037 IRBuilderBase::OperandBundlesGuard Guard(Builder); in optimizeCall() local 3089 IRBuilderBase::InsertPointGuard Guard(Builder); in optimizeCall() local [all …]
|
H A D | ScalarEvolutionExpander.cpp | 79 SCEVInsertPointGuard Guard(Builder, this); in ReuseOrCreateCast() local 257 SCEVInsertPointGuard Guard(Builder, this); in InsertBinop() local 591 SCEVInsertPointGuard Guard(Builder, this); in expandAddToGEP() local 608 SCEVInsertPointGuard Guard(Builder, this); in expandAddToGEP() local 1301 SCEVInsertPointGuard Guard(Builder, this); in getAddRecExprPHILiterally() local 1492 SCEVInsertPointGuard Guard(Builder, this); in expandAddRecExprLiterally() local 1978 SCEVInsertPointGuard Guard(Builder, this); in expand() local
|
H A D | FlattenCFG.cpp | 283 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/ |
H A D | OProfileWrapper.cpp | 57 std::lock_guard<sys::Mutex> Guard(OProfileInitializationMutex); in initialize() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 175 std::lock_guard<std::mutex> Guard(Mutex); in ~TemporaryFiles() local 181 std::lock_guard<std::mutex> Guard(Mutex); in addFile() local 188 std::lock_guard<std::mutex> Guard(Mutex); in removeFile() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/ |
H A D | PerfJITEventListener.cpp | 424 std::lock_guard<sys::Mutex> Guard(Mutex); in NotifyCode() local 466 std::lock_guard<sys::Mutex> Guard(Mutex); in NotifyDebug() local
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | SveEmitter.cpp | 157 std::string Guard; member in __anon47288a980111::Intrinsic 816 SVEEmitter &Emitter, StringRef Guard) in Intrinsic() 996 StringRef Guard = R->getValueAsString("ArchGuard"); in createIntrinsic() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
H A D | CodeCoverage.cpp | 195 std::unique_lock<std::mutex> Guard{ErrsLock}; in error() local 201 std::unique_lock<std::mutex> Guard{ErrsLock}; in warning() local 275 std::unique_lock<std::mutex> Guard{LoadedSourceFilesLock}; in getSourceFile() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | BoundsChecking.cpp | 190 IRBuilder<>::InsertPointGuard Guard(IRB); in addBoundsChecking() local
|
/netbsd-src/external/bsd/ntp/dist/sntp/unity/ |
H A D | unity_fixture.c | 178 } Guard; typedef
|