Searched refs:SelectDirectAddr (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelDAGToDAG.h | 84 bool SelectDirectAddr(SDValue N, SDValue &Address);
|
H A D | NVPTXISelDAGToDAG.cpp | 979 if (SelectDirectAddr(N1, Addr)) { in tryLoad() 1122 if (SelectDirectAddr(Op1, Addr)) { in tryLoadVector() 1336 if (SelectDirectAddr(Op1, Addr)) { in tryLDGLDU() 1751 if (SelectDirectAddr(BasePtr, Addr)) { in tryStore() 1915 if (SelectDirectAddr(N2, Addr)) { in tryStoreVector() 3683 bool NVPTXDAGToDAGISel::SelectDirectAddr(SDValue N, SDValue &Address) { in SelectDirectAddr() function in NVPTXDAGToDAGISel 3699 return SelectDirectAddr(CastN->getOperand(0).getOperand(0), Address); in SelectDirectAddr() 3710 if (SelectDirectAddr(base, Base)) { in SelectADDRsi_imp() 3745 if (SelectDirectAddr(Addr.getOperand(0), Addr)) { in SelectADDRri_imp() 3806 if (SelectDirectAddr(Op, Op0)) { in SelectInlineAsmMemoryOperand()
|
H A D | NVPTXInstrInfo.td | 2060 def ADDRvar : ComplexPattern<iPTR, 1, "SelectDirectAddr", [], []>;
|