Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_log_interface.cpp70 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 …]
H A Dxray_init.cpp64 SpinMutexLock Guard(&XRayInitMutex); in __xray_init() local
84 SpinMutexLock Guard(&XRayInstrMapMutex); in __xray_init() local
H A Dxray_buffer_queue.cpp71 SpinMutexLock Guard(&Mutex); in init() local
167 SpinMutexLock Guard(&Mutex); in getBuffer() local
189 SpinMutexLock Guard(&Mutex); in releaseBuffer() local
H A Dxray_interface.cpp222 SpinMutexLock Guard(&XRayInstrMapMutex); in patchFunction() local
284 SpinMutexLock Guard(&XRayInstrMapMutex); in controlPatching() local
351 SpinMutexLock Guard(&XRayInstrMapMutex); in mprotectAndPatchFunction() local
508 SpinMutexLock Guard(&XRayInstrMapMutex); in __xray_function_address() local
528 SpinMutexLock Guard(&XRayInstrMapMutex); in __xray_max_function_id() local
H A Dxray_fdr_logging.cpp501 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
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPassRegistry.cpp36 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
/freebsd/stand/libsa/
H A Dzalloc_defs.h71 typedef struct Guard { struct
74 } Guard; argument
/freebsd/contrib/libcxxrt/
H A Dguard.cc278 using Guard = SingleWordGuard<uint32_t, 31, 0>; typedef
286 using Guard = SingleWordGuard<uint64_t, 63, 0>; typedef
293 using Guard = SingleWordGuard<uint64_t, 0, 56>; typedef
300 using Guard = DoubleWordGuard<31, 0>; typedef
305 using Guard = DoubleWordGuard<0, 24>; typedef
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp41 std::lock_guard<std::mutex> Guard(Mutex); in insertFileEntry() local
77 std::lock_guard<std::mutex> Guard(Mutex); in encode() local
189 std::lock_guard<std::mutex> Guard(Mutex); in finalize() local
312 std::lock_guard<std::mutex> Guard(Mutex); in insertString() local
334 std::lock_guard<std::mutex> Guard(Mutex); in addFunctionInfo() local
340 std::lock_guard<std::mutex> Guard(Mutex); in forEachFunctionInfo() local
349 std::lock_guard<std::mutex> Guard(Mutex); in forEachFunctionInfo() local
357 std::lock_guard<std::mutex> Guard(Mutex); in getNumFunctionInfos() local
473 std::lock_guard<std::mutex> Guard(Mutex); in copyFunctionInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMakeGuardsExplicit.cpp45 static void turnToExplicitForm(CallInst *Guard, Function *DeoptIntrinsic) { in turnToExplicitForm()
75 for (auto *Guard : GuardIntrinsics) in explicifyGuards() local
H A DLoopPredication.cpp376 Instruction *Guard, in expandCheck()
542 Instruction *Guard) { in widenICmpRangeCheckIncrementingLoop()
592 Instruction *Guard) { in widenICmpRangeCheckDecrementingLoop()
655 Instruction *Guard) { in widenICmpRangeCheck()
719 SCEVExpander &Expander, Instruction *Guard) { in widenChecks()
728 bool LoopPredication::widenGuardConditions(IntrinsicInst *Guard, in widenGuardConditions()
1239 for (auto *Guard : Guards) in runOnLoop() local
1241 for (auto *Guard : GuardsAsWidenableBranches) in runOnLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp329 std::lock_guard<std::mutex> Guard(QueueMutex); in push() local
337 std::unique_lock<std::mutex> Guard(QueueMutex); in pop() local
341 std::lock_guard<std::mutex> Guard(QueueMutex); in pop() local
359 std::lock_guard<sys::Mutex> Guard(UpdateMutex); in update() local
424 std::lock_guard<std::mutex> Guard(IteratorMutex); in findBinaries() local
470 std::unique_lock<std::mutex> Guard(IteratorMutex); in findBinaries() local
479 std::shared_lock<sys::RWMutex> Guard(BinariesMutex); in getBinaryPath() local
491 std::shared_lock<sys::RWMutex> Guard(DebugBinariesMutex); in getDebugBinaryPath() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp49 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
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.cpp41 __sanitizer::SpinMutexLock Guard(&Lock); in getObjCClassName() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp503 Value *Guard = TLI->getIRStackGuard(B); in getStackGuard() local
626 LoadInst *Guard = B.CreateLoad(B.getPtrTy(), AI, true, "Guard"); in InsertStackProtectors() local
664 Value *Guard = getStackGuard(TLI, M, B); in InsertStackProtectors() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp161 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder); in visitImpl() local
553 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in Negate() local
H A DInstCombineSimplifyDemanded.cpp288 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits() local
433 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits() local
506 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits() local
523 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits() local
560 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp287 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
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp57 std::lock_guard<sys::Mutex> Guard(OProfileInitializationMutex); in initialize() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGuardUtils.cpp31 CallInst *Guard, bool UseWC) { in makeGuardControlFlowExplicit()
H A DScalarEvolutionExpander.cpp84 SCEVInsertPointGuard Guard(Builder, this); in ReuseOrCreateCast() local
257 SCEVInsertPointGuard Guard(Builder, this); in InsertBinop() local
344 SCEVInsertPointGuard Guard(Builder, this); in expandAddToGEP() local
967 SCEVInsertPointGuard Guard(Builder, this); in getAddRecExprPHILiterally() local
1123 SCEVInsertPointGuard Guard(Builder, this); in expandAddRecExprLiterally() local
1466 SCEVInsertPointGuard Guard(Builder, this); in expand() local
H A DSimplifyLibCalls.cpp1774 IRBuilderBase::FastMathFlagGuard Guard(B); in replaceUnaryCall() local
1848 IRBuilderBase::FastMathFlagGuard Guard(B); in optimizeDoubleFP() local
1887 IRBuilderBase::FastMathFlagGuard Guard(B); in optimizeCAbs() local
1916 IRBuilderBase::FastMathFlagGuard Guard(B); in optimizeTrigReflections() local
2221 IRBuilderBase::FastMathFlagGuard Guard(B); in optimizePow() local
2343 IRBuilderBase::FastMathFlagGuard Guard(B); in optimizeExp2() local
2373 IRBuilderBase::FastMathFlagGuard Guard(B); in optimizeFMinFMax() local
2489 IRBuilderBase::FastMathFlagGuard Guard(B); in optimizeLog() local
2591 IRBuilderBase::FastMathFlagGuard Guard(B); in optimizeSqrt() local
3701 IRBuilderBase::OperandBundlesGuard Guard(Builder); in optimizeCall() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp172 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
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp188 IRBuilder<>::InsertPointGuard Guard(IRB); in addBoundsChecking() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DConcurrentHashtable.h293 std::mutex Guard; member

123