Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp440 static bool expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, in expandAdjDynAlloc() function
496 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress()
498 return expandAdjDynAlloc(AM, IsBase, Op0); in expandAddress()
608 expandAdjDynAlloc(AM, true, SDValue())) in selectAddress()