Home
last modified time | relevance | path

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/
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 __anon822fbea10111::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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h408 virtual unsigned lookThruCopyLike(unsigned SrcReg,