Home
last modified time | relevance | path

Searched refs:getRestoreSize (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1785 std::optional<LocationSize> getRestoreSize(const TargetInstrInfo *TII) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1730 if (MI.getRestoreSize(TII)) { in isRestoreInstruction()
H A DInstrRefBasedImpl.cpp2023 if (MI.getRestoreSize(TII)) { in isRestoreInstruction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2463 MachineInstr::getRestoreSize(const TargetInstrInfo *TII) const { in getRestoreSize() function in MachineInstr
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1087 if ((Size = MI.getRestoreSize(TII))) { in emitComments()