Home
last modified time | relevance | path

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

123

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_log_interface.cc71 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 Dxray_init.cc65 SpinMutexLock Guard(&XRayInitMutex); in __xray_init() local
85 SpinMutexLock Guard(&XRayInstrMapMutex); in __xray_init() local
H A Dxray_interface.cc193 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 Dxray_buffer_queue.cc72 SpinMutexLock Guard(&Mutex); in init() local
168 SpinMutexLock Guard(&Mutex); in getBuffer() local
190 SpinMutexLock Guard(&Mutex); in releaseBuffer() local
H A Dxray_fdr_logging.cc501 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 DPassRegistry.cpp42 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 DGsymCreator.cpp38 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 DMakeGuardsExplicit.cpp58 static void turnToExplicitForm(CallInst *Guard, Function *DeoptIntrinsic) { in turnToExplicitForm()
88 for (auto *Guard : GuardIntrinsics) in explicifyGuards() local
H A DLoopPredication.cpp401 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 DNVPTXUtilities.cpp42 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 DStackProtector.cpp382 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 Dubsan_value.cpp43 __sanitizer::SpinMutexLock Guard(&Lock); in getObjCClassName() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp168 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder); in visitImpl() local
514 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in Negate() local
H A DInstCombineSimplifyDemanded.cpp228 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 DGuardUtils.cpp31 CallInst *Guard, bool UseWC) { in makeGuardControlFlowExplicit()
H A DSimplifyLibCalls.cpp1235 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 DScalarEvolutionExpander.cpp79 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 DFlattenCFG.cpp283 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp57 std::lock_guard<sys::Mutex> Guard(OProfileInitializationMutex); in initialize() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp175 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 DPerfJITEventListener.cpp424 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 DSveEmitter.cpp157 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 DCodeCoverage.cpp195 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 DBoundsChecking.cpp190 IRBuilder<>::InsertPointGuard Guard(IRB); in addBoundsChecking() local
/netbsd-src/external/bsd/ntp/dist/sntp/unity/
H A Dunity_fixture.c178 } Guard; typedef

123