Searched refs:SelectDirectAddr (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.h | 83 bool SelectDirectAddr(SDValue N, SDValue &Address);
|
| H A D | NVPTXISelDAGToDAG.cpp | 916 if (SelectDirectAddr(N1, Addr)) { in tryLoad() 1067 if (SelectDirectAddr(Op1, Addr)) { in tryLoadVector() 1287 if (SelectDirectAddr(Op1, Addr)) { in tryLDGLDU() 1771 if (SelectDirectAddr(BasePtr, Addr)) { in tryStore() 1945 if (SelectDirectAddr(N2, Addr)) { in tryStoreVector() 3577 bool NVPTXDAGToDAGISel::SelectDirectAddr(SDValue N, SDValue &Address) { in SelectDirectAddr() function in NVPTXDAGToDAGISel 3593 return SelectDirectAddr(CastN->getOperand(0).getOperand(0), Address); in SelectDirectAddr() 3604 if (SelectDirectAddr(base, Base)) { in SelectADDRsi_imp() 3639 if (SelectDirectAddr(Addr.getOperand(0), Addr)) { in SelectADDRri_imp() 3693 if (SelectDirectAddr(Op, Op0)) { in SelectInlineAsmMemoryOperand()
|
| H A D | NVPTXInstrInfo.td | 1614 def ADDRvar : ComplexPattern<iPTR, 1, "SelectDirectAddr", [], []>;
|