Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1025 std::optional<VarLoc::SpillLoc> isRestoreInstruction(const MachineInstr &MI,
1723 VarLocBasedLDV::isRestoreInstruction(const MachineInstr &MI, in isRestoreInstruction() function in VarLocBasedLDV
1795 if (!(Loc = isRestoreInstruction(MI, MF, Reg))) in transferSpillOrRestoreInst()
H A DInstrRefBasedImpl.h1281 std::optional<SpillLocationNo> isRestoreInstruction(const MachineInstr &MI,
H A DInstrRefBasedImpl.cpp2016 InstrRefBasedLDV::isRestoreInstruction(const MachineInstr &MI, in isRestoreInstruction() function in InstrRefBasedLDV
2110 std::optional<SpillLocationNo> Loc = isRestoreInstruction(MI, MF, Reg); in transferSpillOrRestoreInst()