Home
last modified time | relevance | path

Searched refs:DestSrc (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/
DFixupStatepointCallerSaved.cpp143 auto DestSrc = TII.isCopyInstr(*Def); in performCopyPropagation() local
144 if (!DestSrc || DestSrc->Destination->getReg() != Reg) in performCopyPropagation()
147 Register SrcReg = DestSrc->Source->getReg(); in performCopyPropagation()
158 IsKill = DestSrc->Source->isKill(); in performCopyPropagation()
DTargetInstrInfo.cpp1191 if (auto DestSrc = isCopyInstr(MI)) { in describeLoadedValue() local
1192 Register DestReg = DestSrc->Destination->getReg(); in describeLoadedValue()
1200 return ParamLoadedValue(*DestSrc->Source, Expr); in describeLoadedValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp748 auto DestSrc = TII->isCopyInstr(*I); in removeEntryValue() local
749 if (!DestSrc) in removeEntryValue()
752 SrcRegOp = DestSrc->Source; in removeEntryValue()
753 DestRegOp = DestSrc->Destination; in removeEntryValue()
1117 auto DestSrc = TII->isCopyInstr(MI); in transferRegisterCopy() local
1118 if (!DestSrc) in transferRegisterCopy()
1121 const MachineOperand *DestRegOp = DestSrc->Destination; in transferRegisterCopy()
1122 const MachineOperand *SrcRegOp = DestSrc->Source; in transferRegisterCopy()
DTargetInstrInfo.cpp1134 if (auto DestSrc = isCopyInstr(MI)) { in describeLoadedValue() local
1135 Register DestReg = DestSrc->Destination->getReg(); in describeLoadedValue()
1138 return ParamLoadedValue(*DestSrc->Source, Expr); in describeLoadedValue()
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DVarLocBasedImpl.cpp1022 auto DestSrc = TII->isCopyInstr(*I); in removeEntryValue() local
1023 if (!DestSrc) in removeEntryValue()
1026 SrcRegOp = DestSrc->Source; in removeEntryValue()
1027 DestRegOp = DestSrc->Destination; in removeEntryValue()
1439 auto DestSrc = TII->isCopyInstr(MI); in transferRegisterCopy() local
1440 if (!DestSrc) in transferRegisterCopy()
1443 const MachineOperand *DestRegOp = DestSrc->Destination; in transferRegisterCopy()
1444 const MachineOperand *SrcRegOp = DestSrc->Source; in transferRegisterCopy()
DInstrRefBasedImpl.cpp2013 auto DestSrc = TII->isCopyInstr(MI); in transferRegisterCopy() local
2014 if (!DestSrc) in transferRegisterCopy()
2017 const MachineOperand *DestRegOp = DestSrc->Destination; in transferRegisterCopy()
2018 const MachineOperand *SrcRegOp = DestSrc->Source; in transferRegisterCopy()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp862 } else if (auto DestSrc = isCopyInstr(MI)) { in describeLoadedValue() local
865 Register DestReg = DestSrc->Destination->getReg(); in describeLoadedValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp6558 auto DestSrc = TII->isCopyInstr(MI); in describeORRLoadedValue() local
6559 if (!DestSrc) in describeORRLoadedValue()
6562 Register DestReg = DestSrc->Destination->getReg(); in describeORRLoadedValue()
6563 Register SrcReg = DestSrc->Source->getReg(); in describeORRLoadedValue()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp6987 auto DestSrc = TII->isCopyInstr(MI); in describeORRLoadedValue() local
6988 if (!DestSrc) in describeORRLoadedValue()
6991 Register DestReg = DestSrc->Destination->getReg(); in describeORRLoadedValue()
6992 Register SrcReg = DestSrc->Source->getReg(); in describeORRLoadedValue()