LLVM: llvm::PatchPointOpers Class Reference (original) (raw)
MI-level patchpoint operands.
MI patchpoint operations take the form: [], , , , , , ...
IR patchpoint intrinsics do not have the operand because calling convention is part of the subclass data.
SD patchpoint nodes do not have a def operand because it is part of the SDValue.
Patchpoints following the anyregcc convention are handled specially. For these, the stack map also records the location of the return value and arguments.
Definition at line 77 of file StackMaps.h.