Searched refs:SelectADDRri64 (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelDAGToDAG.h | 89 bool SelectADDRri64(SDNode *OpNode, SDValue Addr, SDValue &Base,
|
H A D | NVPTXISelDAGToDAG.cpp | 941 } else if (PointerSize == 64 ? SelectADDRri64(N1.getNode(), N1, Base, Offset) in tryLoad() 1124 ? SelectADDRri64(Op1.getNode(), Op1, Base, Offset) in tryLoadVector() 1365 } else if (TM.is64Bit() ? SelectADDRri64(Op1.getNode(), Op1, Base, Offset) in tryLDGLDU() 1811 ? SelectADDRri64(BasePtr.getNode(), BasePtr, Base, Offset) in tryStore() 1991 } else if (PointerSize == 64 ? SelectADDRri64(N2.getNode(), N2, Base, Offset) in tryStoreVector() 3669 bool NVPTXDAGToDAGISel::SelectADDRri64(SDNode *OpNode, SDValue Addr, in SelectADDRri64() function in NVPTXDAGToDAGISel
|
H A D | NVPTXInstrInfo.td | 1536 def ADDRri64 : ComplexPattern<i64, 2, "SelectADDRri64", [frameindex],
|