|
LLVM
4.0.0
|
This file sets the p2align operands on load and store instructions. More...
#include "WebAssembly.h"#include "MCTargetDesc/WebAssemblyMCTargetDesc.h"#include "WebAssemblyMachineFunctionInfo.h"#include "llvm/CodeGen/MachineBlockFrequencyInfo.h"#include "llvm/CodeGen/MachineMemOperand.h"#include "llvm/CodeGen/Passes.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "wasm-set-p2align-operands" |
Functions | |
| static void | RewriteP2Align (MachineInstr &MI, unsigned OperandNo) |
This file sets the p2align operands on load and store instructions.
Definition in file WebAssemblySetP2AlignOperands.cpp.
| #define DEBUG_TYPE "wasm-set-p2align-operands" |
Definition at line 25 of file WebAssemblySetP2AlignOperands.cpp.
|
static |
Definition at line 53 of file WebAssemblySetP2AlignOperands.cpp.
References assert(), getAlignment(), llvm::WebAssembly::GetDefaultP2Align(), llvm::MachineInstr::getDesc(), llvm::MachineOperand::getImm(), llvm::MachineInstr::getOpcode(), llvm::MachineInstr::getOperand(), llvm::MachineInstr::hasOneMemOperand(), llvm::Log2_64(), llvm::MachineInstr::memoperands_begin(), fuzzer::min(), llvm::WebAssembly::OPERAND_P2ALIGN, llvm::MCOperandInfo::OperandType, llvm::MCInstrDesc::OpInfo, and llvm::MachineOperand::setImm().
1.8.6