Searched refs:lookThruCopyLike (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCVSXSwapRemoval.cpp | 133 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 __anon822fbea10111::PPCVSXSwapRemoval 575 return lookThruCopyLike(CopySrcReg, VecIdx); in lookThruCopyLike()
|
D | PPCMIPeephole.cpp | 346 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()
|
D | PPCInstrInfo.cpp | 1649 unsigned ActualSrc = TRI->lookThruCopyLike(SrcReg, MRI); in optimizeCompareInstr() 2341 unsigned TrueReg = TRI->lookThruCopyLike(Reg, MRI); in getForwardingDefMI()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetRegisterInfo.cpp | 495 TargetRegisterInfo::lookThruCopyLike(unsigned SrcReg, in lookThruCopyLike() function in TargetRegisterInfo
|
D | MachineLICM.cpp | 964 Reg = TRI->lookThruCopyLike(MO.getReg(), MRI); in isInvariantStore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetRegisterInfo.h | 408 virtual unsigned lookThruCopyLike(unsigned SrcReg,
|