| /NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | WinCodeViewLineTables.h | 87 size_t OldSize = Infos.size(); in add() local 88 Infos[Filename].FilenameID = OldSize; in add()
|
| /NextBSD/contrib/llvm/tools/bugpoint/ |
| HD | CrashDebugger.cpp | 547 unsigned OldSize = GVs.size(); in DebugACrash() local 552 if (GVs.size() < OldSize) in DebugACrash() 570 unsigned OldSize = Functions.size(); in DebugACrash() local 573 if (Functions.size() < OldSize) in DebugACrash() 588 unsigned OldSize = Blocks.size(); in DebugACrash() local 590 if (Blocks.size() < OldSize) in DebugACrash()
|
| HD | Miscompilation.cpp | 555 unsigned OldSize = Blocks.size(); in ExtractBlocks() local 569 if (Blocks.size() == OldSize) in ExtractBlocks()
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | MachineCombiner.cpp | 61 bool doSubstitute(unsigned NewSize, unsigned OldSize); 310 bool MachineCombiner::doSubstitute(unsigned NewSize, unsigned OldSize) { in doSubstitute() argument 311 if (OptSize && (NewSize < OldSize)) in doSubstitute()
|
| HD | CodeGenPrepare.cpp | 2714 unsigned OldSize = AddrModeInsts.size(); in MatchOperationAddr() local 2728 AddrModeInsts.resize(OldSize); in MatchOperationAddr() 2738 AddrModeInsts.resize(OldSize); in MatchOperationAddr() 2803 unsigned OldSize = AddrModeInsts.size(); in MatchOperationAddr() local 2813 AddrModeInsts.resize(OldSize); in MatchOperationAddr() 2826 AddrModeInsts.resize(OldSize); in MatchOperationAddr() 2836 AddrModeInsts.resize(OldSize); in MatchOperationAddr() 2880 unsigned OldSize = AddrModeInsts.size(); in MatchOperationAddr() local 2888 ExtCost + (AddrModeInsts.size() - OldSize), in MatchOperationAddr() 2891 AddrModeInsts.resize(OldSize); in MatchOperationAddr() [all …]
|
| /NextBSD/contrib/llvm/lib/Support/ |
| HD | SmallPtrSet.cpp | 135 unsigned OldSize = CurArraySize; in Grow() local 156 for (const void **BucketPtr = OldBuckets, **E = OldBuckets+OldSize; in Grow()
|
| /NextBSD/contrib/llvm/lib/MC/ |
| HD | MCAssembler.cpp | 1005 uint64_t OldSize = LF.getContents().size(); in relaxLEB() local 1018 return OldSize != LF.getContents().size(); in relaxLEB() 1024 uint64_t OldSize = DF.getContents().size(); in relaxDwarfLineAddr() local 1036 return OldSize != Data.size(); in relaxDwarfLineAddr() 1042 uint64_t OldSize = DF.getContents().size(); in relaxDwarfCallFrameFragment() local 1052 return OldSize != Data.size(); in relaxDwarfCallFrameFragment()
|
| /NextBSD/contrib/llvm/include/llvm/ADT/ |
| HD | BitVector.h | 206 unsigned OldSize = Size; variable 208 if (t || N < OldSize)
|
| HD | DenseMap.h | 900 unsigned OldSize = this->size(); in shrink_and_clear() local 905 if (OldSize) { in shrink_and_clear() 906 NewNumBuckets = 1 << (Log2_32_Ceil(OldSize) + 1); in shrink_and_clear()
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | SROA.cpp | 249 int OldSize = Slices.size(); in insert() local 251 auto SliceI = Slices.begin() + OldSize; in insert() 3263 unsigned OldSize = Indices.size(); in emitSplitOps() local 3264 (void)OldSize; in emitSplitOps() 3267 assert(Indices.size() == OldSize && "Did not return to the old size"); in emitSplitOps() 3278 unsigned OldSize = Indices.size(); in emitSplitOps() local 3279 (void)OldSize; in emitSplitOps() 3282 assert(Indices.size() == OldSize && "Did not return to the old size"); in emitSplitOps()
|
| HD | ScalarReplAggregates.cpp | 2120 ConstantInt *OldSize = cast<ConstantInt>(II->getArgOperand(0)); in RewriteLifetimeIntrinsic() local 2130 uint64_t Size = OldSize->getLimitedValue(); in RewriteLifetimeIntrinsic()
|
| /NextBSD/contrib/llvm/lib/Transforms/Instrumentation/ |
| HD | AddressSanitizer.cpp | 1975 Value *OldSize = in handleDynamicAllocaCall() local 1980 Value *PartialSize = IRB.CreateAnd(OldSize, AllocaRzMask); in handleDynamicAllocaCall() 1995 Value *NewSize = IRB.CreateAdd(OldSize, AdditionalChunkSize); in handleDynamicAllocaCall() 2006 IRB.CreateCall(AsanAllocaPoisonFunc, {NewAddress, OldSize}); in handleDynamicAllocaCall()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CodeGenFunction.h | 403 size_t OldSize = LifetimeExtendedCleanupStack.size(); in pushCleanupAfterFullExpr() local 409 char *Buffer = &LifetimeExtendedCleanupStack[OldSize]; in pushCleanupAfterFullExpr()
|
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPUISelLowering.cpp | 480 unsigned OldSize = OldVT.getStoreSizeInBits(); in shouldReduceLoadWidth() local 489 return (OldSize < 32); in shouldReduceLoadWidth()
|