Prologue epilogue insertion
prologue_epilogue_insertion
X86_CALLEE_SAVED_REGISTERS = [RBX, RBP, R12, R13, R14, R15]
module-attribute
Registers that should be the same after the called function returns to the caller, see external documentation.
X86PrologueEpilogueInsertion
dataclass
Bases: ModulePass
Source code in xdsl/backend/x86/prologue_epilogue_insertion.py
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | |
name = 'x86-prologue-epilogue-insertion'
class-attribute
instance-attribute
__init__() -> None
apply(ctx: Context, op: builtin.ModuleOp) -> None
Source code in xdsl/backend/x86/prologue_epilogue_insertion.py
62 63 64 65 66 67 68 69 70 | |