|
LLVM
4.0.0
|
#include "X86.h"#include "X86InstrBuilder.h"#include "X86InstrInfo.h"#include "X86MachineFunctionInfo.h"#include "X86Subtarget.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/IR/Function.h"#include "llvm/Support/raw_ostream.h"#include "llvm/Target/TargetInstrInfo.h"Go to the source code of this file.
Functions | |
| static int64_t | getWinAllocaAmount (MachineInstr *MI, MachineRegisterInfo *MRI) |
| Return the allocation amount for a WinAlloca instruction, or -1 if unknown. More... | |
| static bool | isPushPop (const MachineInstr &MI) |
| static unsigned | getSubOpcode (bool Is64Bit, int64_t Amount) |
Definition at line 195 of file X86WinAllocaExpander.cpp.
References llvm::isInt< 8 >().
|
static |
Return the allocation amount for a WinAlloca instruction, or -1 if unknown.
Definition at line 79 of file X86WinAllocaExpander.cpp.
References assert(), llvm::tgtok::Def, llvm::MachineOperand::getImm(), llvm::MachineInstr::getOpcode(), llvm::MachineInstr::getOperand(), llvm::MachineOperand::getReg(), llvm::MachineRegisterInfo::getUniqueVRegDef(), llvm::MachineInstr::isCopy(), llvm::MachineOperand::isImm(), and llvm::MachineOperand::isReg().
|
static |
Definition at line 114 of file X86WinAllocaExpander.cpp.
References llvm::MachineInstr::getOpcode().
1.8.6