Searched defs:Guard (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMakeGuardsExplicit.cpp58 static void turnToExplicitForm(CallInst *Guard, Function *DeoptIntrinsic) { argument
H A DLoopPredication.cpp399 expandCheck(SCEVExpander &Expander, Instruction *Guard, ICmpInst::Predicate Pred, const SCEV *LHS, const SCEV *RHS) argument
561 widenICmpRangeCheckIncrementingLoop( LoopICmp LatchCheck, LoopICmp RangeCheck, SCEVExpander &Expander, Instruction *Guard) argument
610 widenICmpRangeCheckDecrementingLoop( LoopICmp LatchCheck, LoopICmp RangeCheck, SCEVExpander &Expander, Instruction *Guard) argument
673 widenICmpRangeCheck(ICmpInst *ICI, SCEVExpander &Expander, Instruction *Guard) argument
737 collectChecks(SmallVectorImpl<Value *> &Checks, Value *Condition, SCEVExpander &Expander, Instruction *Guard) argument
791 widenGuardConditions(IntrinsicInst *Guard, SCEVExpander &Expander) argument
[all...]
H A DJumpThreading.cpp2691 bool JumpThreadingPass::ThreadGuard(BasicBlock *BB, IntrinsicInst *Guard, argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGuardUtils.cpp30 makeGuardControlFlowExplicit(Function *DeoptIntrinsic, CallInst *Guard, bool UseWC) argument
[all...]
/freebsd-12-stable/stand/libsa/
H A Dzalloc_defs.h73 typedef struct Guard { struct
76 } Guard; typedef in typeref:struct:Guard
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp453 LoadInst *Guard = B.CreateLoad(B.getInt8PtrTy(), AI, true, "Guard"); local
507 Value *Guard = getStackGuard(TLI, M, B); local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h264 std::unique_lock<typename Config::mutex_type> Guard; variable
277 std::unique_lock<typename Config::mutex_type> Guard; variable
/freebsd-12-stable/contrib/ntp/sntp/unity/
H A Dunity_fixture.c176 } Guard; typedef in typeref:struct:GuardBytes
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp671 GenerateCXXGlobalInitFunc(llvm::Function *Fn, ArrayRef<llvm::Function *> Decls, ConstantAddress Guard) argument
H A DItaniumCXXABI.cpp2174 llvm::GlobalVariable *Guard; member in struct:__anon2953::final
2175 CallGuardAbort(llvm::GlobalVariable *Guard) : Guard(Guard) {} argument
2179 Guard); variable
2598 llvm::GlobalVariable *Guard = new llvm::GlobalVariable( local
[all...]
H A DMicrosoftCXXABI.cpp786 llvm::GlobalVariable *Guard; member in struct:__anon2961::MicrosoftCXXABI::GuardInfo
2412 Address Guard; member in struct:__anon2962::final
2414 ResetGuardBit(Address Guard, unsigned GuardNum) argument
2429 llvm::Value *Guard; member in struct:__anon2962::final
2430 CallInitThreadAbort(Address Guard) argument
2434 CGF.EmitNounwindRuntimeCall(getInitThreadAbortFn(CGF.CGM), Guard); variable
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp275 void SearchableTableEmitter::emitIfdef(StringRef Guard, raw_ostream &OS) { argument
276 OS << "#ifdef " << Guard << "\n"; local
786 OS << "#undef " << Guard << "\n"; local
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp318 std::string Guard; member in class:__anon3552::Intrinsic
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...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2544 SDValue Guard; local

Completed in 161 milliseconds