Searched refs:LocalsSlotsAlignmentBytes (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLowering.cpp | 768 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()
|
D | IceTargetLowering.h | 460 uint32_t *LocalsSlotsAlignmentBytes, 469 uint32_t LocalsSlotsAlignmentBytes,
|
D | IceTargetLoweringMIPS32.cpp | 1526 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()
|
D | IceTargetLoweringARM32.cpp | 1478 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()
|
D | IceTargetLoweringX86BaseImpl.h | 1071 uint32_t LocalsSlotsAlignmentBytes = 0; 1094 &LocalsSlotsAlignmentBytes, TargetVarHook); 1136 assert(LocalsSlotsAlignmentBytes <= SpillAreaAlignmentBytes); 1141 LocalsSlotsAlignmentBytes, &SpillAreaPaddingBytes, 1316 << " locals spill area alignment = " << LocalsSlotsAlignmentBytes
|