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 doRsqrtOpt()
const;
49 bool SelectInlineAsmMemoryOperand(
const SDValue &
Op,
51 std::vector<SDValue> &OutOps)
override;
55#include "NVPTXGenDAGISel.inc"
58 bool tryIntrinsicNoChain(
SDNode *
N);
59 bool tryIntrinsicChain(
SDNode *
N);
60 void SelectTexSurfHandle(
SDNode *
N);
69 void SelectAddrSpaceCast(
SDNode *
N);
70 bool tryTextureIntrinsic(
SDNode *
N);
71 bool trySurfaceIntrinsic(
SDNode *
N);
74 bool SelectSETP_F16X2(
SDNode *
N);
75 bool SelectSETP_BF16X2(
SDNode *
N);
76 bool tryEXTRACT_VECTOR_ELEMENT(
SDNode *
N);
77 void SelectV2I64toI128(
SDNode *
N);
78 void SelectI128toV2I64(
SDNode *
N);
80 return CurDAG->getTargetConstant(Imm,
DL, MVT::i32);
99 bool ChkMemSDNodeAddressSpace(
SDNode *
N,
unsigned int spN)
const;
amdgpu AMDGPU Register Bank Select
MachineBasicBlock MachineBasicBlock::iterator DebugLoc DL
#define LLVM_LIBRARY_VISIBILITY
This class represents an Operation in the Expression.
This class is used to represent ISD::LOAD nodes.
This is an abstract virtual class for memory operations.
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.