Home
last modified time | relevance | path

Searched defs:Limit (Results 1 – 25 of 54) sorted by relevance

123

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cLimitsTests.cpp33 struct Limit struct
35 const char* name;
36 deUint32 token;
37 Type boundry;
38 bool isMaximum; // when true boundry is maximal acceptable value
39 const char* builtin;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiMaintenance3Check.cpp73 struct Limit struct
75 Limit(const string& name_, deUint32 maxValue_, const TypeSet& affectedTypes_) in Limit() argument
79 const string name;
80 const deUint32 maxValue;
81 deUint32 remaining;
82 const TypeSet affectedTypes;
/third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/p-limit/
Dindex.d.ts1 export interface Limit { interface
/third_party/node/deps/npm/node_modules/yargs/node_modules/p-limit/
Dindex.d.ts1 export interface Limit { interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAllocationOrder.h73 unsigned nextWithDups(unsigned Limit) { in nextWithDups()
DInterferenceCache.cpp195 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop; in update() local
252 SlotIndex Limit = BI->Last.isValid() ? BI->Last : Start; in update() local
DSpillPlacement.cpp351 unsigned Limit = bundles->getNumBundles() * 10; in iterate() local
DRegAllocFast.cpp282 static const unsigned Limit = 8; in mayLiveOut() local
301 static const unsigned Limit = 8; in mayLiveIn() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dxxhash.cpp79 const unsigned char *const Limit = BEnd - 32; in xxHash64() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp204 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, Length); in EmitTargetCodeForMemchr() local
251 SDValue Limit) { in getBoundedStrlen()
273 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, MaxLength); in EmitTargetCodeForStrnlen() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumInjectedSources.cpp20 Expected<std::string> readStreamData(BinaryStream &Stream, uint32_t Limit) { in readStreamData()
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlist/
Dtestlist.go92 func (g Group) Limit(limit int) Group { func
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp747 const TargetRegisterInfo *TRI, unsigned Limit, in forAllMIsUntilDef()
1171 MachineBasicBlock::iterator I, unsigned Limit, in findMatchingStore()
1436 LdStPairFlags &Flags, unsigned Limit, in findMatchingInsn()
1749 MachineBasicBlock::iterator I, int UnscaledOffset, unsigned Limit) { in findMatchingUpdateInsnForward()
1808 MachineBasicBlock::iterator I, unsigned Limit) { in findMatchingUpdateInsnBackward()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFG.cpp159 unsigned Limit = 32; in isPotentiallyReachableFromMany() local
DMemoryDependenceAnalysis.cpp187 unsigned Limit = getDefaultBlockScanLimit(); in getCallDependencyFrom() local
330 BasicBlock *BB, Instruction *QueryInst, unsigned *Limit, in getPointerDependencyFrom()
443 BasicBlock *BB, Instruction *QueryInst, unsigned *Limit, in getSimplePointerDependencyFrom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp858 std::vector<LLT> &MemOps, unsigned Limit, uint64_t Size, unsigned DstAlign, in findGISelOptimalMemOpLowering()
981 unsigned Limit = TLI.getMaxStoresPerMemset(OptSize); in optimizeMemset() local
1100 unsigned Limit = TLI.getMaxStoresPerMemcpy(OptSize); in optimizeMemcpy() local
1204 unsigned Limit = TLI.getMaxStoresPerMemmove(OptSize); in optimizeMemmove() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp19 RecordLimit Limit; in beginRecord() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp781 unsigned Limit = (1 << Entry.Imm2Limit) - 1; in ReduceTo2Addr() local
861 unsigned Limit = ~0U; in ReduceToNarrow() local
DARMLoadStoreOptimizer.cpp1043 unsigned Limit; in FormCandidates() local
2197 int Limit = (1 << 8) * Scale; in CanFormLdStDWord() local
2207 int Limit = (1 << 8) * Scale; in CanFormLdStDWord() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssembler.h213 uintptr_t Limit; variable
DIceCfg.h269 void setStackSizeLimit(uint32_t Limit) { StackSizeLimit = Limit; } in setStackSizeLimit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp418 int GCNHazardRecognizer::getWaitStatesSince(IsHazardFn IsHazard, int Limit) { in getWaitStatesSince()
445 int Limit) { in getWaitStatesSinceDef()
456 int Limit) { in getWaitStatesSinceSetReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopPredication.cpp241 const SCEV *Limit; member
447 auto *Limit = dyn_cast<SCEVConstant>(LatchCheck.Limit); in isSafeToTruncateWideIVType() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp279 unsigned Limit = DAG->getRegClassInfo()->getRegPressureSetLimit(i); in initialize() local
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumbermatcher.cc69 string Limit(int lower, int upper) { in Limit() function

123