Namespace Flame.Compiler.Instructions.Fused
Classes
FusedInstructionPrototype
A prototype for a fused instruction: a special composite instruction that is entirely equivalent to a sequence of core instructions. Fused instructions are mostly useful for making back-ends emit better code.
LoadFieldPrototype
An instruction prototype that loads a field. It is a fused instruction prototype that is equivalent to a get-field-pointer followed by a load.
StoreFieldPrototype
An instruction prototype that stores a field. It is a fused instruction prototype that is equivalent to a get-field-pointer followed by a store.