Home
last modified time | relevance | path

Searched refs:Conditions (Results 1 – 25 of 25) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp55 ConditionVectorTy Conditions; member in __anon1a3919b90111::ControlConditions
70 bool isUnconditional() const { return Conditions.empty(); } in isUnconditional()
115 ControlConditions Conditions; in collectControlConditions() local
120 return Conditions; in collectControlConditions()
145 Inserted = Conditions.addControlCondition( in collectControlConditions()
151 Inserted = Conditions.addControlCondition( in collectControlConditions()
165 return Conditions; in collectControlConditions()
170 if (none_of(Conditions, [&](ControlCondition &Exists) { in addControlCondition()
173 Conditions.push_back(C); in addControlCondition()
182 if (Conditions.empty() && Other.Conditions.empty()) in isEquivalent()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp130 ConditionsTy &Conditions) { in recordCondition() argument
143 Conditions.push_back({Cmp, From->getTerminator()->getSuccessor(0) == To in recordCondition()
153 ConditionsTy &Conditions, BasicBlock *StopAt) { in recordConditions() argument
159 recordCondition(CB, From, To, Conditions); in recordConditions()
165 static void addConditions(CallBase &CB, const ConditionsTy &Conditions) { in addConditions() argument
166 for (const auto &Cond : Conditions) { in addConditions()
470 ConditionsTy Conditions; in shouldSplitOnPredicatedArgument() local
472 recordCondition(CB, Pred, CB.getParent(), Conditions); in shouldSplitOnPredicatedArgument()
474 recordConditions(CB, Pred, Conditions, StopAt); in shouldSplitOnPredicatedArgument()
475 PredsCS.push_back({Pred, Conditions}); in shouldSplitOnPredicatedArgument()
H A DStructurizeCFG.cpp260 BranchVector Conditions; member in __anon821ac72d0111::StructurizeCFG
560 BranchVector &Conds = Loops ? LoopConds : Conditions; in insertConditions()
960 Conditions.push_back(Br); in wireFlow()
1015 Conditions.clear(); in createFlow()
1195 Conditions.clear(); in run()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp105 json::Array Conditions; in gatherConditions() local
107 Conditions.push_back(Record.isConditionIndependencePairCovered(c)); in gatherConditions()
108 return Conditions; in gatherConditions()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.h333 SmallVector<std::unique_ptr<PredicateMatcher>, 1> Conditions; variable
383 assert(!Conditions.empty() && in popFirstCondition()
385 std::unique_ptr<PredicateMatcher> P = std::move(Conditions.front()); in popFirstCondition()
386 Conditions.erase(Conditions.begin()); in popFirstCondition()
390 assert(!Conditions.empty() && in getFirstCondition()
392 return *Conditions.front(); in getFirstCondition()
394 bool hasFirstCondition() const override { return !Conditions.empty(); } in hasFirstCondition()
H A DGlobalISelMatchTable.cpp484 assert(Conditions.empty() && "Already finalized?"); in finalize()
499 Conditions.push_back(FirstRule.popFirstCondition()); in finalize()
507 if (!Conditions.empty()) { in emit()
513 for (auto &Condition : Conditions) in emit()
521 if (!Conditions.empty()) in emit()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2710 for (const StringRef &Feature : RO.Conditions.Features) { in FormAArch64ResolverCondition()
2725 if (!RO.Conditions.Architecture.empty()) { in FormX86ResolverCondition()
2726 StringRef Arch = RO.Conditions.Architecture; in FormX86ResolverCondition()
2735 if (!RO.Conditions.Features.empty()) { in FormX86ResolverCondition()
2736 llvm::Value *FeatureCond = EmitX86CpuSupports(RO.Conditions.Features); in FormX86ResolverCondition()
2788 assert(Options.back().Conditions.Features.size() == 0 && in EmitAArch64MultiVersionResolver()
H A DCoverageMappingGen.cpp895 size_t pushRegion(unsigned BitmapIdx, unsigned Conditions, in pushRegion()
899 RegionStack.emplace_back(MCDCParameters{BitmapIdx, Conditions}, StartLoc, in pushRegion()
H A DCodeGenModule.cpp4114 for (StringRef Feat : RO.Conditions.Features) { in TargetMVPriority()
4119 if (!RO.Conditions.Architecture.empty()) in TargetMVPriority()
4121 Priority, TI.multiVersionSortPriority(RO.Conditions.Architecture)); in TargetMVPriority()
4353 return llvm::X86::getCpuSupportsMask(LHS.Conditions.Features) > in emitCPUDispatchDefinition()
4354 llvm::X86::getCpuSupportsMask(RHS.Conditions.Features); in emitCPUDispatchDefinition()
4363 (Options.end() - 2)->Conditions.Features), in emitCPUDispatchDefinition()
H A DCodeGenFunction.h4963 } Conditions;
4967 : Function(F), Conditions(Arch, Feats) {}
/freebsd-14.2/crypto/openssl/doc/man7/
H A DEVP_PKEY-RSA.pod211 Section B.3.6 Generation of Probable Primes with Conditions Based on
H A Dmigration_guide.pod379 to the FIPS186-4 B.3.6 method (Generation of Probable Primes with Conditions
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrControl.td53 // Conditions
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h574 NodeArray Conditions; variable
577 : Node(KEnableIfAttr), Conditions(Conditions_) {} in EnableIfAttr()
579 template<typename Fn> void match(Fn F) const { F(Conditions); } in match()
583 Conditions.printWithComma(OB); in printLeft()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp402 #define KEYWORD(Keyword,Conditions) .Case(#Keyword, true) in sanitizeFilenameAsIdentifier() argument
403 #define ALIAS(Keyword, AliasOf, Conditions) .Case(Keyword, true) in sanitizeFilenameAsIdentifier() argument
/freebsd-14.2/contrib/googletest/docs/reference/
H A Dassertions.md123 ## Boolean Conditions {#boolean}
/freebsd-14.2/contrib/one-true-awk/testdir/
H A Dfunstack.ok1862 J. Tartar Graph Coloring Conditions for the
3022 R. R. Meyer New Sufficient Optimality Conditions for
H A Dfunstack.in8001 …e important theorems on the consecutive retrieval property are proved. Conditions under which the …
13983 …title = "Graph Coloring Conditions for the Existence of Solutions to the Timetable Problem",
23048 …title = "New Sufficient Optimality Conditions for Integer Programming and Their Application…
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td328 // SPARC Flag Conditions
/freebsd-14.2/contrib/wpa/hostapd/
H A DChangeLog212 - added support for Terms and Conditions
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.td493 // VE Flag Conditions
/freebsd-14.2/contrib/wpa/wpa_supplicant/
H A DChangeLog262 - added support for Terms and Conditions
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrFormats.td2079 // that each condition has two names. Conditions "o" and "no" are not used.
/freebsd-14.2/contrib/flex/
H A DChangeLog3084 …r @setfilename, so that @set values are correctly evaluated. (Start Conditions, Performance, Le…
/freebsd-14.2/contrib/sendmail/
H A DRELEASE_NOTES7654 Conditions were reversed for the Priority: header, resulting in all