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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DWinCodeViewLineTables.h85 size_t OldSize = Infos.size();
86 Infos[Filename].FilenameID = OldSize;
/external/llvm/tools/bugpoint/
H A DCrashDebugger.cpp476 unsigned OldSize = GVs.size(); local
481 if (GVs.size() < OldSize)
499 unsigned OldSize = Functions.size(); local
502 if (Functions.size() < OldSize)
517 unsigned OldSize = Blocks.size(); local
519 if (Blocks.size() < OldSize)
H A DMiscompilation.cpp558 unsigned OldSize = Blocks.size(); local
572 if (Blocks.size() == OldSize)
/external/llvm/lib/Support/
H A DSmallPtrSet.cpp135 unsigned OldSize = CurArraySize;
156 for (const void **BucketPtr = OldBuckets, **E = OldBuckets+OldSize;
/external/llvm/lib/CodeGen/
H A DMachineCombiner.cpp61 bool doSubstitute(unsigned NewSize, unsigned OldSize);
302 bool MachineCombiner::doSubstitute(unsigned NewSize, unsigned OldSize) { argument
303 if (OptSize && (NewSize < OldSize))
H A DCodeGenPrepare.cpp2644 unsigned OldSize = AddrModeInsts.size(); local
2658 AddrModeInsts.resize(OldSize);
2668 AddrModeInsts.resize(OldSize);
2733 unsigned OldSize = AddrModeInsts.size(); local
2743 AddrModeInsts.resize(OldSize);
2756 AddrModeInsts.resize(OldSize);
2766 AddrModeInsts.resize(OldSize);
2810 unsigned OldSize = AddrModeInsts.size(); local
2818 ExtCost + (AddrModeInsts.size() - OldSize),
2821 AddrModeInsts.resize(OldSize);
2858 unsigned OldSize = AddrModeInsts.size(); local
[all...]
/external/llvm/lib/MC/
H A DMCAssembler.cpp1035 uint64_t OldSize = LF.getContents().size(); local
1048 return OldSize != LF.getContents().size();
1054 uint64_t OldSize = DF.getContents().size(); local
1066 return OldSize != Data.size();
1072 uint64_t OldSize = DF.getContents().size(); local
1082 return OldSize != Data.size();
/external/llvm/include/llvm/ADT/
H A DBitVector.h206 unsigned OldSize = Size; local
208 if (t || N < OldSize)
H A DDenseMap.h910 unsigned OldSize = this->size(); local
915 if (OldSize) {
916 NewNumBuckets = 1 << (Log2_32_Ceil(OldSize) + 1);
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp249 int OldSize = Slices.size(); local
251 auto SliceI = Slices.begin() + OldSize;
3212 unsigned OldSize = Indices.size();
3213 (void)OldSize;
3216 assert(Indices.size() == OldSize && "Did not return to the old size");
3227 unsigned OldSize = Indices.size();
3228 (void)OldSize;
3231 assert(Indices.size() == OldSize && "Did not return to the old size");
H A DScalarReplAggregates.cpp2120 ConstantInt *OldSize = cast<ConstantInt>(II->getArgOperand(0)); local
2122 // Offset+OldSize.
2130 uint64_t Size = OldSize->getLimitedValue();
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2029 // redzones, and OldSize is number of allocated blocks with
2031 // OldSize * ElementSize.
2034 Value *OldSize = IRB.CreateMul(AI->getArraySize(), local
2037 // PartialSize = OldSize % 32
2038 Value *PartialSize = IRB.CreateAnd(OldSize, AllocaRzMask);
2053 Value *NewSize = IRB.CreateAdd(OldSize, AdditionalChunkSize);
2074 Value *PartialRzAddr = IRB.CreateAdd(NewAddress, OldSize);
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h388 size_t OldSize = LifetimeExtendedCleanupStack.size(); local
392 char *Buffer = &LifetimeExtendedCleanupStack[OldSize];
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp461 unsigned OldSize = OldVT.getStoreSizeInBits(); local
470 return (OldSize < 32);

Completed in 756 milliseconds