Home
last modified time | relevance | path

Searched refs:selectAddress (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp155 bool selectAddress(SDValue N, SystemZAddressingMode &AM) const;
580 bool SystemZDAGToDAGISel::selectAddress(SDValue Addr, in selectAddress() function in SystemZDAGToDAGISel
678 if (!selectAddress(Addr, AM)) in selectBDAddr()
689 if (!selectAddress(Addr, AM) || AM.Index.getNode()) in selectMVIAddr()
701 if (!selectAddress(Addr, AM)) in selectBDXAddr()