Searched defs:Limit (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DLimit.pm[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DInterferenceCache.cpp165 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop; local
222 SlotIndex Limit = BI->Last.isValid() ? BI->Last : Start; local
H A DRegisterPressure.cpp598 unsigned Limit = TRI->getRegPressureSetLimit(i); local
H A DMachineLICM.cpp1078 unsigned Limit = RegLimit[RCId]; local
H A DMachineScheduler.cpp429 unsigned Limit = TRI->getRegPressureSetLimit(i); local
H A DScheduleDAGInstrs.cpp149 void Reg2SUnitsMap::setRegLimit(unsigned Limit) { argument
/macosx-10.10.1/tcl-105/tk/tk/library/ttk/
H A Dspinbox.tcl
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp194 unsigned Limit = BlockScanLimit; local
356 unsigned Limit = BlockScanLimit; local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMFrameLowering.cpp1098 unsigned Limit = (1 << 12) - 1; local
[all...]
H A DThumb2SizeReduction.cpp632 unsigned Limit = (1 << Entry.Imm2Limit) - 1; local
711 unsigned Limit = ~0U; local
H A DARMLoadStoreOptimizer.cpp461 unsigned Limit = ~0U; local
529 isMatchingDecrement(MachineInstr *MI, unsigned Base, unsigned Bytes, unsigned Limit, ARMCC::CondCodes Pred, unsigned PredReg) argument
562 isMatchingIncrement(MachineInstr *MI, unsigned Base, unsigned Bytes, unsigned Limit, ARMCC::CondCodes Pred, unsigned PredReg) argument
877 unsigned Limit = isAM5 ? 0 : (isAM2 ? 0x1000 : 0x100); local
1606 int Limit = (1 << 8) * Scale; local
1616 int Limit = (1 << 8) * Scale; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DGlobalOpt.cpp316 unsigned Limit = 20; local
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3532 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemcpy(OptSize); local
3622 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemmove(OptSize); local
3433 FindOptimalMemOpLowering(std::vector<EVT> &MemOps, unsigned Limit, uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool IsZeroVal, bool MemcpyStrSrc, SelectionDAG &DAG, const TargetLowering &TLI) argument

Completed in 320 milliseconds