Home
last modified time | relevance | path

Searched refs:LocalsSlotsAlignmentBytes (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp768 uint32_t *SpillAreaAlignmentBytes, uint32_t *LocalsSlotsAlignmentBytes, in getVarStackSlotParams() argument
849 if (!*LocalsSlotsAlignmentBytes) in getVarStackSlotParams()
850 *LocalsSlotsAlignmentBytes = Increment; in getVarStackSlotParams()
864 uint32_t LocalsSlotsAlignmentBytes, in alignStackSpillAreas() argument
876 if (LocalsSlotsAlignmentBytes) { in alignStackSpillAreas()
879 Utils::applyAlignment(GlobalsSize, LocalsSlotsAlignmentBytes); in alignStackSpillAreas()
DIceTargetLowering.h460 uint32_t *LocalsSlotsAlignmentBytes,
469 uint32_t LocalsSlotsAlignmentBytes,
DIceTargetLoweringMIPS32.cpp1526 uint32_t LocalsSlotsAlignmentBytes = 0; in addProlog() local
1544 &LocalsSlotsAlignmentBytes, TargetVarHook); in addProlog()
1607 assert(LocalsSlotsAlignmentBytes <= SpillAreaAlignmentBytes); in addProlog()
1611 GlobalsSize, LocalsSlotsAlignmentBytes, in addProlog()
1727 << " locals spill area alignment = " << LocalsSlotsAlignmentBytes in addProlog()
DIceTargetLoweringARM32.cpp1478 uint32_t LocalsSlotsAlignmentBytes = 0; in addProlog() local
1496 &LocalsSlotsAlignmentBytes, TargetVarHook); in addProlog()
1589 assert(LocalsSlotsAlignmentBytes <= SpillAreaAlignmentBytes); in addProlog()
1593 GlobalsSize, LocalsSlotsAlignmentBytes, in addProlog()
1683 << " locals spill area alignment = " << LocalsSlotsAlignmentBytes in addProlog()
DIceTargetLoweringX86BaseImpl.h1071 uint32_t LocalsSlotsAlignmentBytes = 0;
1094 &LocalsSlotsAlignmentBytes, TargetVarHook);
1136 assert(LocalsSlotsAlignmentBytes <= SpillAreaAlignmentBytes);
1141 LocalsSlotsAlignmentBytes, &SpillAreaPaddingBytes,
1316 << " locals spill area alignment = " << LocalsSlotsAlignmentBytes