Home
last modified time | relevance | path

Searched refs:MatchBitReversals (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DLocal.cpp1747 collectBitParts(Value *V, bool MatchBSwaps, bool MatchBitReversals, in collectBitParts() argument
1760 MatchBitReversals, BPS); in collectBitParts()
1762 MatchBitReversals, BPS); in collectBitParts()
1795 MatchBitReversals, BPS); in collectBitParts()
1823 if (!MatchBitReversals && NumMaskedBits % 8 != 0) in collectBitParts()
1827 MatchBitReversals, BPS); in collectBitParts()
1842 MatchBitReversals, BPS); in collectBitParts()
1884 Instruction *I, bool MatchBSwaps, bool MatchBitReversals, in recognizeBSwapOrBitReverseIdiom() argument
1888 if (!MatchBSwaps && !MatchBitReversals) in recognizeBSwapOrBitReverseIdiom()
1906 auto Res = collectBitParts(I, MatchBSwaps, MatchBitReversals, BPS); in recognizeBSwapOrBitReverseIdiom()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp2502 collectBitParts(Value *V, bool MatchBSwaps, bool MatchBitReversals, in collectBitParts() argument
2515 MatchBitReversals, BPS); in collectBitParts()
2517 MatchBitReversals, BPS); in collectBitParts()
2550 MatchBitReversals, BPS); in collectBitParts()
2578 if (!MatchBitReversals && NumMaskedBits % 8 != 0) in collectBitParts()
2582 MatchBitReversals, BPS); in collectBitParts()
2597 MatchBitReversals, BPS); in collectBitParts()
2637 Instruction *I, bool MatchBSwaps, bool MatchBitReversals, in recognizeBSwapOrBitReverseIdiom() argument
2641 if (!MatchBSwaps && !MatchBitReversals) in recognizeBSwapOrBitReverseIdiom()
2659 auto Res = collectBitParts(I, MatchBSwaps, MatchBitReversals, BPS); in recognizeBSwapOrBitReverseIdiom()
[all …]
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h355 Instruction *I, bool MatchBSwaps, bool MatchBitReversals,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLocal.h448 Instruction *I, bool MatchBSwaps, bool MatchBitReversals,