Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp869 static constexpr bool SortAndCombineAllocas = true; in translateO2() local
870 Func->processAllocas(SortAndCombineAllocas); in translateO2()
974 static constexpr bool SortAndCombineAllocas = false; in translateOm1() local
975 Func->processAllocas(SortAndCombineAllocas); in translateOm1()
DIceTargetLoweringX86BaseImpl.h465 static constexpr bool SortAndCombineAllocas = true;
466 Func->processAllocas(SortAndCombineAllocas);
606 static constexpr bool SortAndCombineAllocas =
608 Func->processAllocas(SortAndCombineAllocas);
DIceTargetLoweringARM32.cpp1006 static constexpr bool SortAndCombineAllocas = true; in translateO2() local
1007 Func->processAllocas(SortAndCombineAllocas); in translateO2()