Home
last modified time | relevance | path

Searched refs:SpillAreaAlignmentBytes (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp737 uint32_t *SpillAreaAlignmentBytes, uint32_t *LocalsSlotsAlignmentBytes, in getVarStackSlotParams() argument
808 if (!*SpillAreaAlignmentBytes) in getVarStackSlotParams()
809 *SpillAreaAlignmentBytes = Increment; in getVarStackSlotParams()
831 uint32_t SpillAreaAlignmentBytes, in alignStackSpillAreas() argument
836 if (SpillAreaAlignmentBytes) { in alignStackSpillAreas()
839 Utils::applyAlignment(PaddingStart, SpillAreaAlignmentBytes); in alignStackSpillAreas()
DIceTargetLowering.h424 uint32_t *SpillAreaAlignmentBytes,
432 uint32_t SpillAreaAlignmentBytes,
DIceTargetLoweringMIPS32.cpp1514 uint32_t SpillAreaAlignmentBytes = 0; in addProlog() local
1528 &SpillAreaSizeBytes, &SpillAreaAlignmentBytes, in addProlog()
1590 assert(SpillAreaAlignmentBytes <= MIPS32_STACK_ALIGNMENT_BYTES); in addProlog()
1592 assert(LocalsSlotsAlignmentBytes <= SpillAreaAlignmentBytes); in addProlog()
1595 alignStackSpillAreas(PreservedRegsSizeBytes, SpillAreaAlignmentBytes, in addProlog()
1711 << " spill area alignment = " << SpillAreaAlignmentBytes << " bytes\n" in addProlog()
DIceTargetLoweringARM32.cpp1332 uint32_t SpillAreaAlignmentBytes = 0; in addProlog() local
1346 &SpillAreaSizeBytes, &SpillAreaAlignmentBytes, in addProlog()
1435 assert(SpillAreaAlignmentBytes <= ARM32_STACK_ALIGNMENT_BYTES); in addProlog()
1436 assert(LocalsSlotsAlignmentBytes <= SpillAreaAlignmentBytes); in addProlog()
1439 alignStackSpillAreas(PreservedRegsSizeBytes, SpillAreaAlignmentBytes, in addProlog()
1527 << " spill area alignment = " << SpillAreaAlignmentBytes << " bytes\n" in addProlog()
DIceTargetLoweringX8632.cpp887 uint32_t SpillAreaAlignmentBytes = 0; in addProlog() local
906 &SpillAreaSizeBytes, &SpillAreaAlignmentBytes, in addProlog()
949 assert(LocalsSlotsAlignmentBytes <= SpillAreaAlignmentBytes); in addProlog()
953 SpillAreaAlignmentBytes, GlobalsSize, in addProlog()
974 std::max<size_t>(RequiredStackAlignment, SpillAreaAlignmentBytes); in addProlog()
1113 << " spill area alignment = " << SpillAreaAlignmentBytes << " bytes\n" in addProlog()
DIceTargetLoweringX8664.cpp899 uint32_t SpillAreaAlignmentBytes = 0; in addProlog() local
918 &SpillAreaSizeBytes, &SpillAreaAlignmentBytes, in addProlog()
961 assert(LocalsSlotsAlignmentBytes <= SpillAreaAlignmentBytes); in addProlog()
965 SpillAreaAlignmentBytes, GlobalsSize, in addProlog()
1105 << " spill area alignment = " << SpillAreaAlignmentBytes << " bytes\n" in addProlog()