Home
last modified time | relevance | path

Searched refs:isFoldableReg (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h248 bool isFoldableReg(Register Reg) const;
252 static bool isFoldableReg(const MachineInstr *MI, Register Reg);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp149 bool StatepointOpers::isFoldableReg(Register Reg) const { in isFoldableReg() function in StatepointOpers
160 bool StatepointOpers::isFoldableReg(const MachineInstr *MI, Register Reg) { in isFoldableReg() function in StatepointOpers
163 return StatepointOpers(MI).isFoldableReg(Reg); in isFoldableReg()
H A DInlineSpiller.cpp369 if (StatepointOpers::isFoldableReg(&MI, SnipLI.reg())) in isSnippet()