Home
last modified time | relevance | path

Searched refs:VariableAllocaUsed (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.h837 bool VariableAllocaUsed = false; variable
DIceTargetLoweringMIPS32.cpp1619 SpillAreaSizeBytes += MaxOutArgsSizeBytes * (VariableAllocaUsed ? 0 : 1); in addProlog()
1623 (VariableAllocaUsed ? VariableAllocaAlignBytes : MaxOutArgsSizeBytes)); in addProlog()
2421 VariableAllocaUsed = true; in lowerAlloca()
3538 if (VariableAllocaUsed) in lowerCall()
3554 if (VariableAllocaUsed) in lowerCall()