Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp2381 const bool AllocaWithKnownOffset = Instr->getKnownFrameOffset(); in lowerAlloca() local
2383 hasFramePointer() || OverAligned || !AllocaWithKnownOffset || OptM1; in lowerAlloca()
DIceTargetLoweringARM32.cpp2224 const bool AllocaWithKnownOffset = Instr->getKnownFrameOffset(); in lowerAlloca() local
2226 hasFramePointer() || OverAligned || !AllocaWithKnownOffset || OptM1; in lowerAlloca()
DIceTargetLoweringX86BaseImpl.h1527 const bool AllocaWithKnownOffset = Instr->getKnownFrameOffset();
1529 hasFramePointer() || OverAligned || !AllocaWithKnownOffset || OptM1;