HomeSort by relevance Sort by last modified time
    Searched refs:OldSize (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
WinCodeViewLineTables.h 87 size_t OldSize = Infos.size();
88 Infos[Filename].FilenameID = OldSize;
  /external/llvm/lib/Support/
SmallPtrSet.cpp 135 unsigned OldSize = CurArraySize;
156 for (const void **BucketPtr = OldBuckets, **E = OldBuckets+OldSize;
  /external/llvm/lib/CodeGen/
MachineCombiner.cpp 62 bool doSubstitute(unsigned NewSize, unsigned OldSize);
338 bool MachineCombiner::doSubstitute(unsigned NewSize, unsigned OldSize) {
339 if (OptSize && (NewSize < OldSize))
CodeGenPrepare.cpp     [all...]
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 696 unsigned OldSize = GVs.size();
701 if (GVs.size() < OldSize)
718 unsigned OldSize = Functions.size();
721 if (Functions.size() < OldSize)
735 unsigned OldSize = Blocks.size();
737 if (Blocks.size() < OldSize)
Miscompilation.cpp 543 unsigned OldSize = Blocks.size();
557 if (Blocks.size() == OldSize)
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp     [all...]
  /external/llvm/include/llvm/ADT/
BitVector.h 206 unsigned OldSize = Size;
208 if (t || N < OldSize)
DenseMap.h 900 unsigned OldSize = this->size();
905 if (OldSize) {
906 NewNumBuckets = 1 << (Log2_32_Ceil(OldSize) + 1);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 242 int OldSize = Slices.size();
244 auto SliceI = Slices.begin() + OldSize;
    [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 409 size_t OldSize = LifetimeExtendedCleanupStack.size();
415 char *Buffer = &LifetimeExtendedCleanupStack[OldSize];
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 449 unsigned OldSize = OldVT.getStoreSizeInBits();
458 return (OldSize < 32);
    [all...]

Completed in 1186 milliseconds