| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | CallSiteSplitting.cpp | 132 ConditionsTy &Conditions) { in recordCondition() argument 145 Conditions.push_back({Cmp, From->getTerminator()->getSuccessor(0) == To in recordCondition() 155 ConditionsTy &Conditions, BasicBlock *StopAt) { in recordConditions() argument 161 recordCondition(CS, From, To, Conditions); in recordConditions() 167 static void addConditions(CallSite CS, const ConditionsTy &Conditions) { in addConditions() argument 168 for (auto &Cond : Conditions) { in addConditions() 474 ConditionsTy Conditions; in shouldSplitOnPredicatedArgument() local 476 recordCondition(CS, Pred, CS.getInstruction()->getParent(), Conditions); in shouldSplitOnPredicatedArgument() 478 recordConditions(CS, Pred, Conditions, StopAt); in shouldSplitOnPredicatedArgument() 479 PredsCS.push_back({Pred, Conditions}); in shouldSplitOnPredicatedArgument()
|
| H A D | StructurizeCFG.cpp | 198 BranchVector Conditions; member in __anon8647049c0111::StructurizeCFG 533 BranchVector &Conds = Loops ? LoopConds : Conditions; in insertConditions() 822 Conditions.push_back(BranchInst::Create(Entry, Next, BoolUndef, Flow)); in wireFlow() 888 Conditions.clear(); in createFlow() 1030 Conditions.clear(); in runOnRegion()
|
| /freebsd-12.1/contrib/ipfilter/ |
| H A D | STYLE.TXT | 32 Conditions
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 647 SmallVector<std::unique_ptr<PredicateMatcher>, 1> Conditions; member in __anon7e76e5f80111::GroupMatcher 697 assert(!Conditions.empty() && in popFirstCondition() 699 std::unique_ptr<PredicateMatcher> P = std::move(Conditions.front()); in popFirstCondition() 700 Conditions.erase(Conditions.begin()); in popFirstCondition() 704 assert(!Conditions.empty() && in getFirstCondition() 706 return *Conditions.front(); in getFirstCondition() 4677 assert(Conditions.empty() && "Already finalized?"); in finalize() 4692 Conditions.push_back(FirstRule.popFirstCondition()); in finalize() 4700 if (!Conditions.empty()) { in emit() 4706 for (auto &Condition : Conditions) in emit() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 2426 if (!RO.Conditions.Architecture.empty()) in FormResolverCondition() 2427 Condition = EmitX86CpuIs(RO.Conditions.Architecture); in FormResolverCondition() 2429 if (!RO.Conditions.Features.empty()) { in FormResolverCondition() 2430 llvm::Value *FeatureCond = EmitX86CpuSupports(RO.Conditions.Features); in FormResolverCondition()
|
| H A D | CodeGenModule.cpp | 2486 for (StringRef Feat : RO.Conditions.Features) in TargetMVPriority() 2489 if (!RO.Conditions.Architecture.empty()) in TargetMVPriority() 2491 Priority, TI.multiVersionSortPriority(RO.Conditions.Architecture)); in TargetMVPriority() 2623 return CodeGenFunction::GetX86CpuSupportsMask(LHS.Conditions.Features) > in emitCPUDispatchDefinition() 2624 CodeGenFunction::GetX86CpuSupportsMask(RHS.Conditions.Features); in emitCPUDispatchDefinition() 2633 (Options.end() - 2)->Conditions.Features) == 0) { in emitCPUDispatchDefinition()
|
| H A D | CodeGenFunction.h | 4311 } Conditions; 4315 : Function(F), Conditions(Arch, Feats) {}
|
| /freebsd-12.1/contrib/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 423 NodeArray Conditions; variable 426 : Node(KEnableIfAttr), Conditions(Conditions_) {} in EnableIfAttr() 428 template<typename Fn> void match(Fn F) const { F(Conditions); } in match() 432 Conditions.printWithComma(S); in printLeft()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 359 #define KEYWORD(Keyword,Conditions) .Case(#Keyword, true) in sanitizeFilenameAsIdentifier() argument 360 #define ALIAS(Keyword, AliasOf, Conditions) .Case(Keyword, true) in sanitizeFilenameAsIdentifier() argument
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | gdb.info-1 | 2014 * Conditions:: Break conditions 2091 specifying where to break. *Note Break conditions: Conditions, 2116 Disabling: Disabling.). *Note Break conditions: Conditions. 2127 See also *Note Break conditions: Conditions. 2204 conditions: Conditions.). 2470 With a conditional breakpoint (*note Break conditions: Conditions.) 2520 File: gdb.info, Node: Disabling, Next: Conditions, Prev: Delete Breaks, Up: Breakpoints 2583 File: gdb.info, Node: Conditions, Next: Break Commands, Prev: Disabling, Up: Breakpoints 2601 Conditions are also accepted for watchpoints; you may not need them, 2685 File: gdb.info, Node: Break Commands, Next: Breakpoint Menus, Prev: Conditions, Up: Breakpoints [all …]
|
| H A D | gdb.info-3 | 5444 * breakpoint conditions: Conditions. 5541 * condition: Conditions. 5542 * conditional breakpoints: Conditions. 5816 * ignore: Conditions. 5817 * ignore count (of breakpoint): Conditions.
|
| H A D | gdb.texinfo | 2441 * Conditions:: Break conditions 2524 above (or no argument) specifying where to break. @xref{Conditions, 2549 (@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}. 2562 See also @ref{Conditions, ,Break conditions}. 2640 (@pxref{Conditions, ,Break conditions}). 2950 With a conditional breakpoint (@pxref{Conditions, ,Break conditions}) 3075 @node Conditions 3095 Conditions are also accepted for watchpoints; you may not need them, 3452 @code{ignore} (@pxref{Conditions, ,Break conditions}).
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.td | 251 // SPARC Flag Conditions
|
| /freebsd-12.1/contrib/wpa/hostapd/ |
| H A D | ChangeLog | 132 - added support for Terms and Conditions
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrFormats.td | 1819 // that each condition has two names. Conditions "o" and "no" are not used.
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/ |
| H A D | ChangeLog | 159 - added support for Terms and Conditions
|
| /freebsd-12.1/contrib/flex/ |
| H A D | ChangeLog | 312 …r @setfilename, so that @set values are correctly evaluated. (Start Conditions, Performance, Le…
|
| /freebsd-12.1/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 7238 Conditions were reversed for the Priority: header, resulting in all
|