/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | BDCE.cpp | 56 !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/ |
D | BDCE.cpp | 52 !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/ |
D | BDCE.cpp | 43 !DB.getDemandedBits(&I).getBoolValue()) { in bitTrackingDCE() 93 auto &DB = getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
|
/external/llvm/include/llvm/Analysis/ |
D | DemandedBits.h | 45 APInt getDemandedBits(Instruction *I); 84 DemandedBits &getDemandedBits() { return *DB; } in getDemandedBits() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DemandedBits.h | 54 APInt getDemandedBits(Instruction *I); 100 DemandedBits &getDemandedBits() { return *DB; } in getDemandedBits() function
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | DemandedBits.h | 54 APInt getDemandedBits(Instruction *I); 114 DemandedBits &getDemandedBits() { return *DB; } in getDemandedBits() function
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/ |
D | demanded-bits-of-pointer-instruction.ll | 3 ; getDemandedBits() is called on the pointer-typed GEP instruction here.
|
/external/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 367 if (DB.getDemandedBits(I).getBitWidth() > 64) in computeMinimumValueSizes() 370 uint64_t V = DB.getDemandedBits(I).getZExtValue(); in computeMinimumValueSizes()
|
D | DemandedBits.cpp | 362 APInt DemandedBits::getDemandedBits(Instruction *I) { in getDemandedBits() function in DemandedBits
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DemandedBits.cpp | 420 APInt DemandedBits::getDemandedBits(Instruction *I) { in getDemandedBits() function in DemandedBits
|
D | VectorUtils.cpp | 426 if (DB.getDemandedBits(I).getBitWidth() > 64) in computeMinimumValueSizes() 429 uint64_t V = DB.getDemandedBits(I).getZExtValue(); in computeMinimumValueSizes()
|
D | IVDescriptors.cpp | 125 auto Mask = DB->getDemandedBits(Exit); in computeRecurrenceType()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | DemandedBits.cpp | 443 APInt DemandedBits::getDemandedBits(Instruction *I) { in getDemandedBits() function in DemandedBits
|
D | VectorUtils.cpp | 540 if (DB.getDemandedBits(I).getBitWidth() > 64) in computeMinimumValueSizes() 543 uint64_t V = DB.getDemandedBits(I).getZExtValue(); in computeMinimumValueSizes()
|
D | IVDescriptors.cpp | 125 auto Mask = DB->getDemandedBits(Exit); in computeRecurrenceType()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 3386 auto Mask = DB->getDemandedBits(cast<Instruction>(Root)); in computeMinimumValueSizes() 3458 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
|
D | LoopVectorize.cpp | 1821 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 5453 auto Mask = DB->getDemandedBits(cast<Instruction>(Root)); in computeMinimumValueSizes() 5562 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
|
D | LoopVectorize.cpp | 1621 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 5736 auto Mask = DB->getDemandedBits(cast<Instruction>(Root)); in computeMinimumValueSizes() 5845 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
|
D | LoopVectorize.cpp | 1932 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
|