Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h249 LLVM_ABI bool isFoldableReg(Register Reg) const;
253 LLVM_ABI static bool isFoldableReg(const MachineInstr *MI, Register Reg);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp148 bool StatepointOpers::isFoldableReg(Register Reg) const { in isFoldableReg() function in StatepointOpers
159 bool StatepointOpers::isFoldableReg(const MachineInstr *MI, Register Reg) { in isFoldableReg() function in StatepointOpers
162 return StatepointOpers(MI).isFoldableReg(Reg); in isFoldableReg()
H A DInlineSpiller.cpp368 if (StatepointOpers::isFoldableReg(&MI, SnipLI.reg())) in isSnippet()