LLVM 20.0.0git
|
#include "VE.h"
#include "VETargetMachine.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/SelectionDAGISel.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "VEGenDAGISel.inc"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "ve-isel" |
#define | PASS_NAME "VE DAG->DAG Pattern Instruction Selection" |
#define DEBUG_TYPE "ve-isel" |
Definition at line 23 of file VEISelDAGToDAG.cpp.
#define PASS_NAME "VE DAG->DAG Pattern Instruction Selection" |
Definition at line 24 of file VEISelDAGToDAG.cpp.