Home
last modified time | relevance | path

Searched refs:SizeLimit (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp94 cl::opt<unsigned> SizeLimit("eif-limit", cl::init(6), cl::Hidden, variable
514 if (TotalIn >= SizeLimit+Spare) in isProfitable()
542 if (TotalIn+TotalPh >= SizeLimit+Spare) in isProfitable()
/external/clang/lib/CodeGen/
DCGDecl.cpp895 uint64_t SizeLimit = 32; in shouldUseMemSetPlusStoresToInitialize() local
897 return GlobalSize > SizeLimit && in shouldUseMemSetPlusStoresToInitialize()
DTargetInfo.cpp6559 ABIArgInfo classifyType(QualType RetTy, unsigned SizeLimit) const;
6673 SparcV9ABIInfo::classifyType(QualType Ty, unsigned SizeLimit) const { in classifyType()
6681 if (Size > SizeLimit) in classifyType()