OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MaxOutArgsSizeBytes
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/subzero/src/
IceTargetLoweringARM32.h
141
return FixedAllocaSizeBytes - (SpillAreaSizeBytes -
MaxOutArgsSizeBytes
);
143
uint32_t
maxOutArgsSizeBytes
() const override { return
MaxOutArgsSizeBytes
; }
[
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
...]
IceTargetLoweringX86Base.h
183
return FixedAllocaSizeBytes - (SpillAreaSizeBytes -
maxOutArgsSizeBytes
());
185
virtual uint32_t
maxOutArgsSizeBytes
() const override {
186
return
MaxOutArgsSizeBytes
;
189
MaxOutArgsSizeBytes
= std::max(
MaxOutArgsSizeBytes
, Size);
[
all
...]
Completed in 122 milliseconds