| /openbsd/src/gnu/llvm/compiler-rt/lib/xray/ |
| D | xray_log_interface.cpp | 70 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_register_mode() local 86 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_select_mode() local 100 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_get_current_mode() local 109 SpinMutexLock Guard(&XRayImplMutex); in __xray_set_log_impl() local 117 SpinMutexLock Guard(&XRayImplMutex); in __xray_set_log_impl() local 124 SpinMutexLock Guard(&XRayImplMutex); in __xray_remove_log_impl() local 133 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init() local 141 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init_mode() local 162 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init_mode_bin() local 181 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_finalize() local [all …]
|
| D | xray_buffer_queue.cpp | 71 SpinMutexLock Guard(&Mutex); in init() local 167 SpinMutexLock Guard(&Mutex); in getBuffer() local 189 SpinMutexLock Guard(&Mutex); in releaseBuffer() local
|
| D | xray_interface.cpp | 222 SpinMutexLock Guard(&XRayInstrMapMutex); in patchFunction() local 280 SpinMutexLock Guard(&XRayInstrMapMutex); in controlPatching() local 347 SpinMutexLock Guard(&XRayInstrMapMutex); in mprotectAndPatchFunction() local 499 SpinMutexLock Guard(&XRayInstrMapMutex); in __xray_function_address() local 519 SpinMutexLock Guard(&XRayInstrMapMutex); in __xray_max_function_id() local
|
| D | xray_init.cpp | 64 SpinMutexLock Guard(&XRayInitMutex); in __xray_init() local 84 SpinMutexLock Guard(&XRayInstrMapMutex); in __xray_init() local
|
| D | xray_fdr_logging.cpp | 499 RecursionGuard Guard{Running}; in fdrLoggingHandleArg0() local 529 RecursionGuard Guard{Running}; in fdrLoggingHandleArg1() local 559 RecursionGuard Guard{Running}; in fdrLoggingHandleCustomEvent() local 589 RecursionGuard Guard{Running}; in fdrLoggingHandleTypedEvent() local
|
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | PassRegistry.cpp | 36 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo() local 41 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo() local 50 sys::SmartScopedWriter<true> Guard(Lock); in registerPass() local 66 sys::SmartScopedReader<true> Guard(Lock); in enumerateWith() local 90 sys::SmartScopedWriter<true> Guard(Lock); in registerAnalysisGroup() local 111 sys::SmartScopedWriter<true> Guard(Lock); in addRegistrationListener() local 116 sys::SmartScopedWriter<true> Guard(Lock); in removeRegistrationListener() local
|
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
| D | GsymCreator.cpp | 39 std::lock_guard<std::mutex> Guard(Mutex); in insertFile() local 59 std::lock_guard<std::mutex> Guard(Mutex); in encode() local 192 std::lock_guard<std::mutex> Guard(Mutex); in finalize() local 309 std::lock_guard<std::mutex> Guard(Mutex); in insertString() local 325 std::lock_guard<std::mutex> Guard(Mutex); in addFunctionInfo() local 332 std::lock_guard<std::mutex> Guard(Mutex); in forEachFunctionInfo() local 341 std::lock_guard<std::mutex> Guard(Mutex); in forEachFunctionInfo() local 349 std::lock_guard<std::mutex> Guard(Mutex); in getNumFunctionInfos() local 360 std::lock_guard<std::mutex> Guard(Mutex); in hasFunctionInfoForAddress() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | MakeGuardsExplicit.cpp | 56 static void turnToExplicitForm(CallInst *Guard, Function *DeoptIntrinsic) { in turnToExplicitForm() 86 for (auto *Guard : GuardIntrinsics) in explicifyGuards() local
|
| D | LoopPredication.cpp | 416 Instruction *Guard, in expandCheck() 582 Instruction *Guard) { in widenICmpRangeCheckIncrementingLoop() 631 Instruction *Guard) { in widenICmpRangeCheckDecrementingLoop() 693 Instruction *Guard) { in widenICmpRangeCheck() 758 Instruction *Guard) { in collectChecks() 809 bool LoopPredication::widenGuardConditions(IntrinsicInst *Guard, in widenGuardConditions() 1315 for (auto *Guard : Guards) in runOnLoop() local 1317 for (auto *Guard : GuardsAsWidenableBranches) in runOnLoop() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| D | NVPTXUtilities.cpp | 49 std::lock_guard<sys::Mutex> Guard(AC.Lock); in clearAnnotationCache() local 55 std::lock_guard<sys::Mutex> Guard(AC.Lock); in cacheAnnotationFromMD() local 82 std::lock_guard<sys::Mutex> Guard(AC.Lock); in cacheAnnotationFromMD() local 117 std::lock_guard<sys::Mutex> Guard(AC.Lock); in findOneNVVMAnnotation() local 132 std::lock_guard<sys::Mutex> Guard(AC.Lock); in findAllNVVMAnnotation() local
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | StackProtector.cpp | 392 Value *Guard = TLI->getIRStackGuard(B); in getStackGuard() local 516 LoadInst *Guard = B.CreateLoad(B.getInt8PtrTy(), AI, true, "Guard"); in InsertStackProtectors() local 554 Value *Guard = getStackGuard(TLI, M, B); in InsertStackProtectors() local
|
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/ |
| D | PerfJITEventListener.cpp | 287 std::lock_guard<sys::Mutex> Guard(Mutex); in notifyObjectLoaded() local 426 std::lock_guard<sys::Mutex> Guard(Mutex); in NotifyCode() local 468 std::lock_guard<sys::Mutex> Guard(Mutex); in NotifyDebug() local
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/ubsan/ |
| D | ubsan_value.cpp | 41 __sanitizer::SpinMutexLock Guard(&Lock); in getObjCClassName() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineNegator.cpp | 166 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder); in visitImpl() local 553 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in Negate() local
|
| D | InstCombineSimplifyDemanded.cpp | 256 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits() local 398 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits() local 485 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits() local 502 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits() local
|
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/OProfileJIT/ |
| D | OProfileWrapper.cpp | 57 std::lock_guard<sys::Mutex> Guard(OProfileInitializationMutex); in initialize() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | GuardUtils.cpp | 31 CallInst *Guard, bool UseWC) { in makeGuardControlFlowExplicit()
|
| D | ScalarEvolutionExpander.cpp | 84 SCEVInsertPointGuard Guard(Builder, this); in ReuseOrCreateCast() local 263 SCEVInsertPointGuard Guard(Builder, this); in InsertBinop() local 603 SCEVInsertPointGuard Guard(Builder, this); in expandAddToGEP() local 620 SCEVInsertPointGuard Guard(Builder, this); in expandAddToGEP() local 1291 SCEVInsertPointGuard Guard(Builder, this); in getAddRecExprPHILiterally() local 1483 SCEVInsertPointGuard Guard(Builder, this); in expandAddRecExprLiterally() local 1857 SCEVInsertPointGuard Guard(Builder, this); in expand() local
|
| D | SimplifyLibCalls.cpp | 1664 IRBuilderBase::FastMathFlagGuard Guard(B); in replaceUnaryCall() local 1738 IRBuilderBase::FastMathFlagGuard Guard(B); in optimizeDoubleFP() local 1777 IRBuilderBase::FastMathFlagGuard Guard(B); in optimizeCAbs() local 1806 IRBuilderBase::FastMathFlagGuard Guard(B); in optimizeTrigReflections() local 2110 IRBuilderBase::FastMathFlagGuard Guard(B); in optimizePow() local 2254 IRBuilderBase::FastMathFlagGuard Guard(B); in optimizeFMinFMax() local 2370 IRBuilderBase::FastMathFlagGuard Guard(B); in optimizeLog() local 2468 IRBuilderBase::FastMathFlagGuard Guard(B); in optimizeSqrt() local 3572 IRBuilderBase::OperandBundlesGuard Guard(Builder); in optimizeCall() local 3623 IRBuilderBase::InsertPointGuard Guard(Builder); in optimizeCall() local [all …]
|
| D | FlattenCFG.cpp | 281 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr() local
|
| /openbsd/src/gnu/llvm/clang/lib/Frontend/ |
| D | PrecompiledPreamble.cpp | 172 std::lock_guard<std::mutex> Guard(Mutex); in ~TemporaryFiles() local 178 std::lock_guard<std::mutex> Guard(Mutex); in addFile() local 185 std::lock_guard<std::mutex> Guard(Mutex); in removeFile() local
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-cov/ |
| D | CodeCoverage.cpp | 202 std::unique_lock<std::mutex> Guard{ErrsLock}; in error() local 208 std::unique_lock<std::mutex> Guard{ErrsLock}; in warning() local 281 std::unique_lock<std::mutex> Guard{LoadedSourceFilesLock}; in getSourceFile() local
|
| /openbsd/src/gnu/llvm/clang/utils/TableGen/ |
| D | SveEmitter.cpp | 157 std::string Guard; member in __anonbfbe3e890111::Intrinsic 816 SVEEmitter &Emitter, StringRef Guard) in Intrinsic() 996 StringRef Guard = R->getValueAsString("TargetGuard"); in createIntrinsic() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| D | BoundsChecking.cpp | 192 IRBuilder<>::InsertPointGuard Guard(IRB); in addBoundsChecking() local
|
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGDeclCXX.cpp | 736 llvm::GlobalVariable *Guard = new llvm::GlobalVariable( in EmitCXXModuleInitFunc() local 1019 ConstantAddress Guard) { in GenerateCXXGlobalInitFunc()
|