Home
last modified time | relevance | path

Searched refs:OldSize (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.h87 size_t OldSize = Infos.size(); in add() local
88 Infos[Filename].FilenameID = OldSize; in add()
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp696 unsigned OldSize = GVs.size(); in DebugACrash() local
701 if (GVs.size() < OldSize) in DebugACrash()
718 unsigned OldSize = Functions.size(); in DebugACrash() local
721 if (Functions.size() < OldSize) in DebugACrash()
735 unsigned OldSize = Blocks.size(); in DebugACrash() local
737 if (Blocks.size() < OldSize) in DebugACrash()
DMiscompilation.cpp543 unsigned OldSize = Blocks.size(); in ExtractBlocks() local
557 if (Blocks.size() == OldSize) in ExtractBlocks()
/external/llvm/lib/CodeGen/
DMachineCombiner.cpp62 bool doSubstitute(unsigned NewSize, unsigned OldSize);
338 bool MachineCombiner::doSubstitute(unsigned NewSize, unsigned OldSize) { in doSubstitute() argument
339 if (OptSize && (NewSize < OldSize)) in doSubstitute()
DCodeGenPrepare.cpp3130 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr() local
3144 AddrModeInsts.resize(OldSize); in matchOperationAddr()
3154 AddrModeInsts.resize(OldSize); in matchOperationAddr()
3219 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr() local
3229 AddrModeInsts.resize(OldSize); in matchOperationAddr()
3242 AddrModeInsts.resize(OldSize); in matchOperationAddr()
3252 AddrModeInsts.resize(OldSize); in matchOperationAddr()
3296 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr() local
3304 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()
3307 AddrModeInsts.resize(OldSize); in matchOperationAddr()
[all …]
/external/llvm/lib/Support/
DSmallPtrSet.cpp135 unsigned OldSize = CurArraySize; in Grow() local
156 for (const void **BucketPtr = OldBuckets, **E = OldBuckets+OldSize; in Grow()
/external/llvm/lib/MC/
DMCAssembler.cpp1036 uint64_t OldSize = LF.getContents().size(); in relaxLEB() local
1048 return OldSize != LF.getContents().size(); in relaxLEB()
1054 uint64_t OldSize = DF.getContents().size(); in relaxDwarfLineAddr() local
1066 return OldSize != Data.size(); in relaxDwarfLineAddr()
1072 uint64_t OldSize = DF.getContents().size(); in relaxDwarfCallFrameFragment() local
1081 return OldSize != Data.size(); in relaxDwarfCallFrameFragment()
/external/llvm/include/llvm/ADT/
DBitVector.h206 unsigned OldSize = Size; variable
208 if (t || N < OldSize)
DDenseMap.h900 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()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp242 int OldSize = Slices.size(); in insert() local
244 auto SliceI = Slices.begin() + OldSize; in insert()
3052 unsigned OldSize = Indices.size(); in emitSplitOps() local
3053 (void)OldSize; in emitSplitOps()
3056 assert(Indices.size() == OldSize && "Did not return to the old size"); in emitSplitOps()
3067 unsigned OldSize = Indices.size(); in emitSplitOps() local
3068 (void)OldSize; in emitSplitOps()
3071 assert(Indices.size() == OldSize && "Did not return to the old size"); in emitSplitOps()
DScalarReplAggregates.cpp2121 ConstantInt *OldSize = cast<ConstantInt>(II->getArgOperand(0)); in RewriteLifetimeIntrinsic() local
2131 uint64_t Size = OldSize->getLimitedValue(); in RewriteLifetimeIntrinsic()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2102 Value *OldSize = in handleDynamicAllocaCall() local
2107 Value *PartialSize = IRB.CreateAnd(OldSize, AllocaRzMask); in handleDynamicAllocaCall()
2122 Value *NewSize = IRB.CreateAdd(OldSize, AdditionalChunkSize); in handleDynamicAllocaCall()
2133 IRB.CreateCall(AsanAllocaPoisonFunc, {NewAddress, OldSize}); in handleDynamicAllocaCall()
/external/clang/lib/CodeGen/
DCodeGenFunction.h409 size_t OldSize = LifetimeExtendedCleanupStack.size(); in pushCleanupAfterFullExpr() local
415 char *Buffer = &LifetimeExtendedCleanupStack[OldSize]; in pushCleanupAfterFullExpr()
/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/
Djdk7-flags.txt439 uintx OldSize = 4194304 {product}
Djdk6-flags.txt408 uintx OldSize = 4194304 {product}
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp449 unsigned OldSize = OldVT.getStoreSizeInBits(); in shouldReduceLoadWidth() local
458 return (OldSize < 32); in shouldReduceLoadWidth()