Return a valid size if the instruction is a folded restore instruction.
Synopsis
Declared in <llvm/CodeGen/MachineInstr.h>
std::optional<LocationSize>
getFoldedRestoreSize(TargetInstrInfo const* TII) const;
Return Value
Spill/restore size when applicable; otherwise std::nullopt.
Parameters
Name |
Description |
TII |
Target instruction info used to classify the instruction. |
Created with MrDocs