Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Scalar/
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()
187 auto &DB = getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DBDCE.cpp52 !DB.getDemandedBits(J).isAllOnesValue()) { in clearAssumptionsOfUsers()
83 !DB.getDemandedBits(K).isAllOnesValue()) in clearAssumptionsOfUsers()
103 DB.getDemandedBits(&I).isNullValue() && in bitTrackingDCE()
165 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/llvm/include/llvm/Analysis/
DDemandedBits.h45 APInt getDemandedBits(Instruction *I);
84 DemandedBits &getDemandedBits() { return *DB; } in getDemandedBits() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDemandedBits.h54 APInt getDemandedBits(Instruction *I);
100 DemandedBits &getDemandedBits() { return *DB; } in getDemandedBits() function
/external/llvm-project/llvm/include/llvm/Analysis/
DDemandedBits.h54 APInt getDemandedBits(Instruction *I);
114 DemandedBits &getDemandedBits() { return *DB; } in getDemandedBits() function
/external/llvm-project/llvm/test/Transforms/LoopVectorize/
Ddemanded-bits-of-pointer-instruction.ll3 ; getDemandedBits() is called on the pointer-typed GEP instruction here.
/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-10.0/llvm/lib/Analysis/
DDemandedBits.cpp420 APInt DemandedBits::getDemandedBits(Instruction *I) { in getDemandedBits() function in DemandedBits
DVectorUtils.cpp426 if (DB.getDemandedBits(I).getBitWidth() > 64) in computeMinimumValueSizes()
429 uint64_t V = DB.getDemandedBits(I).getZExtValue(); in computeMinimumValueSizes()
DIVDescriptors.cpp125 auto Mask = DB->getDemandedBits(Exit); in computeRecurrenceType()
/external/llvm-project/llvm/lib/Analysis/
DDemandedBits.cpp443 APInt DemandedBits::getDemandedBits(Instruction *I) { in getDemandedBits() function in DemandedBits
DVectorUtils.cpp540 if (DB.getDemandedBits(I).getBitWidth() > 64) in computeMinimumValueSizes()
543 uint64_t V = DB.getDemandedBits(I).getZExtValue(); in computeMinimumValueSizes()
DIVDescriptors.cpp125 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-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp5453 auto Mask = DB->getDemandedBits(cast<Instruction>(Root)); in computeMinimumValueSizes()
5562 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
DLoopVectorize.cpp1621 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp5736 auto Mask = DB->getDemandedBits(cast<Instruction>(Root)); in computeMinimumValueSizes()
5845 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
DLoopVectorize.cpp1932 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()