Searched refs:SelectADDRsi (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelDAGToDAG.h | 94 bool SelectADDRsi(SDNode *OpNode, SDValue Addr, SDValue &Base,
|
H A D | NVPTXISelDAGToDAG.cpp | 990 : SelectADDRsi(N1.getNode(), N1, Base, Offset)) { in tryLoad() 1147 : SelectADDRsi(Op1.getNode(), Op1, Base, Offset)) { in tryLoadVector() 1768 : SelectADDRsi(BasePtr.getNode(), BasePtr, Base, Offset)) { in tryStore() 1934 : SelectADDRsi(N2.getNode(), N2, Base, Offset)) { in tryStoreVector() 3721 bool NVPTXDAGToDAGISel::SelectADDRsi(SDNode *OpNode, SDValue Addr, in SelectADDRsi() function in NVPTXDAGToDAGISel
|