Home
last modified time | relevance | path

Searched refs:CopyOperands (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp143 assert(CopyOperands && "Expect copy"); in invalidateRegister()
476 std::optional<DestSourcePair> CopyOperands = in isNopCopy() local
515 std::optional<DestSourcePair> CopyOperands = in eraseIfRedundant() local
517 assert(CopyOperands); in eraseIfRedundant()
526 if (!CopyOperands->Source->isUndef()) { in eraseIfRedundant()
539 std::optional<DestSourcePair> CopyOperands = in isBackwardPropagatableRegClassCopy() local
764 if (CopyOperands) { in ForwardCopyPropagateBlock()
927 assert(CopyOperands); in ForwardCopyPropagateBlock()
962 return CopyOperands.Source->isRenamable() && CopyOperands.Source->isKill(); in isBackwardPropagatableCopy()
1245 if (!CopyOperands) in EliminateSpillageCopies()
[all …]
H A DMachineSink.cpp1342 auto CopyOperands = TII.isCopyInstr(SinkInst); in attemptDebugCopyProp() local
1343 if (!CopyOperands) in attemptDebugCopyProp()
1345 SrcMO = CopyOperands->Source; in attemptDebugCopyProp()
1346 DstMO = CopyOperands->Destination; in attemptDebugCopyProp()