LLVM
8.0.1
|
#include "MCTargetDesc/RISCVMCTargetDesc.h"
#include "RISCV.h"
#include "RISCVTargetMachine.h"
#include "Utils/RISCVMatInt.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/SelectionDAGISel.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/raw_ostream.h"
#include "RISCVGenDAGISel.inc"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "riscv-isel" |
Functions | |
static SDNode * | selectImm (SelectionDAG *CurDAG, const SDLoc &DL, int64_t Imm, MVT XLenVT) |
static bool | isConstantMask (SDNode *Node, uint64_t &Mask) |
#define DEBUG_TYPE "riscv-isel" |
Definition at line 25 of file RISCVISelDAGToDAG.cpp.
Definition at line 90 of file RISCVISelDAGToDAG.cpp.
|
static |
Definition at line 67 of file RISCVISelDAGToDAG.cpp.
References llvm::RISCVMatInt::generateInstSeq(), llvm::SelectionDAG::getMachineNode(), llvm::SelectionDAG::getRegister(), llvm::SelectionDAG::getTargetConstant(), and llvm::MVT::i64.