Home
last modified time | relevance | path

Searched refs:DemandedBitsWrapperPass (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/Analysis/
DDemandedBits.cpp45 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-10.0/llvm/lib/Analysis/
DDemandedBits.cpp57 char DemandedBitsWrapperPass::ID = 0;
59 INITIALIZE_PASS_BEGIN(DemandedBitsWrapperPass, "demanded-bits",
63 INITIALIZE_PASS_END(DemandedBitsWrapperPass, "demanded-bits", in INITIALIZE_PASS_DEPENDENCY()
66 DemandedBitsWrapperPass::DemandedBitsWrapperPass() : FunctionPass(ID) { in INITIALIZE_PASS_DEPENDENCY()
70 void DemandedBitsWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
77 void DemandedBitsWrapperPass::print(raw_ostream &OS, const Module *M) const { in print()
296 bool DemandedBitsWrapperPass::runOnFunction(Function &F) { in runOnFunction()
303 void DemandedBitsWrapperPass::releaseMemory() { in releaseMemory()
473 return new DemandedBitsWrapperPass(); in createDemandedBitsWrapperPass()
/external/llvm/lib/Transforms/Scalar/
DBDCE.cpp93 auto &DB = getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
99 AU.addRequired<DemandedBitsWrapperPass>(); in getAnalysisUsage()
108 INITIALIZE_PASS_DEPENDENCY(DemandedBitsWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
/external/llvm-project/llvm/lib/Analysis/
DDemandedBits.cpp57 char DemandedBitsWrapperPass::ID = 0;
59 INITIALIZE_PASS_BEGIN(DemandedBitsWrapperPass, "demanded-bits",
63 INITIALIZE_PASS_END(DemandedBitsWrapperPass, "demanded-bits", in INITIALIZE_PASS_DEPENDENCY()
66 DemandedBitsWrapperPass::DemandedBitsWrapperPass() : FunctionPass(ID) { in INITIALIZE_PASS_DEPENDENCY()
70 void DemandedBitsWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
77 void DemandedBitsWrapperPass::print(raw_ostream &OS, const Module *M) const { in print()
319 bool DemandedBitsWrapperPass::runOnFunction(Function &F) { in runOnFunction()
326 void DemandedBitsWrapperPass::releaseMemory() { in releaseMemory()
576 return new DemandedBitsWrapperPass(); in createDemandedBitsWrapperPass()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DBDCE.cpp165 auto &DB = getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
171 AU.addRequired<DemandedBitsWrapperPass>(); in getAnalysisUsage()
180 INITIALIZE_PASS_DEPENDENCY(DemandedBitsWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
/external/llvm-project/llvm/lib/Transforms/Scalar/
DBDCE.cpp187 auto &DB = getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
193 AU.addRequired<DemandedBitsWrapperPass>(); in getAnalysisUsage()
202 INITIALIZE_PASS_DEPENDENCY(DemandedBitsWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
/external/llvm/include/llvm/Analysis/
DDemandedBits.h71 class DemandedBitsWrapperPass : public FunctionPass {
76 DemandedBitsWrapperPass();
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDemandedBits.h85 class DemandedBitsWrapperPass : public FunctionPass {
92 DemandedBitsWrapperPass();
/external/llvm-project/llvm/include/llvm/Analysis/
DDemandedBits.h99 class DemandedBitsWrapperPass : public FunctionPass {
106 DemandedBitsWrapperPass();
/external/llvm-project/llvm/lib/Transforms/Utils/
DInjectTLIMappings.cpp148 AU.addPreserved<DemandedBitsWrapperPass>(); in getAnalysisUsage()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3458 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
3471 AU.addRequired<DemandedBitsWrapperPass>(); in getAnalysisUsage()
4645 INITIALIZE_PASS_DEPENDENCY(DemandedBitsWrapperPass)
DLoopVectorize.cpp1821 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
1841 AU.addRequired<DemandedBitsWrapperPass>(); in getAnalysisUsage()
6128 INITIALIZE_PASS_DEPENDENCY(DemandedBitsWrapperPass)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp5562 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
5576 AU.addRequired<DemandedBitsWrapperPass>(); in getAnalysisUsage()
7491 INITIALIZE_PASS_DEPENDENCY(DemandedBitsWrapperPass) in INITIALIZE_PASS_BEGIN()
DLoopVectorize.cpp1621 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
1641 AU.addRequired<DemandedBitsWrapperPass>(); in getAnalysisUsage()
6397 INITIALIZE_PASS_DEPENDENCY(DemandedBitsWrapperPass)
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp5845 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
5859 AU.addRequired<DemandedBitsWrapperPass>(); in getAnalysisUsage()
7917 INITIALIZE_PASS_DEPENDENCY(DemandedBitsWrapperPass) in INITIALIZE_PASS_BEGIN()
DLoopVectorize.cpp1932 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
1952 AU.addRequired<DemandedBitsWrapperPass>(); in getAnalysisUsage()
7221 INITIALIZE_PASS_DEPENDENCY(DemandedBitsWrapperPass)