Searched refs:BPS (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | FlattenCFG.cpp | 223 BranchInst *BPS = dyn_cast<BranchInst>(PS->getTerminator()); in FlattenParallelAndOr() local 224 if (BPS && BPS->isUnconditional()) { in FlattenParallelAndOr()
|
| H A D | Local.cpp | 2922 std::map<Value *, Optional<BitPart>> &BPS, int Depth, in collectBitParts() argument 2924 auto I = BPS.find(V); in collectBitParts() 2925 if (I != BPS.end()) in collectBitParts() 2928 auto &Result = BPS[V] = None; in collectBitParts() 2948 const auto &A = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 2953 const auto &B = collectBitParts(Y, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 2987 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3017 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3032 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3172 std::map<Value *, Optional<BitPart>> BPS; in recognizeBSwapOrBitReverseIdiom() local [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 3936 BitPermutationSelector BPS(CurDAG); in tryBitPermutation() local 3937 if (SDNode *New = BPS.Select(N)) { in tryBitPermutation()
|