Searched refs:replaceSingleDefInstWithOperand (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/ |
| H A D | Combine.td | 272 (apply [{ return Helper.replaceSingleDefInstWithOperand(*${root}, 2); }]) 280 (apply [{ return Helper.replaceSingleDefInstWithOperand(*${root}, 2); }]) 290 (apply [{ return Helper.replaceSingleDefInstWithOperand(*${root}, ${matchinfo}); }]) 306 (apply [{ return Helper.replaceSingleDefInstWithOperand(*${root}, 1); }]) 314 (apply [{ return Helper.replaceSingleDefInstWithOperand(*${root}, 1); }]) 322 (apply [{ return Helper.replaceSingleDefInstWithOperand(*${root}, 1); }]) 330 (apply [{ return Helper.replaceSingleDefInstWithOperand(*${root}, 1); }]) 374 (apply [{ return Helper.replaceSingleDefInstWithOperand(*${root}, 2); }]) 484 (apply [{ return Helper.replaceSingleDefInstWithOperand(*${root}, 1); }]) 898 (apply [{ Helper.replaceSingleDefInstWithOperand(*${root}, ${info}); }])>;
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.h | 451 bool replaceSingleDefInstWithOperand(MachineInstr &MI, unsigned OpIdx);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 2456 bool CombinerHelper::replaceSingleDefInstWithOperand(MachineInstr &MI, in replaceSingleDefInstWithOperand() function in CombinerHelper
|