Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp92 cl::opt<unsigned> SizeLimit("eif-limit", cl::init(6), cl::Hidden, variable
512 if (TotalIn >= SizeLimit+Spare) in isProfitable()
540 if (TotalIn+TotalPh >= SizeLimit+Spare) in isProfitable()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs255 public int SizeLimit { get { return sizeLimit; } } property in Google.Protobuf.CodedInputStream
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs328 public void SizeLimit() in SizeLimit() method in Google.Protobuf.CodedInputStreamTest
/external/clang/lib/CodeGen/
DCGDecl.cpp895 uint64_t SizeLimit = 32; in shouldUseMemSetPlusStoresToInitialize() local
897 return GlobalSize > SizeLimit && in shouldUseMemSetPlusStoresToInitialize()
DTargetInfo.cpp6991 ABIArgInfo classifyType(QualType RetTy, unsigned SizeLimit) const;
7105 SparcV9ABIInfo::classifyType(QualType Ty, unsigned SizeLimit) const { in classifyType()
7113 if (Size > SizeLimit) in classifyType()