Home
last modified time | relevance | path

Searched refs:PPCMIPeephole (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCMIPeephole.cpp41 struct PPCMIPeephole : public MachineFunctionPass { struct
48 PPCMIPeephole() : MachineFunctionPass(ID) { in PPCMIPeephole() function
74 void PPCMIPeephole::initialize(MachineFunction &MFParm) { in initialize()
83 bool PPCMIPeephole::simplifyCode(void) { in simplifyCode()
199 unsigned PPCMIPeephole::lookThruCopyLike(unsigned SrcReg) { in lookThruCopyLike()
224 INITIALIZE_PASS_BEGIN(PPCMIPeephole, DEBUG_TYPE,
226 INITIALIZE_PASS_END(PPCMIPeephole, DEBUG_TYPE,
229 char PPCMIPeephole::ID = 0;
231 llvm::createPPCMIPeepholePass() { return new PPCMIPeephole(); } in createPPCMIPeepholePass()
DCMakeLists.txt31 PPCMIPeephole.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCMIPeephole.cpp73 struct PPCMIPeephole : public MachineFunctionPass { struct
80 PPCMIPeephole() : MachineFunctionPass(ID) { in PPCMIPeephole() function
117 void PPCMIPeephole::initialize(MachineFunction &MFParm) { in initialize()
198 void PPCMIPeephole::UpdateTOCSaves( in UpdateTOCSaves()
219 bool PPCMIPeephole::simplifyCode(void) { in simplifyCode()
983 bool PPCMIPeephole::eliminateRedundantTOCSaves( in eliminateRedundantTOCSaves()
1025 bool PPCMIPeephole::eliminateRedundantCompare(void) { in eliminateRedundantCompare()
1280 INITIALIZE_PASS_BEGIN(PPCMIPeephole, DEBUG_TYPE,
1282 INITIALIZE_PASS_END(PPCMIPeephole, DEBUG_TYPE,
1285 char PPCMIPeephole::ID = 0;
[all …]
DCMakeLists.txt33 PPCMIPeephole.cpp
DPPCInstr64Bit.td199 // clean this up in PPCMIPeephole with calls to
DPPCInstrInfo.td1648 // clean this up in PPCMIPeephole with calls to
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dcmp_elimination.ll4 ; Test cases for compare elimination in PPCMIPeephole pass
/external/swiftshader/third_party/llvm-7.0/
DBUILD.gn643 "llvm/lib/Target/PowerPC/PPCMIPeephole.cpp",
/external/swiftshader/
DCMakeLists.txt1448 ${LLVM_DIR}/lib/Target/PowerPC/PPCMIPeephole.cpp