Searched refs:isFoldableReg (Results 1 – 3 of 3) sorted by relevance
249 LLVM_ABI bool isFoldableReg(Register Reg) const;253 LLVM_ABI static bool isFoldableReg(const MachineInstr *MI, Register Reg);
148 bool StatepointOpers::isFoldableReg(Register Reg) const { in isFoldableReg() function in StatepointOpers159 bool StatepointOpers::isFoldableReg(const MachineInstr *MI, Register Reg) { in isFoldableReg() function in StatepointOpers162 return StatepointOpers(MI).isFoldableReg(Reg); in isFoldableReg()
368 if (StatepointOpers::isFoldableReg(&MI, SnipLI.reg())) in isSnippet()