LLVM 20.0.0git
|
#include "X86.h"
#include "X86InstrBuilder.h"
#include "X86InstrInfo.h"
#include "X86MachineFunctionInfo.h"
#include "X86Subtarget.h"
#include "llvm/ADT/MapVector.h"
#include "llvm/ADT/PostOrderIterator.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "llvm/IR/Function.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Functions | |
static int64_t | getDynAllocaAmount (MachineInstr *MI, MachineRegisterInfo *MRI) |
Return the allocation amount for a DynAlloca instruction, or -1 if unknown. | |
static bool | isPushPop (const MachineInstr &MI) |
static unsigned | getSubOpcode (bool Is64Bit) |
|
static |
Return the allocation amount for a DynAlloca instruction, or -1 if unknown.
Definition at line 80 of file X86DynAllocaExpander.cpp.
Definition at line 190 of file X86DynAllocaExpander.cpp.
|
static |
Definition at line 111 of file X86DynAllocaExpander.cpp.
References MI.