HomeSort by relevance Sort by last modified time
    Searched refs:LocalsSlotsAlignmentBytes (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceTargetLowering.cpp 781 uint32_t *SpillAreaAlignmentBytes, uint32_t *LocalsSlotsAlignmentBytes,
862 if (!*LocalsSlotsAlignmentBytes)
863 *LocalsSlotsAlignmentBytes = Increment;
877 uint32_t LocalsSlotsAlignmentBytes,
889 if (LocalsSlotsAlignmentBytes) {
892 Utils::applyAlignment(GlobalsSize, LocalsSlotsAlignmentBytes);
    [all...]
IceTargetLowering.h 469 uint32_t *LocalsSlotsAlignmentBytes,
478 uint32_t LocalsSlotsAlignmentBytes,
IceTargetLoweringMIPS32.cpp     [all...]
IceTargetLoweringARM32.cpp     [all...]
IceTargetLoweringX86BaseImpl.h     [all...]

Completed in 151 milliseconds