Home
last modified time | relevance | path

Searched defs:Rule (Results 1 – 25 of 55) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp238 ApplyRuleCallback(RewriteRule Rule) : Rule(std::move(Rule)) {} in ApplyRuleCallback()
260 RewriteRule Rule; member in __anone2291d6c0611::ApplyRuleCallback
269 rewriteDescendantsImpl(const T &Node, RewriteRule Rule, in rewriteDescendantsImpl()
279 transformer::detail::rewriteDescendants(const Decl &Node, RewriteRule Rule, in rewriteDescendants()
285 transformer::detail::rewriteDescendants(const Stmt &Node, RewriteRule Rule, in rewriteDescendants()
291 transformer::detail::rewriteDescendants(const TypeLoc &Node, RewriteRule Rule, in rewriteDescendants()
298 RewriteRule Rule, in rewriteDescendants()
314 RewriteRule Rule) { in rewriteDescendants()
328 void transformer::addInclude(RewriteRule &Rule, StringRef Header, in addInclude()
371 for (auto &Rule : Rules) in applyFirst() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAttributes.cpp75 for (auto *Rule : CompatRules) { in emitFnAttrCompatCheck() local
89 for (auto *Rule : MergeRules) { in emitFnAttrCompatCheck() local
H A DGICombinerEmitter.cpp329 StringRef makeNameForAnonInstr(CombineRule &Rule) { in makeNameForAnonInstr()
334 StringRef makeDebugName(CombineRule &Rule, StringRef Name) { in makeDebugName()
338 StringRef makeNameForAnonPredicate(CombineRule &Rule) { in makeNameForAnonPredicate()
656 std::unique_ptr<CombineRule> Rule = in makeCombineRule() local
708 std::unique_ptr<CombineRule> Rule = makeCombineRule(*R); in gatherRules() local
738 const CombineRule *Rule = Leaf.getTargetData<CombineRule>(); in generateCodeForTree() local
864 for (const auto &Rule : Rules) { in run() local
1024 for (const auto &Rule : Rules) in run() local
H A DGlobalISelEmitter.cpp1651 void emitPredicateOpcodes(MatchTable &Table, RuleMatcher &Rule) { in emitPredicateOpcodes()
2238 RuleMatcher &Rule; member in __anon332dbd1e0111::InstructionMatcher
2254 InstructionMatcher(RuleMatcher &Rule, StringRef SymbolicName, in InstructionMatcher()
2329 void emitPredicateOpcodes(MatchTable &Table, RuleMatcher &Rule) { in emitPredicateOpcodes()
2445 RuleMatcher &Rule, StringRef SymbolicName, in InstructionOperandMatcher()
3038 bool canMutate(RuleMatcher &Rule, const InstructionMatcher *Insn) const { in canMutate()
3065 void chooseInsnToMutate(RuleMatcher &Rule) { in chooseInsnToMutate()
3931 RuleMatcher &Rule, InstructionMatcher &InsnMatcher, in createAndImportSelDAGMatcher()
4168 RuleMatcher &Rule, InstructionMatcher &InsnMatcher, in importChildMatcher()
4385 action_iterator InsertPt, RuleMatcher &Rule, BuildMIAction &DstMIBuilder, in importExplicitUseRenderer()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp747 getParentAttrMatcherRule(attr::SubjectMatchRule Rule) { in getParentAttrMatcherRule()
760 bool isNegatedAttrMatcherSubRule(attr::SubjectMatchRule Rule) { in isNegatedAttrMatcherSubRule()
819 for (const auto &Rule : Rules) { in ActOnPragmaAttributeAttribute() local
843 for (const auto &Rule : Rules) { in ActOnPragmaAttributeAttribute() local
869 for (const auto &Rule : Rules) in ActOnPragmaAttributeAttribute() local
872 for (const auto &Rule : Rules) { in ActOnPragmaAttributeAttribute() local
895 for (const auto &Rule : RulesToCheck) { in ActOnPragmaAttributeAttribute() local
915 for (const auto &Rule : Rules) { in ActOnPragmaAttributeAttribute() local
986 for (const auto &Rule : Entry.MatchRules) { in AddPragmaAttributes() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/
H A DTransformer.h33 Transformer(transformer::RewriteRule Rule, ChangeConsumer Consumer) in Transformer()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp325 static Cursor maybeLexIndex(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndex()
338 static Cursor maybeLexIndexAndName(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndexAndName()
379 const StringRef Rule = "%subreg."; in maybeLexSubRegisterIndex() local
388 const StringRef Rule = "%ir-block."; in maybeLexIRBlock() local
398 const StringRef Rule = "%ir."; in maybeLexIRValue() local
492 const StringRef Rule = "<mcsymbol "; in maybeLexMCSymbol() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp105 static bool hasNoSimpleLoops(const LegalizeRule &Rule, const LegalityQuery &Q, in hasNoSimpleLoops()
121 static bool mutationIsSane(const LegalizeRule &Rule, in mutationIsSane()
197 for (const LegalizeRule &Rule : Rules) { in apply() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRulesInternal.h59 auto Rule = in invokeRuleAfterValidatingRequirements() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DAttributes.cpp28 const char *attr::getSubjectMatchRuleSpelling(attr::SubjectMatchRule Rule) { in getSubjectMatchRuleSpelling()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp362 const ManglingRule& Rule; member in __anon07e1ed9f0111::ParamIterator
553 for (auto Rule : manglingRules) in buildManglingRulesMap() local
654 const ManglingRule& Rule = manglingRules[FuncId]; in parseFuncName() local
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DQLParser.tab.cc120 # define YY_REDUCE_PRINT(Rule) \ argument
136 # define YY_REDUCE_PRINT(Rule) static_cast<void> (0) argument
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DClangRefactor.cpp376 auto Rule = getMatchingRule(**Subcommand); in Init() local
536 for (const auto &Rule : Subcommand.getActionRules()) { in getMatchingRule() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1808 getRule(const AttributeSubjectMatchRule &Rule) { in getRule()
1932 for (const auto &Rule : Rules) { in emitMatchRuleList() local
2027 for (const auto &Rule : It->getSecond().getAggregateRuleSet()) { in generateStrictConformsTo() local
2048 for (const auto &Rule : Rules) { in generateParsingHelpers() local
2061 for (const auto &Rule : SubMatchRule.second) { in generateParsingHelpers() local
2069 for (const auto &Rule : SubMatchRule.second) { in generateParsingHelpers() local
2086 for (const auto &Rule : Rules) { in generateParsingHelpers() local
2112 for (const auto &Rule : SubMatchRule.second) { in generateParsingHelpers() local
3768 for (const auto &Rule : PragmaAttributeSupport.Rules) { in emitAttributeMatchRules() local
4471 for (const auto &Rule : llvm::enumerate(RuleSet.getAggregateRuleSet())) { in EmitTestPragmaAttributeSupportedAttributes() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp178 struct Rule { struct
179 using FuncType = std::function<Value *(Instruction *, LLVMContext &)>;
180 Rule(StringRef N, FuncType F) : Name(N), Fn(F) {} in Rule() argument
181 StringRef Name; // For debugging.
182 FuncType Fn;
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp428 TaintPropagationRule Rule = in getTaintPropagationRule() local
562 TaintPropagationRule Rule = TaintPropagationRule::getTaintPropagationRule( in addSourcesPre() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Dparse.c884 # define YY_REDUCE_PRINT(Rule) \ argument
897 # define YY_REDUCE_PRINT(Rule) argument
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Ditbl-parse.c1132 # define YY_REDUCE_PRINT(Rule) \ argument
1145 # define YY_REDUCE_PRINT(Rule) argument
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Ditbl-parse.c1132 # define YY_REDUCE_PRINT(Rule) \ argument
1145 # define YY_REDUCE_PRINT(Rule) argument
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Darparse.c944 # define YY_REDUCE_PRINT(Rule) \ argument
957 # define YY_REDUCE_PRINT(Rule) argument
H A Dsysinfo.c873 # define YY_REDUCE_PRINT(Rule) \ argument
886 # define YY_REDUCE_PRINT(Rule) argument
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dsysinfo.c873 # define YY_REDUCE_PRINT(Rule) \ argument
886 # define YY_REDUCE_PRINT(Rule) argument
H A Darparse.c944 # define YY_REDUCE_PRINT(Rule) \ argument
957 # define YY_REDUCE_PRINT(Rule) argument
H A Dmcparse.c1011 # define YY_REDUCE_PRINT(Rule) \ argument
1024 # define YY_REDUCE_PRINT(Rule) argument
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dloongarch-parse.c1215 # define YY_REDUCE_PRINT(Rule) \ argument
1228 # define YY_REDUCE_PRINT(Rule) argument

123