Home
last modified time | relevance | path

Searched refs:isCopyInstr (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp91 static std::optional<DestSourcePair> isCopyInstr(const MachineInstr &MI, in isCopyInstr() function
95 return TII.isCopyInstr(MI); in isCopyInstr()
141 isCopyInstr(*MI, TII, UseCopyInstr); in invalidateRegister()
170 isCopyInstr(*MI, TII, UseCopyInstr); in clobberRegister()
184 isCopyInstr(*MI, TII, UseCopyInstr); in trackCopy()
241 isCopyInstr(*AvailCopy, TII, UseCopyInstr); in findAvailBackwardCopy()
271 isCopyInstr(*AvailCopy, TII, UseCopyInstr); in findAvailCopy()
388 isCopyInstr(PreviousCopy, *TII, UseCopyInstr); in isNopCopy()
415 auto PrevCopyOperands = isCopyInstr(*PrevCopy, *TII, UseCopyInstr); in eraseIfRedundant()
427 isCopyInstr(Copy, *TII, UseCopyInstr); in eraseIfRedundant()
[all …]
H A DMachineFunction.cpp973 if (auto CopyDstSrc = TII.isCopyInstr(MI)) { in salvageCopySSA()
1025 auto CopyDetails = *TII.isCopyInstr(Cpy); in salvageCopySSAImpl()
1057 if (!Inst.isCopyLike() && !TII.isCopyInstr(Inst)) in salvageCopySSAImpl()
1098 assert(CurInst->isCopyLike() || TII.isCopyInstr(*CurInst)); in salvageCopySSAImpl()
1173 if (DefMI.isCopyLike() || TII->isCopyInstr(DefMI)) { in finalizeDebugInstrRefs()
H A DFixupStatepointCallerSaved.cpp139 auto DestSrc = TII.isCopyInstr(*Def); in performCopyPropagation()
H A DTargetInstrInfo.cpp1321 if (auto DestSrc = isCopyInstr(MI)) { in describeLoadedValue()
H A DMachineSink.cpp1052 auto CopyOperands = TII.isCopyInstr(SinkInst); in attemptDebugCopyProp()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp952 } else if (auto DestSrc = isCopyInstr(MI)) { in describeLoadedValue()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1367 auto DestSrc = TII->isCopyInstr(*TransferInst); in removeEntryValue()
1843 auto DestSrc = TII->isCopyInstr(MI); in transferRegisterCopy()
H A DInstrRefBasedImpl.cpp2119 auto DestSrc = TII->isCopyInstr(MI); in transferRegisterCopy()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1035 std::optional<DestSourcePair> isCopyInstr(const MachineInstr &MI) const { in isCopyInstr() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp863 if (DefMI->isCopyLike() || TII->isCopyInstr(*DefMI)) { in EmitDbgInstrRef()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp8215 auto DestSrc = TII->isCopyInstr(MI); in describeORRLoadedValue()