Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp151 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const;
432 bool SystemZDAGToDAGISel::expandAddress(SystemZAddressingMode &AM, in expandAddress() function in SystemZDAGToDAGISel
564 while (expandAddress(AM, true) || in selectAddress()
565 (AM.Index.getNode() && expandAddress(AM, false))) in selectAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp152 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const;
443 bool SystemZDAGToDAGISel::expandAddress(SystemZAddressingMode &AM, in expandAddress() function in SystemZDAGToDAGISel
575 while (expandAddress(AM, true) || in selectAddress()
576 (AM.Index.getNode() && expandAddress(AM, false))) in selectAddress()