HomeSort by: relevance | last modified time | path
    Searched refs:hasClobberLR (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonMachineFunctionInfo.h 36 bool HasClobberLR = false;
75 void setHasClobberLR(bool v) { HasClobberLR = v; }
76 bool hasClobberLR() const { return HasClobberLR; }
HexagonFrameLowering.cpp 1177 if ((MFI.hasCalls() && !enableAllocFrameElim(MF)) || HMFI.hasClobberLR())
HexagonISelLowering.cpp 667 Op.getOpcode() != ISD::INLINEASM_BR) || HMFI.hasClobberLR())

Completed in 64 milliseconds