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

  /external/llvm/lib/Target/Hexagon/
HexagonMachineFunctionInfo.h 34 bool HasClobberLR;
41 StackAlignBasePhysReg(0), HasClobberLR(0), HasEHReturn(false) {}
44 StackAlignBaseVReg(0), StackAlignBasePhysReg(0), HasClobberLR(0),
74 void setHasClobberLR(bool v) { HasClobberLR = v; }
75 bool hasClobberLR() const { return HasClobberLR; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonMachineFunctionInfo.h 34 bool HasClobberLR = false;
64 void setHasClobberLR(bool v) { HasClobberLR = v; }
65 bool hasClobberLR() const { return HasClobberLR; }

Completed in 58 milliseconds