Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp393 static bool expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, in expandAdjDynAlloc() function
448 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress()
450 return expandAdjDynAlloc(AM, IsBase, Op0); in expandAddress()
560 expandAdjDynAlloc(AM, true, SDValue())) in selectAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp404 static bool expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, in expandAdjDynAlloc() function
459 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress()
461 return expandAdjDynAlloc(AM, IsBase, Op0); in expandAddress()
571 expandAdjDynAlloc(AM, true, SDValue())) in selectAddress()