Home
last modified time | relevance | path

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

123

/openbsd/src/gnu/llvm/compiler-rt/lib/xray/
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 …]
Dxray_buffer_queue.cpp71 SpinMutexLock Guard(&Mutex); in init() local
167 SpinMutexLock Guard(&Mutex); in getBuffer() local
189 SpinMutexLock Guard(&Mutex); in releaseBuffer() local
Dxray_interface.cpp222 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
Dxray_init.cpp64 SpinMutexLock Guard(&XRayInitMutex); in __xray_init() local
84 SpinMutexLock Guard(&XRayInstrMapMutex); in __xray_init() local
Dxray_fdr_logging.cpp499 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/
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
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
DGsymCreator.cpp39 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/
DMakeGuardsExplicit.cpp56 static void turnToExplicitForm(CallInst *Guard, Function *DeoptIntrinsic) { in turnToExplicitForm()
86 for (auto *Guard : GuardIntrinsics) in explicifyGuards() local
DLoopPredication.cpp416 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/
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
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DStackProtector.cpp392 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/
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
/openbsd/src/gnu/llvm/compiler-rt/lib/ubsan/
Dubsan_value.cpp41 __sanitizer::SpinMutexLock Guard(&Lock); in getObjCClassName() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineNegator.cpp166 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder); in visitImpl() local
553 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in Negate() local
DInstCombineSimplifyDemanded.cpp256 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/
DOProfileWrapper.cpp57 std::lock_guard<sys::Mutex> Guard(OProfileInitializationMutex); in initialize() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DGuardUtils.cpp31 CallInst *Guard, bool UseWC) { in makeGuardControlFlowExplicit()
DScalarEvolutionExpander.cpp84 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
DSimplifyLibCalls.cpp1664 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 …]
DFlattenCFG.cpp281 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr() local
/openbsd/src/gnu/llvm/clang/lib/Frontend/
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
/openbsd/src/gnu/llvm/llvm/tools/llvm-cov/
DCodeCoverage.cpp202 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/
DSveEmitter.cpp157 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/
DBoundsChecking.cpp192 IRBuilder<>::InsertPointGuard Guard(IRB); in addBoundsChecking() local
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGDeclCXX.cpp736 llvm::GlobalVariable *Guard = new llvm::GlobalVariable( in EmitCXXModuleInitFunc() local
1019 ConstantAddress Guard) { in GenerateCXXGlobalInitFunc()

123