Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceTargetLowering.cpp781 uint32_t *SpillAreaAlignmentBytes, uint32_t *LocalsSlotsAlignmentBytes, in getVarStackSlotParams() argument
862 if (!*LocalsSlotsAlignmentBytes) in getVarStackSlotParams()
863 *LocalsSlotsAlignmentBytes = Increment; in getVarStackSlotParams()
877 uint32_t LocalsSlotsAlignmentBytes, in alignStackSpillAreas() argument
889 if (LocalsSlotsAlignmentBytes) { in alignStackSpillAreas()
892 Utils::applyAlignment(GlobalsSize, LocalsSlotsAlignmentBytes); in alignStackSpillAreas()
H A DIceTargetLowering.h469 uint32_t *LocalsSlotsAlignmentBytes,
478 uint32_t LocalsSlotsAlignmentBytes,
H A DIceTargetLoweringMIPS32.cpp1543 uint32_t LocalsSlotsAlignmentBytes = 0; in addProlog() local
1561 &LocalsSlotsAlignmentBytes, TargetVarHook); in addProlog()
1624 assert(LocalsSlotsAlignmentBytes <= SpillAreaAlignmentBytes); in addProlog()
1628 GlobalsSize, LocalsSlotsAlignmentBytes, in addProlog()
1744 << " locals spill area alignment = " << LocalsSlotsAlignmentBytes in addProlog()
H A DIceTargetLoweringARM32.cpp1488 uint32_t LocalsSlotsAlignmentBytes = 0; in addProlog() local
1506 &LocalsSlotsAlignmentBytes, TargetVarHook); in addProlog()
1599 assert(LocalsSlotsAlignmentBytes <= SpillAreaAlignmentBytes); in addProlog()
1603 GlobalsSize, LocalsSlotsAlignmentBytes, in addProlog()
1693 << " locals spill area alignment = " << LocalsSlotsAlignmentBytes in addProlog()
H A DIceTargetLoweringX86BaseImpl.h1084 uint32_t LocalsSlotsAlignmentBytes = 0;
1107 &LocalsSlotsAlignmentBytes, TargetVarHook);
1149 assert(LocalsSlotsAlignmentBytes <= SpillAreaAlignmentBytes);
1154 LocalsSlotsAlignmentBytes, &SpillAreaPaddingBytes,
1324 << " locals spill area alignment = " << LocalsSlotsAlignmentBytes