LLVM: lib/Target/M68k/M68kISelDAGToDAG.cpp File Reference (original) (raw)

This file defines an instruction selector for the M68K target. More...

Go to the source code of this file.

Functions
static bool doesDispFitFI (M68kISelAddressMode &AM)
static bool doesDispFit (M68kISelAddressMode &AM, int64_t Val)
static bool allowARIDWithDisp (SDNode *Parent)
static bool isAddressBase (const SDValue &N)
static bool AllowARIIWithZeroDisp (SDNode *Parent)

Detailed Description

This file defines an instruction selector for the M68K target.

Definition in file M68kISelDAGToDAG.cpp.

Macro Definition Documentation

DEBUG_TYPE

#define DEBUG_TYPE "m68k-isel"

PASS_NAME

Function Documentation

allowARIDWithDisp()

AllowARIIWithZeroDisp()

bool AllowARIIWithZeroDisp ( SDNode * Parent) static

doesDispFit()

bool doesDispFit ( M68kISelAddressMode & AM, int64_t Val ) static

doesDispFitFI()

bool doesDispFitFI ( M68kISelAddressMode & AM) static

isAddressBase()