Home
last modified time | relevance | path

Searched refs:setHasClobberLR (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonMachineFunctionInfo.h64 void setHasClobberLR(bool v) { HasClobberLR = v; } in setHasClobberLR() function
DHexagonISelLowering.cpp606 HMFI.setHasClobberLR(true); in LowerINLINEASM()
/external/llvm/lib/Target/Hexagon/
DHexagonMachineFunctionInfo.h74 void setHasClobberLR(bool v) { HasClobberLR = v; } in setHasClobberLR() function
DHexagonISelLowering.cpp993 FuncInfo.setHasClobberLR(true); in LowerINLINEASM()