Searched refs:Limit (Results 1 - 25 of 27) sorted by relevance

12

/external/llvm/lib/CodeGen/
H A DInterferenceCache.cpp147 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop; local
149 i != e && RegMaskSlots[i] < Limit; ++i)
187 SlotIndex Limit = BI->Last.isValid() ? BI->Last : Start; local
189 i && RegMaskSlots[i-1].getDeadSlot() > Limit; --i)
H A DScheduleDAGInstrs.cpp141 void Reg2SUnitsMap::setRegLimit(unsigned Limit) { argument
142 PhysRegSet.setUniverse(Limit);
143 SUnits.resize(Limit);
H A DMachineLICM.cpp1078 unsigned Limit = RegLimit[RCId]; local
1088 if (RP[RCId] + Cost >= Limit)
/external/v8/src/
H A Dstore-buffer.h96 Object*** Limit() { return reinterpret_cast<Object***>(old_limit_); } function in class:v8::internal::StoreBuffer
101 ASSERT(top <= Limit());
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream_unittest.cc786 CodedInputStream::Limit limit = coded_input.PushLimit(8);
816 CodedInputStream::Limit limit1 = coded_input.PushLimit(8);
818 CodedInputStream::Limit limit2 = coded_input.PushLimit(4);
858 CodedInputStream::Limit limit1 = coded_input.PushLimit(4);
860 CodedInputStream::Limit limit2 = coded_input.PushLimit(8);
897 CodedInputStream::Limit limit = coded_input.PushLimit(4);
912 CodedInputStream::Limit limit = coded_input.PushLimit(-1234);
925 CodedInputStream::Limit limit = coded_input.PushLimit(-64);
939 CodedInputStream::Limit limit = coded_input.PushLimit(INT_MAX);
978 CodedInputStream::Limit limi
[all...]
H A Dcoded_stream.h280 typedef int Limit; typedef in class:google::protobuf::io::CodedInputStream
293 Limit PushLimit(int byte_limit);
297 void PopLimit(Limit limit);
303 // Total Bytes Limit -----------------------------------------------
339 // Recursion Limit -------------------------------------------------
458 Limit current_limit_; // if position = -1, no limit is applied
H A Dcoded_stream.cc90 CodedInputStream::Limit CodedInputStream::PushLimit(int byte_limit) {
95 Limit old_limit = current_limit_;
116 void CodedInputStream::PopLimit(Limit limit) {
/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp462 unsigned Limit = ~0U; local
469 Limit = 32;
472 Limit = 16;
475 Limit = 16;
478 Limit = 32;
494 ((Count < Limit) && RegNum == PRegNum+1))) {
532 unsigned Bytes, unsigned Limit,
550 if (Bytes == 0 || (Limit && Bytes >= Limit))
565 unsigned Bytes, unsigned Limit,
531 isMatchingDecrement(MachineInstr *MI, unsigned Base, unsigned Bytes, unsigned Limit, ARMCC::CondCodes Pred, unsigned PredReg) argument
564 isMatchingIncrement(MachineInstr *MI, unsigned Base, unsigned Bytes, unsigned Limit, ARMCC::CondCodes Pred, unsigned PredReg) argument
879 unsigned Limit = isAM5 ? 0 : (isAM2 ? 0x1000 : 0x100); local
1610 int Limit = (1 << 8) * Scale; local
1620 int Limit = (1 << 8) * Scale; local
[all...]
H A DARMFrameLowering.cpp1088 unsigned Limit = (1 << 12) - 1; local
1098 Limit = std::min(Limit, (1U << 8) - 1);
1106 Limit = std::min(Limit, (1U << 8) - 1);
1110 Limit = std::min(Limit, ((1U << 8) - 1) * 4);
1116 Limit = std::min(Limit, (1U << 8) - 1);
1131 return Limit;
[all...]
H A DThumb2SizeReduction.cpp45 uint8_t Imm1Limit; // Limit of immediate field (bits)
46 uint8_t Imm2Limit; // Limit of immediate field when it's two-address
631 unsigned Limit = (1 << Entry.Imm2Limit) - 1; local
632 if (Imm > Limit)
710 unsigned Limit = ~0U; local
712 Limit = (1 << Entry.Imm1Limit) - 1;
727 if (((unsigned)MO.getImm()) > Limit)
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary38 # ATTRIBUTE RP-Upstream-Speed-Limit 1 integer RoaringPenguin
41 # RP-Upstream-Speed-Limit, number 1, type integer and vendor RoaringPenguin.
87 ATTRIBUTE Port-Limit 62 integer
124 # Limit session traffic
125 ATTRIBUTE Session-Octets-Limit 227 integer
H A Ddictionary.microsoft26 ATTRIBUTE MS-Link-Drop-Time-Limit 15 integer Microsoft
H A Ddictionary.ascend17 ATTRIBUTE Ascend-Call-Attempt-Limit 123 integer
46 ATTRIBUTE Ascend-Multicast-Rate-Limit 152 integer
63 ATTRIBUTE Ascend-TS-Idle-Limit 169 integer
136 ATTRIBUTE Ascend-Idle-Limit 244 integer
137 ATTRIBUTE Ascend-Preempt-Limit 245 integer
/external/clang/include/clang/Basic/
H A DDiagnostic.h382 void setErrorLimit(unsigned Limit) { ErrorLimit = Limit; } argument
386 void setTemplateBacktraceLimit(unsigned Limit) { argument
387 TemplateBacktraceLimit = Limit;
398 void setConstexprBacktraceLimit(unsigned Limit) { argument
399 ConstexprBacktraceLimit = Limit;
/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp51 // Limit for the number of instructions to scan in a block.
196 unsigned Limit = BlockScanLimit; local
200 // Limit the amount of scanning we do so we don't end up with quadratic
202 --Limit;
203 if (!Limit)
433 unsigned Limit = BlockScanLimit; local
437 // Limit the amount of scanning we do so we don't end up with quadratic
439 --Limit;
440 if (!Limit)
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h133 void setRegLimit(unsigned Limit);
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc194 io::CodedInputStream::Limit limit = input->PushLimit(length);
H A Dwire_format_lite_inl.h327 io::CodedInputStream::Limit limit = input->PushLimit(length);
361 io::CodedInputStream::Limit limit = input->PushLimit(length);
390 io::CodedInputStream::Limit limit = input->PushLimit(length);
H A Dwire_format.cc450 io::CodedInputStream::Limit limit = input->PushLimit(length);
/external/llvm/include/llvm/ADT/
H A DAPInt.h386 uint64_t getLimitedValue(uint64_t Limit = ~0ULL) const {
387 return (getActiveBits() > 64 || getZExtValue() > Limit) ?
388 Limit : getZExtValue();
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp448 unsigned Limit = Diags.getTemplateBacktraceLimit(); local
449 if (Limit && Limit < ActiveTemplateInstantiations.size()) {
450 SkipStart = Limit / 2 + Limit % 2;
451 SkipEnd = ActiveTemplateInstantiations.size() - Limit / 2;
467 << unsigned(ActiveTemplateInstantiations.size() - Limit);
/external/llvm/include/llvm/
H A DConstants.h219 uint64_t getLimitedValue(uint64_t Limit = ~0ULL) const {
220 return Val.getLimitedValue(Limit);
/external/clang/lib/AST/
H A DExprConstant.cpp446 void addCallStack(unsigned Limit);
458 unsigned Limit = Ctx.getDiagnostics().getConstexprBacktraceLimit(); local
459 if (Limit)
460 CallStackNotes = std::min(CallStackNotes, Limit + 1);
469 addCallStack(Limit);
623 void EvalInfo::addCallStack(unsigned Limit) { argument
627 if (Limit && Limit < ActiveCalls) {
628 SkipStart = Limit / 2 + Limit
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1646 return; // Limit search depth.
2092 return 1; // Limit search depth.
3340 unsigned Limit, uint64_t Size,
3399 if (++NumMemOps > Limit)
3438 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemcpy(OptSize); local
3440 if (!FindOptimalMemOpLowering(MemOps, Limit, Size,
3528 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemmove(OptSize); local
3530 if (!FindOptimalMemOpLowering(MemOps, Limit, Size,
3339 FindOptimalMemOpLowering(std::vector<EVT> &MemOps, unsigned Limit, uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool IsZeroVal, bool MemcpyStrSrc, SelectionDAG &DAG, const TargetLowering &TLI) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1970 milliseconds

12