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

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

Completed in 543 milliseconds