Searched refs:MatchBSwaps (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 2694 collectBitParts(Value *V, bool MatchBSwaps, bool MatchBitReversals, in collectBitParts() argument 2712 auto &A = collectBitParts(I->getOperand(0), MatchBSwaps, in collectBitParts() 2714 auto &B = collectBitParts(I->getOperand(1), MatchBSwaps, in collectBitParts() 2747 auto &Res = collectBitParts(I->getOperand(0), MatchBSwaps, in collectBitParts() 2779 auto &Res = collectBitParts(I->getOperand(0), MatchBSwaps, in collectBitParts() 2794 auto &Res = collectBitParts(I->getOperand(0), MatchBSwaps, in collectBitParts() 2835 Instruction *I, bool MatchBSwaps, bool MatchBitReversals, in recognizeBSwapOrBitReverseIdiom() argument 2839 if (!MatchBSwaps && !MatchBitReversals) in recognizeBSwapOrBitReverseIdiom() 2857 auto Res = collectBitParts(I, MatchBSwaps, MatchBitReversals, BPS, 0); in recognizeBSwapOrBitReverseIdiom() 2873 if (OKForBSwap && MatchBSwaps) in recognizeBSwapOrBitReverseIdiom()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 511 Instruction *I, bool MatchBSwaps, bool MatchBitReversals,
|