Home
last modified time | relevance | path

Searched refs:getDemandedBits (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp56 !DB.getDemandedBits(J).isAllOnesValue()) { in clearAssumptionsOfUsers()
87 !DB.getDemandedBits(K).isAllOnesValue()) in clearAssumptionsOfUsers()
107 DB.getDemandedBits(&I).isNullValue() && in bitTrackingDCE()
118 APInt Demanded = DB.getDemandedBits(SE); in bitTrackingDCE()
186 auto &DB = getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDemandedBits.h54 APInt getDemandedBits(Instruction *I);
57 APInt getDemandedBits(Use *U);
117 DemandedBits &getDemandedBits() { return *DB; } in getDemandedBits() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp443 APInt DemandedBits::getDemandedBits(Instruction *I) { in getDemandedBits() function in DemandedBits
455 APInt DemandedBits::getDemandedBits(Use *U) { in getDemandedBits() function in DemandedBits
471 APInt AOut = getDemandedBits(UserI); in getDemandedBits()
531 PrintDB(I, getDemandedBits(&OI), OI); in print()
H A DVectorUtils.cpp551 if (DB.getDemandedBits(I).getBitWidth() > 64) in computeMinimumValueSizes()
554 uint64_t V = DB.getDemandedBits(I).getZExtValue(); in computeMinimumValueSizes()
H A DIVDescriptors.cpp130 auto Mask = DB->getDemandedBits(Exit); in computeRecurrenceType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6604 auto Mask = DB->getDemandedBits(cast<Instruction>(Root)); in computeMinimumValueSizes()
6713 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
H A DLoopVectorize.cpp2210 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()