Home
last modified time | relevance | path

Searched refs:addRule (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/pseudo/tool/
H A DHTMLForest.js108 function addRule(i) { function
117 this.abbrev.forEach(addRule);
118 addRule(this.index);
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp185 void addRule(StringRef N, const Rule::FuncType &F) { in addRule() function
1601 S.addRule("sink-zext", in setupPreSimplifier()
1622 S.addRule("xor/and -> and/xor", in setupPreSimplifier()
1640 S.addRule("sink binop into select", in setupPreSimplifier()
1666 S.addRule("fold select-select", in setupPreSimplifier()
1685 S.addRule("or-signbit -> xor-signbit", in setupPreSimplifier()
1697 S.addRule("sink lshr into binop", in setupPreSimplifier()
1719 S.addRule("expose bitop-const", in setupPreSimplifier()
1749 S.addRule("(and (xor (and x a) y) b) -> (and (xor x y) b), if b == b&a", in setupPostSimplifier()