Return a valid size if the instruction is a folded spill instruction.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

std::optional<LocationSize>
getFoldedSpillSize(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