LLVM 19.0.0git
Functions
ARMLegalizerInfo.cpp File Reference

This file implements the targeting of the Machinelegalizer class for ARM. More...

#include "ARMLegalizerInfo.h"
#include "ARMCallLowering.h"
#include "ARMSubtarget.h"
#include "llvm/CodeGen/GlobalISel/LegalizerHelper.h"
#include "llvm/CodeGen/GlobalISel/MachineIRBuilder.h"
#include "llvm/CodeGen/LowLevelTypeUtils.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/TargetOpcodes.h"
#include "llvm/CodeGen/ValueTypes.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Type.h"

Go to the source code of this file.

Functions

static bool AEABI (const ARMSubtarget &ST)
 

Detailed Description

This file implements the targeting of the Machinelegalizer class for ARM.

Todo:
This should be generated by TableGen.

Definition in file ARMLegalizerInfo.cpp.

Function Documentation

◆ AEABI()

static bool AEABI ( const ARMSubtarget ST)
static

Definition at line 28 of file ARMLegalizerInfo.cpp.

Referenced by llvm::ARMLegalizerInfo::ARMLegalizerInfo().