Home
last modified time | relevance | path

Searched refs:MatchBSwaps (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
1759 auto &A = collectBitParts(I->getOperand(0), MatchBSwaps, in collectBitParts()
1761 auto &B = collectBitParts(I->getOperand(1), MatchBSwaps, in collectBitParts()
1794 auto &Res = collectBitParts(I->getOperand(0), MatchBSwaps, in collectBitParts()
1826 auto &Res = collectBitParts(I->getOperand(0), MatchBSwaps, in collectBitParts()
1841 auto &Res = collectBitParts(I->getOperand(0), MatchBSwaps, 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()
1922 if (OKForBSwap && MatchBSwaps) in recognizeBSwapOrBitReverseIdiom()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp2502 collectBitParts(Value *V, bool MatchBSwaps, bool MatchBitReversals, in collectBitParts() argument
2514 auto &A = collectBitParts(I->getOperand(0), MatchBSwaps, in collectBitParts()
2516 auto &B = collectBitParts(I->getOperand(1), MatchBSwaps, in collectBitParts()
2549 auto &Res = collectBitParts(I->getOperand(0), MatchBSwaps, in collectBitParts()
2581 auto &Res = collectBitParts(I->getOperand(0), MatchBSwaps, in collectBitParts()
2596 auto &Res = collectBitParts(I->getOperand(0), MatchBSwaps, 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()
2675 if (OKForBSwap && MatchBSwaps) in recognizeBSwapOrBitReverseIdiom()
/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,