Searched refs:collectBitParts (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1747 collectBitParts(Value *V, bool MatchBSwaps, bool MatchBitReversals, in collectBitParts() function 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() 1906 auto Res = collectBitParts(I, MatchBSwaps, MatchBitReversals, BPS); in recognizeBSwapOrBitReverseIdiom()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 2502 collectBitParts(Value *V, bool MatchBSwaps, bool MatchBitReversals, in collectBitParts() function 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() 2659 auto Res = collectBitParts(I, MatchBSwaps, MatchBitReversals, BPS); in recognizeBSwapOrBitReverseIdiom()
|