LLVM 22.0.0git
ARMCallLowering.cpp File Reference

This file implements the lowering of LLVM calls to machine code calls for GlobalISel. More...

Go to the source code of this file.

Functions

static bool isSupportedType (const DataLayout &DL, const ARMTargetLowering &TLI, Type *T)

Variables

static cl::opt< boolEnableGISelBigEndian ("enable-arm-gisel-bigendian", cl::Hidden, cl::init(false), cl::desc("Enable Global-ISel Big Endian Lowering"))

Detailed Description

This file implements the lowering of LLVM calls to machine code calls for GlobalISel.

Definition in file ARMCallLowering.cpp.

Function Documentation

◆ isSupportedType()

Variable Documentation

◆ EnableGISelBigEndian

cl::opt< bool > EnableGISelBigEndian("enable-arm-gisel-bigendian", cl::Hidden, cl::init(false), cl::desc("Enable Global-ISel Big Endian Lowering")) ( "enable-arm-gisel-bigendian" ,
cl::Hidden ,
cl::init(false) ,
cl::desc("Enable Global-ISel Big Endian Lowering")  )
static