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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp152 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const;
454 bool SystemZDAGToDAGISel::expandAddress(SystemZAddressingMode &AM, function in class:SystemZDAGToDAGISel
586 while (expandAddress(AM, true) ||
587 (AM.Index.getNode() && expandAddress(AM, false)))

Completed in 121 milliseconds