13#ifndef LLVM_LIB_TARGET_NVPTX_NVPTXISELDAGTODAG_H
14#define LLVM_LIB_TARGET_NVPTX_NVPTXISELDAGTODAG_H
34 int getDivF32Level()
const;
35 bool usePrecSqrtF32()
const;
36 bool useF32FTZ()
const;
37 bool allowFMA()
const;
38 bool allowUnsafeFPMath()
const;
39 bool useShortPointers()
const;
51 bool SelectInlineAsmMemoryOperand(
const SDValue &
Op,
53 std::vector<SDValue> &OutOps)
override;
57#include "NVPTXGenDAGISel.inc"
60 bool tryIntrinsicNoChain(
SDNode *
N);
61 bool tryIntrinsicChain(
SDNode *
N);
62 void SelectTexSurfHandle(
SDNode *
N);
71 void SelectAddrSpaceCast(
SDNode *
N);
72 bool tryTextureIntrinsic(
SDNode *
N);
73 bool trySurfaceIntrinsic(
SDNode *
N);
76 bool SelectSETP_F16X2(
SDNode *
N);
77 bool tryEXTRACT_VECTOR_ELEMENT(
SDNode *
N);
80 return CurDAG->getTargetConstant(Imm,
DL, MVT::i32);
99 bool ChkMemSDNodeAddressSpace(
SDNode *
N,
unsigned int spN)
const;
MachineBasicBlock MachineBasicBlock::iterator DebugLoc DL
amdgpu AMDGPU Register Bank Select
#define LLVM_LIBRARY_VISIBILITY
const char LLVMTargetMachineRef TM
This class represents an Operation in the Expression.
This class is used to represent ISD::LOAD nodes.
NVPTXDAGToDAGISel()=delete
Wrapper class for IR location info (IR ordering and DebugLoc) to be passed into SDNode creation funct...
Represents one node in the SelectionDAG.
Unlike LLVM values, Selection DAG nodes may return multiple values as the result of a computation.
SelectionDAGISel - This is the common base class used for SelectionDAG-based pattern-matching instruc...
This is an optimization pass for GlobalISel generic memory operations.
CodeGenOptLevel
Code generation optimization level.