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

123

/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp318 std::string Guard; member in class:__anon964::Intrinsic
364 StringRef Guard, bool IsUnavailable, bool BigEndianSafe)
366 Guard(Guard.str()), IsUnavailable(IsUnavailable),
407 std::string getGuard() const { return Guard; }
456 // Sort lexicographically on a two-tuple (Guard, Name)
457 if (Guard != Other.Guard)
458 return Guard < Other.Guard;
362 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.cpp608 EvaluatingRecordGuard Guard(&EvaluatingRecord, S);
746 SubstitutionContext Guard(*this, P);
747 Visit(Guard.Substitution);
1145 EvaluatingRecordGuard Guard(&EvaluatingRecord, R);
1164 EvaluatingRecordGuard Guard(&EvaluatingRecord, R);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp185 IRBuilder<>::InsertPointGuard Guard(IRB);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc288 sys::SmartScopedLock<true> Guard(*SignalHandlerRegistrationMutex);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp283 IRBuilder<>::InsertPointGuard Guard(Builder);
H A DSimplifyLibCalls.cpp1263 IRBuilder<>::FastMathFlagGuard Guard(B);
1336 IRBuilder<>::FastMathFlagGuard Guard(B);
1372 IRBuilder<>::FastMathFlagGuard Guard(B);
1400 IRBuilder<>::FastMathFlagGuard Guard(B);
1701 IRBuilder<>::FastMathFlagGuard Guard(B);
1850 IRBuilder<>::FastMathFlagGuard Guard(B);
1966 IRBuilder<>::FastMathFlagGuard Guard(B);
2061 IRBuilder<>::FastMathFlagGuard Guard(B);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp108 std::lock_guard<std::mutex> Guard(Mutex);
114 std::lock_guard<std::mutex> Guard(Mutex);
121 std::lock_guard<std::mutex> Guard(Mutex);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp785 GuardInfo() : Guard(nullptr), BitIndex(0) {}
786 llvm::GlobalVariable *Guard; member in struct:__anon448::MicrosoftCXXABI::GuardInfo
2412 Address Guard; member in struct:__anon449::final
2414 ResetGuardBit(Address Guard, unsigned GuardNum) argument
2415 : Guard(Guard), GuardNum(GuardNum) {}
2421 llvm::LoadInst *LI = Builder.CreateLoad(Guard);
2424 Builder.CreateStore(Builder.CreateAnd(LI, Mask), Guard);
2429 llvm::Value *Guard; member in struct:__anon449::final
2430 CallInitThreadAbort(Address Guard) argument
2434 CGF.EmitNounwindRuntimeCall(getInitThreadAbortFn(CGF.CGM), Guard); variable
[all...]
H A DItaniumCXXABI.cpp2174 llvm::GlobalVariable *Guard; member in struct:__anon440::final
2175 CallGuardAbort(llvm::GlobalVariable *Guard) : Guard(Guard) {} argument
2178 CGF.EmitNounwindRuntimeCall(getGuardAbortFn(CGF.CGM, Guard->getType()),
2179 Guard); variable
2215 // Guard variables are 64 bits in the generic ABI and size width on ARM
2598 llvm::GlobalVariable *Guard = new llvm::GlobalVariable( local
2602 Guard->setThreadLocal(true);
2605 Guard
[all...]
H A DCodeGenFunction.h3998 ConstantAddress Guard = ConstantAddress::invalid());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp213 SCEVInsertPointGuard Guard(Builder, this);
543 SCEVInsertPointGuard Guard(Builder, this);
563 SCEVInsertPointGuard Guard(Builder, this);
1250 SCEVInsertPointGuard Guard(Builder, this);
1429 SCEVInsertPointGuard Guard(Builder, this);
1872 SCEVInsertPointGuard Guard(Builder, this);
1935 SCEVInsertPointGuard Guard(Builder, this);
H A DMemoryBuiltins.cpp882 BuilderTy::InsertPointGuard Guard(Builder);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp176 std::unique_lock<std::mutex> Guard{ErrsLock};
182 std::unique_lock<std::mutex> Guard{ErrsLock};
234 std::unique_lock<std::mutex> Guard{LoadedSourceFilesLock};
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2691 bool JumpThreadingPass::ThreadGuard(BasicBlock *BB, IntrinsicInst *Guard, argument
2695 Value *GuardCond = Guard->getArgOperand(0);
2722 Instruction *AfterGuard = Guard->getNextNode();
2735 BB, PredUnguardedBlock, Guard, UnguardedMapping, *DTU);
2737 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-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp409 void __sanitizer_cov_trace_pc_guard(uint32_t *Guard) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1079 IRBuilderBase::InsertPointGuard Guard(Builder);
H A DInstructionCombining.cpp784 BuilderTy::FastMathFlagGuard Guard(Builder);
1819 IRBuilderBase::InsertPointGuard Guard(Builder);
H A DInstCombineAndOrXor.cpp2876 BuilderTy::InsertPointGuard Guard(Builder);
H A DInstCombineSelect.cpp1383 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder);
H A DInstCombineCalls.cpp2234 BuilderTy::FastMathFlagGuard Guard(Builder);
3798 // Guard against invalid arguments.
H A DInstCombineCompares.cpp3674 BuilderTy::InsertPointGuard Guard(Builder);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2544 SDValue Guard; local
2590 Guard = getLoadStackGuard(DAG, dl, Chain);
2595 Guard = DAG.getLoad(PtrMemTy, dl, Chain, GuardPtr,
2601 EVT VT = Guard.getValueType();
2602 SDValue Sub = DAG.getNode(ISD::SUB, dl, VT, Guard, GuardVal);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1675 IRBuilder<>::InsertPointGuard Guard(Builder);
H A DSLPVectorizer.cpp4044 IRBuilder<>::InsertPointGuard Guard(Builder);

Completed in 648 milliseconds

123