Searched refs:Conds (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCInstPrinter.cpp146 ArrayRef<AliasPatternCond> Conds =
150 if (llvm::all_of(Conds, [&](const AliasPatternCond &C) {
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp681 std::vector<std::string> Conds; member in class:__anon3125::IAPrinter
692 void addCond(std::string C) { Conds.push_back(std::move(C)); }
693 ArrayRef<std::string> getConds() const { return Conds; }
694 size_t getCondCount() const { return Conds.size(); }
771 if (Conds.size() != RHS.Conds.size())
775 for (const auto &str : Conds)
776 if (str != RHS.Conds[Idx++])
1071 std::string Conds; local
1072 raw_string_ostream CondO(Conds);
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp560 BranchVector &Conds = Loops ? LoopConds : Conditions; local
564 for (BranchInst *Term : Conds) {
H A DJumpThreading.cpp885 PredValueInfoTy Conds; local
887 computeValueKnownInPredecessorsImpl(SI->getCondition(), BB, Conds,
889 for (auto &C : Conds) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp728 ArrayRef<X86::CondCode> Conds) {
750 for (X86::CondCode Cond : Conds) {
764 if (!LiveEFLAGS && Cond == Conds.back())
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1068 void createDecisionRegion(const Expr *C, unsigned BitmapIdx, unsigned Conds) { argument
1069 popRegions(pushRegion(BitmapIdx, Conds, getStart(C), getEnd(C)));
H A DCodeGenFunction.h4957 struct Conds { struct in struct:clang::CodeGen::CodeGenFunction::MultiVersionResolverOption
4961 Conds(StringRef Arch, ArrayRef<StringRef> Feats) function in struct:clang::CodeGen::CodeGenFunction::MultiVersionResolverOption::Conds

Completed in 215 milliseconds