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

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringMIPS32.h 110 return FixedAllocaOffset - MaxOutArgsSizeBytes;
113 uint32_t maxOutArgsSizeBytes() const override { return MaxOutArgsSizeBytes; }
118 return CurrentOffset + MaxOutArgsSizeBytes;
844 uint32_t MaxOutArgsSizeBytes = 0;
    [all...]
IceTargetLoweringARM32.h 141 return FixedAllocaSizeBytes - (SpillAreaSizeBytes - MaxOutArgsSizeBytes);
143 uint32_t maxOutArgsSizeBytes() const override { return MaxOutArgsSizeBytes; }
    [all...]
IceTargetLoweringX86Base.h 183 return FixedAllocaSizeBytes - (SpillAreaSizeBytes - maxOutArgsSizeBytes());
185 virtual uint32_t maxOutArgsSizeBytes() const override {
186 return MaxOutArgsSizeBytes;
189 MaxOutArgsSizeBytes = std::max(MaxOutArgsSizeBytes, Size);
    [all...]
IceTargetLoweringARM32.cpp 845 MaxOutArgsSizeBytes = MinNeededOutArgsBytes;
853 MaxOutArgsSizeBytes = std::max(MaxOutArgsSizeBytes, OutArgsSizeBytes);
    [all...]
IceTargetLoweringMIPS32.cpp     [all...]

Completed in 138 milliseconds