LLVM 19.0.0git
Macros | Functions
XtensaISelLowering.cpp File Reference
#include "XtensaISelLowering.h"
#include "XtensaConstantPoolValue.h"
#include "XtensaSubtarget.h"
#include "XtensaTargetMachine.h"
#include "llvm/CodeGen/CallingConvLower.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineJumpTableInfo.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/raw_ostream.h"
#include <deque>
#include "XtensaGenCallingConv.inc"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "xtensa-lower"
 

Functions

static bool isLongCall (const char *str)
 
static bool CC_Xtensa_Custom (unsigned ValNo, MVT ValVT, MVT LocVT, CCValAssign::LocInfo LocInfo, ISD::ArgFlagsTy ArgFlags, CCState &State)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "xtensa-lower"

Definition at line 32 of file XtensaISelLowering.cpp.

Function Documentation

◆ CC_Xtensa_Custom()

static bool CC_Xtensa_Custom ( unsigned  ValNo,
MVT  ValVT,
MVT  LocVT,
CCValAssign::LocInfo  LocInfo,
ISD::ArgFlagsTy  ArgFlags,
CCState State 
)
static

◆ isLongCall()

static bool isLongCall ( const char str)
static

Definition at line 37 of file XtensaISelLowering.cpp.

Referenced by llvm::XtensaTargetLowering::LowerCall().