Searched refs:addRule (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 185 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()
|