Searched refs:CopyLike (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp254 MachineInstr &rewriteSource(MachineInstr &CopyLike,
789 MachineInstr &CopyLike; member in class:__anon1782::ValueTrackerResult::__anon1783::Rewriter
792 Rewriter(MachineInstr &CopyLike) : CopyLike(CopyLike) {} argument
805 /// For instance, let CopyLike be the instruction to rewrite.
806 /// CopyLike has one definition and one source:
807 /// dst.dstSubIdx = CopyLike src.srcSubIdx.
845 const MachineOperand &MOSrc = CopyLike.getOperand(1);
848 const MachineOperand &MODef = CopyLike
1223 rewriteSource(MachineInstr &CopyLike, RegSubRegPair Def, RewriteMapTy &RewriteMap) argument
[all...]

Completed in 48 milliseconds