Searched refs:DemandedBitsWrapperPass (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Analysis/ |
D | DemandedBits.cpp | 45 char DemandedBitsWrapperPass::ID = 0; 46 INITIALIZE_PASS_BEGIN(DemandedBitsWrapperPass, "demanded-bits", 50 INITIALIZE_PASS_END(DemandedBitsWrapperPass, "demanded-bits", in INITIALIZE_PASS_DEPENDENCY() 53 DemandedBitsWrapperPass::DemandedBitsWrapperPass() : FunctionPass(ID) { in INITIALIZE_PASS_DEPENDENCY() 57 void DemandedBitsWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 64 void DemandedBitsWrapperPass::print(raw_ostream &OS, const Module *M) const { in print() 250 bool DemandedBitsWrapperPass::runOnFunction(Function &F) { in runOnFunction() 257 void DemandedBitsWrapperPass::releaseMemory() { in releaseMemory() 387 return new DemandedBitsWrapperPass(); in createDemandedBitsWrapperPass()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | DemandedBits.cpp | 56 char DemandedBitsWrapperPass::ID = 0; 58 INITIALIZE_PASS_BEGIN(DemandedBitsWrapperPass, "demanded-bits", 62 INITIALIZE_PASS_END(DemandedBitsWrapperPass, "demanded-bits", in INITIALIZE_PASS_DEPENDENCY() 65 DemandedBitsWrapperPass::DemandedBitsWrapperPass() : FunctionPass(ID) { in INITIALIZE_PASS_DEPENDENCY() 69 void DemandedBitsWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 76 void DemandedBitsWrapperPass::print(raw_ostream &OS, const Module *M) const { in print() 259 bool DemandedBitsWrapperPass::runOnFunction(Function &F) { in runOnFunction() 266 void DemandedBitsWrapperPass::releaseMemory() { in releaseMemory() 394 return new DemandedBitsWrapperPass(); in createDemandedBitsWrapperPass()
|
/external/llvm/lib/Transforms/Scalar/ |
D | BDCE.cpp | 93 auto &DB = getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction() 99 AU.addRequired<DemandedBitsWrapperPass>(); in getAnalysisUsage() 108 INITIALIZE_PASS_DEPENDENCY(DemandedBitsWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | BDCE.cpp | 153 auto &DB = getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction() 159 AU.addRequired<DemandedBitsWrapperPass>(); in getAnalysisUsage() 168 INITIALIZE_PASS_DEPENDENCY(DemandedBitsWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | DemandedBits.h | 72 class DemandedBitsWrapperPass : public FunctionPass { 79 DemandedBitsWrapperPass();
|
/external/llvm/include/llvm/Analysis/ |
D | DemandedBits.h | 71 class DemandedBitsWrapperPass : public FunctionPass { 76 DemandedBitsWrapperPass();
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 3458 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction() 3471 AU.addRequired<DemandedBitsWrapperPass>(); in getAnalysisUsage() 4645 INITIALIZE_PASS_DEPENDENCY(DemandedBitsWrapperPass)
|
D | LoopVectorize.cpp | 1821 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction() 1841 AU.addRequired<DemandedBitsWrapperPass>(); in getAnalysisUsage() 6128 INITIALIZE_PASS_DEPENDENCY(DemandedBitsWrapperPass)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 4547 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction() 4561 AU.addRequired<DemandedBitsWrapperPass>(); in getAnalysisUsage() 6476 INITIALIZE_PASS_DEPENDENCY(DemandedBitsWrapperPass) in INITIALIZE_PASS_BEGIN()
|
D | LoopVectorize.cpp | 1719 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction() 1738 AU.addRequired<DemandedBitsWrapperPass>(); in getAnalysisUsage() 6241 INITIALIZE_PASS_DEPENDENCY(DemandedBitsWrapperPass)
|