Searched refs:SpillAreaAlignmentBytes (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLowering.cpp | 737 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()
|
D | IceTargetLowering.h | 424 uint32_t *SpillAreaAlignmentBytes, 432 uint32_t SpillAreaAlignmentBytes,
|
D | IceTargetLoweringMIPS32.cpp | 1514 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()
|
D | IceTargetLoweringARM32.cpp | 1332 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()
|
D | IceTargetLoweringX8632.cpp | 887 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()
|
D | IceTargetLoweringX8664.cpp | 899 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()
|