Home
last modified time | relevance | path

Searched refs:lookThruCopyLike (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCMIPeephole.cpp61 unsigned lookThruCopyLike(unsigned SrcReg);
121 unsigned TrueReg1 = lookThruCopyLike(MI.getOperand(1).getReg()); in simplifyCode()
122 unsigned TrueReg2 = lookThruCopyLike(MI.getOperand(2).getReg()); in simplifyCode()
133 = lookThruCopyLike(DefMI->getOperand(1).getReg()); in simplifyCode()
135 = lookThruCopyLike(DefMI->getOperand(2).getReg()); in simplifyCode()
199 unsigned PPCMIPeephole::lookThruCopyLike(unsigned SrcReg) { in lookThruCopyLike() function in __anonb390d9420111::PPCMIPeephole
DPPCVSXSwapRemoval.cpp137 unsigned lookThruCopyLike(unsigned SrcReg, unsigned VecIdx);
299 unsigned trueReg1 = lookThruCopyLike(MI.getOperand(1).getReg(), in gatherVectorInstructions()
301 unsigned trueReg2 = lookThruCopyLike(MI.getOperand(2).getReg(), in gatherVectorInstructions()
324 unsigned trueReg1 = lookThruCopyLike(MI.getOperand(1).getReg(), in gatherVectorInstructions()
326 unsigned trueReg2 = lookThruCopyLike(MI.getOperand(2).getReg(), in gatherVectorInstructions()
552 unsigned PPCVSXSwapRemoval::lookThruCopyLike(unsigned SrcReg, in lookThruCopyLike() function in __anon60b253ec0111::PPCVSXSwapRemoval
572 return lookThruCopyLike(CopySrcReg, VecIdx); in lookThruCopyLike()