Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1004 bool isSpillInstruction(const MachineInstr &MI, MachineFunction *MF);
1669 bool VarLocBasedLDV::isSpillInstruction(const MachineInstr &MI, in isSpillInstruction() function in VarLocBasedLDV
1684 if (!isSpillInstruction(MI, MF)) in isLocationSpill()
1759 if (isSpillInstruction(MI, MF)) { in transferSpillOrRestoreInst()
H A DInstrRefBasedImpl.h1175 std::optional<SpillLocationNo> isSpillInstruction(const MachineInstr &MI,
H A DInstrRefBasedImpl.cpp1958 InstrRefBasedLDV::isSpillInstruction(const MachineInstr &MI, in isSpillInstruction() function in InstrRefBasedLDV
1979 if (!isSpillInstruction(MI, MF)) in isLocationSpill()
2031 if (std::optional<SpillLocationNo> Loc = isSpillInstruction(MI, MF)) { in transferSpillOrRestoreInst()