Home
last modified time | relevance | path

Searched refs:OldSize (Results 1 - 21 of 21) sorted by relevance

/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerCorpus.h131 uint32_t OldSize = GetFeature(Idx);
132 if (OldSize == 0 || (Shrink && OldSize > NewSize)) {
133 if (OldSize > 0) {
H A DFuzzerMerge.cpp153 size_t OldSize = AllFeatures.size(); in Merge() local
155 if (AllFeatures.size() > OldSize) in Merge()
H A DFuzzerLoop.cpp603 size_t OldSize = Res.size(); in FindExtraUnits() local
627 assert(NewSize <= OldSize); in FindExtraUnits()
630 if (NewSize + 5 >= OldSize) in FindExtraUnits()
632 OldSize = NewSize; in FindExtraUnits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCAssembler.cpp941 uint64_t OldSize = LF.getContents().size(); in relaxLEB() local
954 encodeSLEB128(Value, OSE, OldSize); in relaxLEB()
956 encodeULEB128(Value, OSE, OldSize); in relaxLEB()
957 return OldSize != LF.getContents().size(); in relaxLEB()
1013 uint64_t OldSize = BF.getSize(); in relaxBoundaryAlign() local
1014 AlignedOffset -= OldSize; in relaxBoundaryAlign()
1019 if (NewSize == OldSize) in relaxBoundaryAlign()
1029 uint64_t OldSize = DF.getContents().size(); in relaxDwarfLineAddr() local
1064 return OldSize != Data.size(); in relaxDwarfLineAddr()
1070 uint64_t OldSize in relaxDwarfCallFrameFragment() local
1099 unsigned OldSize = F.getContents().size(); relaxCVInlineLineTable() local
1106 unsigned OldSize = F.getContents().size(); relaxCVDefRange() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp192 uint32_t OldSize = getStreamSize(Idx); in setStreamSize() local
193 if (OldSize == Size) in setStreamSize()
197 uint32_t OldBlocks = bytesToBlocks(OldSize, BlockSize); in setStreamSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp397 size_t OldSize = Graph.Nodes.size(); in sortNodesTopologically() local
401 if (Graph.Nodes.size() != OldSize) in sortNodesTopologically()
H A DLazyCallGraph.cpp807 int OldSize = OldSCC.size();
813 for (Node &N : make_range(OldSCC.begin() + OldSize, OldSCC.end())) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DBitVector.h385 unsigned OldSize = Size; in resize() local
387 if (t || N < OldSize) in resize()
507 unsigned OldSize = Size;
519 set(OldSize);
H A DDenseMap.h1062 unsigned OldSize = this->size(); in shrink_and_clear() local
1067 if (OldSize) { in shrink_and_clear()
1068 NewNumBuckets = 1 << (Log2_32_Ceil(OldSize) + 1); in shrink_and_clear()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineCombiner.cpp91 bool doSubstitute(unsigned NewSize, unsigned OldSize, bool OptForSize);
419 bool MachineCombiner::doSubstitute(unsigned NewSize, unsigned OldSize,
421 if (OptForSize && (NewSize < OldSize))
H A DInterleavedLoadCombinePass.cpp748 unsigned OldSize = DL.getTypeAllocSize(VTy->getElementType()); in computeFromBCI() local
750 if (NewSize * Factor != OldSize) in computeFromBCI()
H A DStackColoring.cpp1284 int OldSize = FirstS.size(); in runOnMachineFunction() local
1286 auto Mid = FirstS.begin() + OldSize; in runOnMachineFunction()
H A DCodeGenPrepare.cpp4194 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr() local
4209 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4219 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4313 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr() local
4325 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4338 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4348 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4392 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr() local
4400 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()
4403 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4440 unsigned OldSize = AddrModeInsts.size(); matchAddr() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DBitVector.h207 unsigned OldSize = Size; in resize() local
209 if (t || N < OldSize) in resize()
H A DDenseMap.h946 unsigned OldSize = this->size(); in shrink_and_clear() local
951 if (OldSize) { in shrink_and_clear()
952 NewNumBuckets = 1 << (Log2_32_Ceil(OldSize) + 1); in shrink_and_clear()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h80 LocationSize OldSize = Size; in updateSizeAndAAInfo() local
82 SizeChanged = OldSize != Size; in updateSizeAndAAInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceBitVector.h436 unsigned OldSize = Size;
438 if (t || N < OldSize)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSROA.cpp267 int OldSize = Slices.size(); in insert() local
269 auto SliceI = Slices.begin() + OldSize; in insert()
3314 unsigned OldSize = Indices.size();
3315 (void)OldSize;
3318 assert(Indices.size() == OldSize && "Did not return to the old size");
3329 unsigned OldSize = Indices.size();
3330 (void)OldSize;
3333 assert(Indices.size() == OldSize && "Did not return to the old size");
H A DRewriteStatepointsForGC.cpp867 const size_t OldSize = States.size(); in findBasePointer() local
918 assert(OldSize == States.size() && in findBasePointer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3267 // redzones, and OldSize is number of allocated blocks with in handleDynamicAllocaCall()
3269 // OldSize * ElementSize. in handleDynamicAllocaCall()
3272 Value *OldSize = in handleDynamicAllocaCall() local
3276 // PartialSize = OldSize % 32 in handleDynamicAllocaCall()
3277 Value *PartialSize = IRB.CreateAnd(OldSize, AllocaRzMask); in handleDynamicAllocaCall()
3292 Value *NewSize = IRB.CreateAdd(OldSize, AdditionalChunkSize); in handleDynamicAllocaCall()
3303 IRB.CreateCall(AsanAllocaPoisonFunc, {NewAddress, OldSize}); in handleDynamicAllocaCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp649 unsigned OldSize = OldVT.getStoreSizeInBits(); in shouldReduceLoadWidth() local
655 if (OldSize >= 32 && NewSize < 32 && MN->getAlignment() >= 4 && in shouldReduceLoadWidth()
670 return (OldSize < 32); in shouldReduceLoadWidth()

Completed in 54 milliseconds