Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DBDCE.cpp50 !DB.getDemandedBits(J).isAllOnesValue()) in clearAssumptionsOfUsers()
82 !DB.getDemandedBits(K).isAllOnesValue()) in clearAssumptionsOfUsers()
99 !DB.getDemandedBits(&I).getBoolValue()) { in bitTrackingDCE()
153 auto &DB = getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
/external/llvm/lib/Transforms/Scalar/
DBDCE.cpp43 !DB.getDemandedBits(&I).getBoolValue()) { in bitTrackingDCE()
93 auto &DB = getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DDemandedBits.h47 APInt getDemandedBits(Instruction *I);
87 DemandedBits &getDemandedBits() { return *DB; } in getDemandedBits() function
/external/llvm/include/llvm/Analysis/
DDemandedBits.h45 APInt getDemandedBits(Instruction *I);
84 DemandedBits &getDemandedBits() { return *DB; } in getDemandedBits() function
/external/llvm/lib/Analysis/
DVectorUtils.cpp367 if (DB.getDemandedBits(I).getBitWidth() > 64) in computeMinimumValueSizes()
370 uint64_t V = DB.getDemandedBits(I).getZExtValue(); in computeMinimumValueSizes()
DDemandedBits.cpp362 APInt DemandedBits::getDemandedBits(Instruction *I) { in getDemandedBits() function in DemandedBits
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DVectorUtils.cpp369 if (DB.getDemandedBits(I).getBitWidth() > 64) in computeMinimumValueSizes()
372 uint64_t V = DB.getDemandedBits(I).getZExtValue(); in computeMinimumValueSizes()
DDemandedBits.cpp368 APInt DemandedBits::getDemandedBits(Instruction *I) { in getDemandedBits() function in DemandedBits
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp127 auto Mask = DB->getDemandedBits(Exit); in computeRecurrenceType()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3386 auto Mask = DB->getDemandedBits(cast<Instruction>(Root)); in computeMinimumValueSizes()
3458 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
DLoopVectorize.cpp1821 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4438 auto Mask = DB->getDemandedBits(cast<Instruction>(Root)); in computeMinimumValueSizes()
4547 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
DLoopVectorize.cpp1719 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()