LLVM 19.0.0git
Namespaces | Macros | Functions
LanaiISelDAGToDAG.cpp File Reference
#include "LanaiAluCode.h"
#include "LanaiMachineFunctionInfo.h"
#include "LanaiRegisterInfo.h"
#include "LanaiSubtarget.h"
#include "LanaiTargetMachine.h"
#include "llvm/CodeGen/MachineConstantPool.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/SelectionDAGISel.h"
#include "llvm/IR/CFG.h"
#include "llvm/IR/GlobalValue.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/Type.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetMachine.h"
#include "LanaiGenDAGISel.inc"

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::LPAC
 

Macros

#define DEBUG_TYPE   "lanai-isel"
 
#define PASS_NAME   "Lanai DAG->DAG Pattern Instruction Selection"
 

Functions

static AluCode llvm::LPAC::isdToLanaiAluCode (ISD::NodeType Node_type)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "lanai-isel"

Definition at line 36 of file LanaiISelDAGToDAG.cpp.

◆ PASS_NAME

#define PASS_NAME   "Lanai DAG->DAG Pattern Instruction Selection"

Definition at line 37 of file LanaiISelDAGToDAG.cpp.