Searched refs:DestSrc (Results 1 – 10 of 10) sorted by relevance
240 auto DestSrc = TII.isCopyInstr(*MI); in weightCalcHelper() local241 if (DestSrc) { in weightCalcHelper()242 const MachineOperand *DestRegOp = DestSrc->Destination; in weightCalcHelper()243 const MachineOperand *SrcRegOp = DestSrc->Source; in weightCalcHelper()
139 auto DestSrc = TII.isCopyInstr(*Def); in performCopyPropagation() local140 if (!DestSrc || DestSrc->Destination->getReg() != Reg) in performCopyPropagation()143 Register SrcReg = DestSrc->Source->getReg(); in performCopyPropagation()154 IsKill = DestSrc->Source->isKill(); in performCopyPropagation()164 const_cast<MachineOperand *>(DestSrc->Source)->setIsKill(false); in performCopyPropagation()
1388 auto DestSrc = TII->isCopyInstr(*MI); in readsLaneSubset() local1389 if (DestSrc && !MI->isBundled() && in readsLaneSubset()1390 DestSrc->Destination->getSubReg() == DestSrc->Source->getSubReg()) in readsLaneSubset()2562 auto DestSrc = TII->isCopyInstr(MI); in computeStats() local2563 if (DestSrc) { in computeStats()2564 const MachineOperand &Dest = *DestSrc->Destination; in computeStats()2565 const MachineOperand &Src = *DestSrc->Source; in computeStats()
762 auto DestSrc = TII.isCopyInstr(*It); in reMaterializeAll() local764 DestSrc && DestSrc->Destination->getReg() == Reg; in reMaterializeAll()
1561 if (auto DestSrc = isCopyInstr(MI)) { in describeLoadedValue() local1562 Register DestReg = DestSrc->Destination->getReg(); in describeLoadedValue()1570 return ParamLoadedValue(*DestSrc->Source, Expr); in describeLoadedValue()
1367 auto DestSrc = TII->isCopyLikeInstr(*TransferInst); in removeEntryValue() local1368 if (DestSrc) { in removeEntryValue()1370 SrcRegOp = DestSrc->Source; in removeEntryValue()1371 DestRegOp = DestSrc->Destination; in removeEntryValue()1843 auto DestSrc = TII->isCopyLikeInstr(MI); in transferRegisterCopy() local1844 if (!DestSrc) in transferRegisterCopy()1847 const MachineOperand *DestRegOp = DestSrc->Destination; in transferRegisterCopy()1848 const MachineOperand *SrcRegOp = DestSrc->Source; in transferRegisterCopy()
2147 auto DestSrc = TII->isCopyLikeInstr(MI); in transferRegisterCopy() local2148 if (!DestSrc) in transferRegisterCopy()2151 const MachineOperand *DestRegOp = DestSrc->Destination; in transferRegisterCopy()2152 const MachineOperand *SrcRegOp = DestSrc->Source; in transferRegisterCopy()
1093 auto DestSrc = isCopyInstr(MI); in isFullCopyInstr() local1094 if (!DestSrc) in isFullCopyInstr()1097 const MachineOperand *DestRegOp = DestSrc->Destination; in isFullCopyInstr()1098 const MachineOperand *SrcRegOp = DestSrc->Source; in isFullCopyInstr()
952 } else if (auto DestSrc = isCopyInstr(MI)) { in describeLoadedValue() local955 Register DestReg = DestSrc->Destination->getReg(); in describeLoadedValue()
9362 auto DestSrc = TII->isCopyLikeInstr(MI); in describeORRLoadedValue() local9363 if (!DestSrc) in describeORRLoadedValue()9366 Register DestReg = DestSrc->Destination->getReg(); in describeORRLoadedValue()9367 Register SrcReg = DestSrc->Source->getReg(); in describeORRLoadedValue()