Home
last modified time | relevance | path

Searched defs:PPCLoopPreIncPrep (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp62 class PPCLoopPreIncPrep : public FunctionPass { class
65 PPCLoopPreIncPrep() : FunctionPass(ID), TM(nullptr) { in PPCLoopPreIncPrep() function in __anonc77a45970111::PPCLoopPreIncPrep
68 PPCLoopPreIncPrep(PPCTargetMachine &TM) : FunctionPass(ID), TM(&TM) { in PPCLoopPreIncPrep() function in __anonc77a45970111::PPCLoopPreIncPrep
96 INITIALIZE_PASS_BEGIN(PPCLoopPreIncPrep, DEBUG_TYPE, name, false, false) in INITIALIZE_PASS_BEGIN() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp76 class PPCLoopPreIncPrep : public FunctionPass { class
80 PPCLoopPreIncPrep() : FunctionPass(ID) { in PPCLoopPreIncPrep() function in __anona9c3c12f0111::PPCLoopPreIncPrep
84 PPCLoopPreIncPrep(PPCTargetMachine &TM) : FunctionPass(ID), TM(&TM) { in PPCLoopPreIncPrep() function in __anona9c3c12f0111::PPCLoopPreIncPrep
116 INITIALIZE_PASS_BEGIN(PPCLoopPreIncPrep, DEBUG_TYPE, name, false, false) in INITIALIZE_PASS_BEGIN() argument