Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonMachineFunctionInfo.h34 bool HasClobberLR; variable
41 StackAlignBasePhysReg(0), HasClobberLR(0), HasEHReturn(false) {} in HexagonMachineFunctionInfo()
44 StackAlignBaseVReg(0), StackAlignBasePhysReg(0), HasClobberLR(0), in HexagonMachineFunctionInfo()
74 void setHasClobberLR(bool v) { HasClobberLR = v; } in setHasClobberLR()
75 bool hasClobberLR() const { return HasClobberLR; } in hasClobberLR()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineFunctionInfo.h33 bool HasClobberLR = false; variable
63 void setHasClobberLR(bool v) { HasClobberLR = v; } in setHasClobberLR()
64 bool hasClobberLR() const { return HasClobberLR; } in hasClobberLR()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonMachineFunctionInfo.h36 bool HasClobberLR = false; variable
75 void setHasClobberLR(bool v) { HasClobberLR = v; } in setHasClobberLR()
76 bool hasClobberLR() const { return HasClobberLR; } in hasClobberLR()