Searched refs:ANTIDEP_NONE (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/
H A DTargetSubtargetInfo.cpp33 Mode = ANTIDEP_NONE;
/external/llvm/include/llvm/Target/
H A DTargetSubtargetInfo.h44 typedef enum { ANTIDEP_NONE, ANTIDEP_CRITICAL, ANTIDEP_ALL } AntiDepBreakMode; enumerator in enum:llvm::TargetSubtargetInfo::__anon9355
/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp69 Mode = TargetSubtargetInfo::ANTIDEP_NONE;
/external/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp207 assert((AntiDepMode == TargetSubtargetInfo::ANTIDEP_NONE ||
264 TargetSubtargetInfo::ANTIDEP_NONE;
284 : TargetSubtargetInfo::ANTIDEP_NONE);

Completed in 46 milliseconds