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 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; }
HexagonFrameLowering.cpp 874 MF.getInfo<HexagonMachineFunctionInfo>()->hasClobberLR())
    [all...]
HexagonISelLowering.cpp     [all...]

Completed in 51 milliseconds