Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetSubtargetInfo.h75 using AntiDepBreakMode = enum { ANTIDEP_NONE, ANTIDEP_CRITICAL, ANTIDEP_ALL }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp205 return TargetSubtargetInfo::ANTIDEP_ALL; in getAntiDepBreakMode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPostRASchedulerList.cpp224 ((AntiDepMode == TargetSubtargetInfo::ANTIDEP_ALL) ? in SchedulePostRATDList()
306 ? TargetSubtargetInfo::ANTIDEP_ALL in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.h189 AntiDepBreakMode getAntiDepBreakMode() const override { return ANTIDEP_ALL; } in getAntiDepBreakMode()