Searched refs:Guard (Results 26 - 50 of 56) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp261 std::unique_lock<sys::Mutex> Guard(*FunctionsLock);
268 Guard.unlock();
286 Guard.unlock();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp424 std::lock_guard<sys::Mutex> Guard(Mutex);
466 std::lock_guard<sys::Mutex> Guard(Mutex);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp152 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder);
457 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder);
H A DInstCombineSimplifyDemanded.cpp452 IRBuilderBase::InsertPointGuard Guard(Builder);
469 IRBuilderBase::InsertPointGuard Guard(Builder);
1038 IRBuilderBase::InsertPointGuard Guard(Builder);
H A DInstructionCombining.cpp781 BuilderTy::FastMathFlagGuard Guard(Builder);
1921 IRBuilderBase::InsertPointGuard Guard(Builder);
H A DInstCombineAndOrXor.cpp3011 BuilderTy::InsertPointGuard Guard(Builder);
H A DInstCombineCasts.cpp88 IRBuilderBase::InsertPointGuard Guard(Builder);
H A DInstCombineSelect.cpp1426 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder);
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp325 std::string Guard; member in class:__anon2449::Intrinsic
371 StringRef Guard, bool IsUnavailable, bool BigEndianSafe)
373 Guard(Guard.str()), IsUnavailable(IsUnavailable),
414 std::string getGuard() const { return Guard; }
463 // Sort lexicographically on a two-tuple (Guard, Name)
464 if (Guard != Other.Guard)
465 return Guard < Other.Guard;
369 Intrinsic(Record *R, StringRef Name, StringRef Proto, TypeSpec OutTS, TypeSpec InTS, ClassKind CK, ListInit *Body, NeonEmitter &Emitter, StringRef Guard, bool IsUnavailable, bool BigEndianSafe) argument
[all...]
H A DClangDiagnosticsEmitter.cpp616 EvaluatingRecordGuard Guard(&EvaluatingRecord, S);
754 SubstitutionContext Guard(*this, P);
755 Visit(Guard.Substitution);
1153 EvaluatingRecordGuard Guard(&EvaluatingRecord, R);
1172 EvaluatingRecordGuard Guard(&EvaluatingRecord, R);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp190 IRBuilder<>::InsertPointGuard Guard(IRB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc288 sys::SmartScopedLock<true> Guard(*SignalHandlerRegistrationMutex);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp175 std::lock_guard<std::mutex> Guard(Mutex);
181 std::lock_guard<std::mutex> Guard(Mutex);
188 std::lock_guard<std::mutex> Guard(Mutex);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp792 GuardInfo() : Guard(nullptr), BitIndex(0) {}
793 llvm::GlobalVariable *Guard; member in struct:__anon1822::MicrosoftCXXABI::GuardInfo
2435 Address Guard; member in struct:__anon1823::final
2437 ResetGuardBit(Address Guard, unsigned GuardNum) argument
2438 : Guard(Guard), GuardNum(GuardNum) {}
2444 llvm::LoadInst *LI = Builder.CreateLoad(Guard);
2447 Builder.CreateStore(Builder.CreateAnd(LI, Mask), Guard);
2452 llvm::Value *Guard; member in struct:__anon1823::final
2453 CallInitThreadAbort(Address Guard) argument
2457 CGF.EmitNounwindRuntimeCall(getInitThreadAbortFn(CGF.CGM), Guard); variable
[all...]
H A DItaniumCXXABI.cpp2281 llvm::GlobalVariable *Guard; member in struct:__anon1814::final
2282 CallGuardAbort(llvm::GlobalVariable *Guard) : Guard(Guard) {} argument
2285 CGF.EmitNounwindRuntimeCall(getGuardAbortFn(CGF.CGM, Guard->getType()),
2286 Guard); variable
2322 // Guard variables are 64 bits in the generic ABI and size width on ARM
2705 llvm::GlobalVariable *Guard = new llvm::GlobalVariable( local
2709 Guard->setThreadLocal(true);
2710 Guard
[all...]
H A DCodeGenFunction.h4285 ConstantAddress Guard = ConstantAddress::invalid());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1238 IRBuilderBase::FastMathFlagGuard Guard(B);
1311 IRBuilderBase::FastMathFlagGuard Guard(B);
1347 IRBuilderBase::FastMathFlagGuard Guard(B);
1375 IRBuilderBase::FastMathFlagGuard Guard(B);
1677 IRBuilderBase::FastMathFlagGuard Guard(B);
1827 IRBuilderBase::FastMathFlagGuard Guard(B);
1943 IRBuilderBase::FastMathFlagGuard Guard(B);
2038 IRBuilderBase::FastMathFlagGuard Guard(B);
2994 IRBuilderBase::OperandBundlesGuard Guard(Builder);
3046 IRBuilderBase::InsertPointGuard Guard(Builde
[all...]
H A DScalarEvolutionExpander.cpp220 SCEVInsertPointGuard Guard(Builder, this);
554 SCEVInsertPointGuard Guard(Builder, this);
574 SCEVInsertPointGuard Guard(Builder, this);
1261 SCEVInsertPointGuard Guard(Builder, this);
1440 SCEVInsertPointGuard Guard(Builder, this);
1883 SCEVInsertPointGuard Guard(Builder, this);
1946 SCEVInsertPointGuard Guard(Builder, this);
H A DFlattenCFG.cpp283 IRBuilder<>::InsertPointGuard Guard(Builder);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp177 std::unique_lock<std::mutex> Guard{ErrsLock};
183 std::unique_lock<std::mutex> Guard{ErrsLock};
235 std::unique_lock<std::mutex> Guard{LoadedSourceFilesLock};
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2906 bool JumpThreadingPass::ThreadGuard(BasicBlock *BB, IntrinsicInst *Guard, argument
2910 Value *GuardCond = Guard->getArgOperand(0);
2937 Instruction *AfterGuard = Guard->getNextNode();
2950 BB, PredUnguardedBlock, Guard, UnguardedMapping, *DTU);
2952 LLVM_DEBUG(dbgs() << "Moved guard " << *Guard << " to block "
H A DLoopUnswitch.cpp698 for (IntrinsicInst *Guard : Guards) {
699 Value *LoopCond = findLIVLoopCondition(Guard->getOperand(0), CurrentLoop,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp416 void __sanitizer_cov_trace_pc_guard(uint32_t *Guard) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp906 BuilderTy::InsertPointGuard Guard(Builder);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2550 SDValue Guard; local
2596 Guard = getLoadStackGuard(DAG, dl, Chain);
2601 Guard = DAG.getLoad(PtrMemTy, dl, Chain, GuardPtr,
2609 Guard.getValueType()),
2610 Guard, GuardVal, ISD::SETNE);

Completed in 512 milliseconds

123