reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
   78   if (N->isMachineOpcode()) {
   79     N->setNodeId(-1);
   83   switch (N->getOpcode()) {
   86     if (tryLoad(N))
   91     if (tryStore(N))
   95     if (tryEXTRACT_VECTOR_ELEMENT(N))
   99     SelectSETP_F16X2(N);
  104     if (tryLoadVector(N))
  111     if (tryLDGLDU(N))
  116     if (tryStoreVector(N))
  122     if (tryLoadParam(N))
  128     if (tryStoreRetval(N))
  136     if (tryStoreParam(N))
  140     if (tryIntrinsicNoChain(N))
  144     if (tryIntrinsicChain(N))
  315     if (tryTextureIntrinsic(N))
  483     if (trySurfaceIntrinsic(N))
  490     if (tryBFE(N))
  494     SelectAddrSpaceCast(N);
  497     if (tryConstantFP16(N))
  503   SelectCode(N);