Searched defs:BPS (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/usr.sbin/fstyp/ |
H A D | exfat.c | 244 exfat_fat_next(FILE *fp, const struct exfat_vbr *ev, unsigned BPS, in exfat_fat_next() 263 exfat_find_label(FILE *fp, const struct exfat_vbr *ev, unsigned BPS, in exfat_find_label()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FlattenCFG.cpp | 221 BranchInst *BPS = dyn_cast<BranchInst>(PS->getTerminator()); in FlattenParallelAndOr() local
|
H A D | Local.cpp | 3666 collectBitParts(Value * V,bool MatchBSwaps,bool MatchBitReversals,std::map<Value *,std::optional<BitPart>> & BPS,int Depth,bool & FoundRoot) collectBitParts() argument 3917 std::map<Value *, std::optional<BitPart>> BPS; recognizeBSwapOrBitReverseIdiom() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 4120 BitPermutationSelector BPS(CurDAG); tryBitPermutation() local
|