HomeSort by relevance Sort by last modified time
    Searched refs:hasClobberLR (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonMachineFunctionInfo.h 31 bool HasClobberLR;
38 HexagonMachineFunctionInfo() : SRetReturnReg(0), HasClobberLR(0),
42 HasClobberLR(0),
72 void setHasClobberLR(bool v) { HasClobberLR = v; }
73 bool hasClobberLR() const { return HasClobberLR; }
HexagonFrameLowering.cpp 208 FuncInfo->hasClobberLR() );
HexagonISelLowering.cpp 687 if (FuncInfo->hasClobberLR())
    [all...]

Completed in 2211 milliseconds