Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp62 bool IncludesDynAlloc; member
66 IncludesDynAlloc(false) {} in SystemZAddressingMode()
92 if (IncludesDynAlloc) in dump()
421 if (AM.isDynAlloc() && !AM.IncludesDynAlloc) { in expandAdjDynAlloc()
423 AM.IncludesDynAlloc = true; in expandAdjDynAlloc()
604 if (AM.isDynAlloc() && !AM.IncludesDynAlloc) in selectAddress()