Home
last modified time | relevance | path

Searched refs:FromMI (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagEdge.h
H A DGIMatchDagEdge.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h156 void replaceOpcodeWith(MachineInstr &FromMI, unsigned ToOpcode) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp187 void CombinerHelper::replaceOpcodeWith(MachineInstr &FromMI, in replaceOpcodeWith() argument
189 Observer.changingInstr(FromMI); in replaceOpcodeWith()
191 FromMI.setDesc(Builder.getTII().get(ToOpcode)); in replaceOpcodeWith()
193 Observer.changedInstr(FromMI); in replaceOpcodeWith()