Searched refs:expandDisp (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 417 static bool expandDisp(SystemZAddressingMode &AM, bool IsBase, in expandDisp() function 453 return expandDisp(AM, IsBase, Op1, in expandAddress() 456 return expandDisp(AM, IsBase, Op0, in expandAddress() 468 return expandDisp(AM, IsBase, Base, Offset); in expandAddress() 555 expandDisp(AM, true, SDValue(), in selectAddress()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 428 static bool expandDisp(SystemZAddressingMode &AM, bool IsBase, in expandDisp() function 464 return expandDisp(AM, IsBase, Op1, in expandAddress() 467 return expandDisp(AM, IsBase, Op0, in expandAddress() 479 return expandDisp(AM, IsBase, Base, Offset); in expandAddress() 566 expandDisp(AM, true, SDValue(), in selectAddress()
|