LLVM 19.0.0git
BPFLegalizerInfo.cpp
Go to the documentation of this file.
1//===- BPFLegalizerInfo.h ----------------------------------------*- C++ -*-==//
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/// \file
9/// This file implements the targeting of the Machinelegalizer class for BPF
10//===----------------------------------------------------------------------===//
11
12#include "BPFLegalizerInfo.h"
13#include "llvm/Support/Debug.h"
14
15#define DEBUG_TYPE "bpf-legalinfo"
16
17using namespace llvm;
18using namespace LegalizeActions;
19
22}
This file declares the targeting of the Machinelegalizer class for BPF.
BPFLegalizerInfo(const BPFSubtarget &ST)
void computeTables()
Compute any ancillary tables needed to quickly decide how an operation should be handled.
const LegacyLegalizerInfo & getLegacyLegalizerInfo() const
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18