Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp152 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const;
479 bool SystemZDAGToDAGISel::expandAddress(SystemZAddressingMode &AM, in expandAddress() function in SystemZDAGToDAGISel
612 while (expandAddress(AM, true) || in selectAddress()
613 (AM.Index.getNode() && expandAddress(AM, false))) in selectAddress()