• Home
  • Raw
  • Download

Lines Matching refs:SrcReg

82                                          unsigned &SrcReg, unsigned &DstReg,  in isCoalescableExtInstr()  argument
88 SrcReg = MI.getOperand(1).getReg(); in isCoalescableExtInstr()
410 unsigned DestReg, unsigned SrcReg, in copyPhysReg() argument
413 if (PPC::GPRCRegClass.contains(DestReg, SrcReg)) in copyPhysReg()
415 else if (PPC::G8RCRegClass.contains(DestReg, SrcReg)) in copyPhysReg()
417 else if (PPC::F4RCRegClass.contains(DestReg, SrcReg)) in copyPhysReg()
419 else if (PPC::CRRCRegClass.contains(DestReg, SrcReg)) in copyPhysReg()
421 else if (PPC::VRRCRegClass.contains(DestReg, SrcReg)) in copyPhysReg()
423 else if (PPC::CRBITRCRegClass.contains(DestReg, SrcReg)) in copyPhysReg()
431 .addReg(SrcReg).addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
433 BuildMI(MBB, I, DL, MCID, DestReg).addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
439 unsigned SrcReg, bool isKill, in StoreRegToStackSlot() argument
446 if (SrcReg != PPC::LR) { in StoreRegToStackSlot()
448 .addReg(SrcReg, in StoreRegToStackSlot()
462 if (SrcReg != PPC::LR8) { in StoreRegToStackSlot()
464 .addReg(SrcReg, in StoreRegToStackSlot()
479 .addReg(SrcReg, in StoreRegToStackSlot()
484 .addReg(SrcReg, in StoreRegToStackSlot()
489 .addReg(SrcReg, in StoreRegToStackSlot()
499 if (SrcReg == PPC::CR0LT || SrcReg == PPC::CR0GT || in StoreRegToStackSlot()
500 SrcReg == PPC::CR0EQ || SrcReg == PPC::CR0UN) in StoreRegToStackSlot()
502 else if (SrcReg == PPC::CR1LT || SrcReg == PPC::CR1GT || in StoreRegToStackSlot()
503 SrcReg == PPC::CR1EQ || SrcReg == PPC::CR1UN) in StoreRegToStackSlot()
505 else if (SrcReg == PPC::CR2LT || SrcReg == PPC::CR2GT || in StoreRegToStackSlot()
506 SrcReg == PPC::CR2EQ || SrcReg == PPC::CR2UN) in StoreRegToStackSlot()
508 else if (SrcReg == PPC::CR3LT || SrcReg == PPC::CR3GT || in StoreRegToStackSlot()
509 SrcReg == PPC::CR3EQ || SrcReg == PPC::CR3UN) in StoreRegToStackSlot()
511 else if (SrcReg == PPC::CR4LT || SrcReg == PPC::CR4GT || in StoreRegToStackSlot()
512 SrcReg == PPC::CR4EQ || SrcReg == PPC::CR4UN) in StoreRegToStackSlot()
514 else if (SrcReg == PPC::CR5LT || SrcReg == PPC::CR5GT || in StoreRegToStackSlot()
515 SrcReg == PPC::CR5EQ || SrcReg == PPC::CR5UN) in StoreRegToStackSlot()
517 else if (SrcReg == PPC::CR6LT || SrcReg == PPC::CR6GT || in StoreRegToStackSlot()
518 SrcReg == PPC::CR6EQ || SrcReg == PPC::CR6UN) in StoreRegToStackSlot()
520 else if (SrcReg == PPC::CR7LT || SrcReg == PPC::CR7GT || in StoreRegToStackSlot()
521 SrcReg == PPC::CR7EQ || SrcReg == PPC::CR7UN) in StoreRegToStackSlot()
529 .addReg(SrcReg, in StoreRegToStackSlot()
543 unsigned SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot() argument
553 if (StoreRegToStackSlot(MF, SrcReg, isKill, FrameIdx, RC, NewMIs, NonRI)) in storeRegToStackSlot()