Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonRegisterInfo.cpp267 auto HasCall = [&Indexes] (const LiveInterval::Segment &S) { in shouldCoalesce() local
282 return !any_of(LIS.getInterval(DstReg), HasCall) && in shouldCoalesce()
283 !any_of(LIS.getInterval(SrcReg), HasCall); in shouldCoalesce()
291 return any_of(LIS.getInterval(LargeReg), HasCall) || in shouldCoalesce()
292 !any_of(LIS.getInterval(SmallReg), HasCall); in shouldCoalesce()
DHexagonFrameLowering.cpp827 bool HasCall = false, HasAllocFrame = false; in findCFILocation() local
833 HasCall = true; in findCFILocation()
836 return HasCall ? It : std::next(It); in findCFILocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp245 bool HasCall = false; in getUnrollingPreferences() local
253 HasCall = true; in getUnrollingPreferences()
258 HasCall = true; in getUnrollingPreferences()
272 if (HasCall) { in getUnrollingPreferences()