LLVM 19.0.0git
MipsMCNaCl.h
Go to the documentation of this file.
1//===-- MipsMCNaCl.h - NaCl-related declarations --------------------------===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
9#ifndef LLVM_LIB_TARGET_MIPS_MCTARGETDESC_MIPSMCNACL_H
10#define LLVM_LIB_TARGET_MIPS_MCTARGETDESC_MIPSMCNACL_H
11
14
15namespace llvm {
16
17// NaCl MIPS sandbox's instruction bundle size.
19
20bool isBasePlusOffsetMemoryAccess(unsigned Opcode, unsigned *AddrIdx,
21 bool *IsStore = nullptr);
22bool baseRegNeedsLoadStoreMask(unsigned Reg);
23
24// This function creates an MCELFStreamer for Mips NaCl.
26 std::unique_ptr<MCAsmBackend> TAB,
27 std::unique_ptr<MCObjectWriter> OW,
28 std::unique_ptr<MCCodeEmitter> Emitter,
29 bool RelaxAll);
30}
31
32#endif
dxil DXContainer Global Emitter
unsigned Reg
Context object for machine code objects.
Definition: MCContext.h:76
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18
bool isBasePlusOffsetMemoryAccess(unsigned Opcode, unsigned *AddrIdx, bool *IsStore=nullptr)
MCELFStreamer * createMipsNaClELFStreamer(MCContext &Context, std::unique_ptr< MCAsmBackend > TAB, std::unique_ptr< MCObjectWriter > OW, std::unique_ptr< MCCodeEmitter > Emitter, bool RelaxAll)
static const Align MIPS_NACL_BUNDLE_ALIGN
Definition: MipsMCNaCl.h:18
bool baseRegNeedsLoadStoreMask(unsigned Reg)
This struct is a compact representation of a valid (non-zero power of two) alignment.
Definition: Alignment.h:39