Home
last modified time | relevance | path

Searched refs:hasClobberLR (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonMachineFunctionInfo.h65 bool hasClobberLR() const { return HasClobberLR; } in hasClobberLR() function
DHexagonFrameLowering.cpp997 if (MFI.hasCalls() || HMFI.hasClobberLR()) in hasFP()
DHexagonISelLowering.cpp579 if (Op.getOpcode() != ISD::INLINEASM || HMFI.hasClobberLR()) in LowerINLINEASM()
/external/llvm/lib/Target/Hexagon/
DHexagonMachineFunctionInfo.h75 bool hasClobberLR() const { return HasClobberLR; } in hasClobberLR() function
DHexagonFrameLowering.cpp874 MF.getInfo<HexagonMachineFunctionInfo>()->hasClobberLR()) in hasFP()
DHexagonISelLowering.cpp968 if (FuncInfo.hasClobberLR()) in LowerINLINEASM()