Searched refs:SM_Speed (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DSplitKit.h234 /// SM_Speed - Overlap intervals to minimize the expected execution
237 SM_Speed enumerator in enum:llvm::SplitEditor::ComplementSpillMode
H A DRegAllocGreedy.cpp59 clEnumValN(SplitEditor::SM_Speed, "speed", "Optimize for speed"),
H A DSplitKit.cpp1050 case SM_Speed:
/external/llvm/lib/CodeGen/
H A DSplitKit.h269 /// SM_Speed - Overlap intervals to minimize the expected execution
272 SM_Speed enumerator in enum:llvm::SplitEditor::ComplementSpillMode
H A DSplitKit.cpp798 /// For SM_Speed mode, if the common dominator is hot and it is not beneficial
884 if (SpillMode == SM_Speed &&
912 if (SpillMode == SM_Speed && !NotToHoistSet.empty())
1164 case SM_Speed:
H A DRegAllocGreedy.cpp64 clEnumValN(SplitEditor::SM_Speed, "speed", "Optimize for speed"),
66 cl::init(SplitEditor::SM_Speed));

Completed in 112 milliseconds