Home
last modified time | relevance | path

Searched refs:lookThruCopyLike (Results 1 – 14 of 14) 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()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp133 unsigned lookThruCopyLike(unsigned SrcReg, unsigned VecIdx);
297 unsigned trueReg1 = lookThruCopyLike(MI.getOperand(1).getReg(), in gatherVectorInstructions()
299 unsigned trueReg2 = lookThruCopyLike(MI.getOperand(2).getReg(), in gatherVectorInstructions()
322 unsigned trueReg1 = lookThruCopyLike(MI.getOperand(1).getReg(), in gatherVectorInstructions()
324 unsigned trueReg2 = lookThruCopyLike(MI.getOperand(2).getReg(), in gatherVectorInstructions()
555 unsigned PPCVSXSwapRemoval::lookThruCopyLike(unsigned SrcReg, in lookThruCopyLike() function in __anon557aebfa0111::PPCVSXSwapRemoval
575 return lookThruCopyLike(CopySrcReg, VecIdx); in lookThruCopyLike()
DPPCMIPeephole.cpp507 TRI->lookThruCopyLike(MI.getOperand(1).getReg(), MRI); in simplifyCode()
509 TRI->lookThruCopyLike(MI.getOperand(2).getReg(), MRI); in simplifyCode()
529 TRI->lookThruCopyLike(DefMI->getOperand(1).getReg(), MRI); in simplifyCode()
560 unsigned FeedReg1 = TRI->lookThruCopyLike(DefReg1, MRI); in simplifyCode()
561 unsigned FeedReg2 = TRI->lookThruCopyLike(DefReg2, MRI); in simplifyCode()
621 TRI->lookThruCopyLike(MI.getOperand(OpNo).getReg(), MRI); in simplifyCode()
684 TRI->lookThruCopyLike(MI.getOperand(1).getReg(), MRI); in simplifyCode()
693 TRI->lookThruCopyLike(DefMI->getOperand(1).getReg(), MRI); in simplifyCode()
695 TRI->lookThruCopyLike(DefMI->getOperand(2).getReg(), MRI); in simplifyCode()
DPPCInstrInfo.cpp1951 Register ActualSrc = TRI->lookThruCopyLike(SrcReg, MRI); in optimizeCompareInstr()
2782 unsigned TrueReg = TRI->lookThruCopyLike(Reg, MRI); in getForwardingDefMI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp133 unsigned lookThruCopyLike(unsigned SrcReg, unsigned VecIdx);
297 unsigned trueReg1 = lookThruCopyLike(MI.getOperand(1).getReg(), in gatherVectorInstructions()
299 unsigned trueReg2 = lookThruCopyLike(MI.getOperand(2).getReg(), in gatherVectorInstructions()
322 unsigned trueReg1 = lookThruCopyLike(MI.getOperand(1).getReg(), in gatherVectorInstructions()
324 unsigned trueReg2 = lookThruCopyLike(MI.getOperand(2).getReg(), in gatherVectorInstructions()
555 unsigned PPCVSXSwapRemoval::lookThruCopyLike(unsigned SrcReg, in lookThruCopyLike() function in __anon8e42350e0111::PPCVSXSwapRemoval
575 return lookThruCopyLike(CopySrcReg, VecIdx); in lookThruCopyLike()
DPPCMIPeephole.cpp346 TRI->lookThruCopyLike(MI.getOperand(1).getReg(), MRI); in simplifyCode()
348 TRI->lookThruCopyLike(MI.getOperand(2).getReg(), MRI); in simplifyCode()
368 TRI->lookThruCopyLike(DefMI->getOperand(1).getReg(), MRI); in simplifyCode()
399 unsigned FeedReg1 = TRI->lookThruCopyLike(DefReg1, MRI); in simplifyCode()
400 unsigned FeedReg2 = TRI->lookThruCopyLike(DefReg2, MRI); in simplifyCode()
460 TRI->lookThruCopyLike(MI.getOperand(OpNo).getReg(), MRI); in simplifyCode()
523 TRI->lookThruCopyLike(MI.getOperand(1).getReg(), MRI); in simplifyCode()
532 TRI->lookThruCopyLike(DefMI->getOperand(1).getReg(), MRI); in simplifyCode()
534 TRI->lookThruCopyLike(DefMI->getOperand(2).getReg(), MRI); in simplifyCode()
DPPCInstrInfo.cpp1649 unsigned ActualSrc = TRI->lookThruCopyLike(SrcReg, MRI); in optimizeCompareInstr()
2341 unsigned TrueReg = TRI->lookThruCopyLike(Reg, MRI); in getForwardingDefMI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp495 TargetRegisterInfo::lookThruCopyLike(unsigned SrcReg, in lookThruCopyLike() function in TargetRegisterInfo
DMachineLICM.cpp964 Reg = TRI->lookThruCopyLike(MO.getReg(), MRI); in isInvariantStore()
/external/llvm-project/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp513 TargetRegisterInfo::lookThruCopyLike(Register SrcReg, in lookThruCopyLike() function in TargetRegisterInfo
DMachineLICM.cpp977 Reg = TRI->lookThruCopyLike(MO.getReg(), MRI); in isInvariantStore()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h408 virtual unsigned lookThruCopyLike(unsigned SrcReg,
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h414 virtual Register lookThruCopyLike(Register SrcReg,