/external/llvm/lib/CodeGen/AsmPrinter/ |
D | WinCodeViewLineTables.h | 87 size_t OldSize = Infos.size(); in add() local 88 Infos[Filename].FilenameID = OldSize; in add()
|
/external/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 696 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()
|
D | Miscompilation.cpp | 543 unsigned OldSize = Blocks.size(); in ExtractBlocks() local 557 if (Blocks.size() == OldSize) in ExtractBlocks()
|
/external/llvm/lib/CodeGen/ |
D | MachineCombiner.cpp | 62 bool doSubstitute(unsigned NewSize, unsigned OldSize); 338 bool MachineCombiner::doSubstitute(unsigned NewSize, unsigned OldSize) { in doSubstitute() argument 339 if (OptSize && (NewSize < OldSize)) in doSubstitute()
|
D | CodeGenPrepare.cpp | 3130 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/ |
D | SmallPtrSet.cpp | 135 unsigned OldSize = CurArraySize; in Grow() local 156 for (const void **BucketPtr = OldBuckets, **E = OldBuckets+OldSize; in Grow()
|
/external/llvm/lib/MC/ |
D | MCAssembler.cpp | 1036 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/ |
D | BitVector.h | 206 unsigned OldSize = Size; variable 208 if (t || N < OldSize)
|
D | 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()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 242 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()
|
D | ScalarReplAggregates.cpp | 2121 ConstantInt *OldSize = cast<ConstantInt>(II->getArgOperand(0)); in RewriteLifetimeIntrinsic() local 2131 uint64_t Size = OldSize->getLimitedValue(); in RewriteLifetimeIntrinsic()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 2102 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/ |
D | CodeGenFunction.h | 409 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/ |
D | jdk7-flags.txt | 439 uintx OldSize = 4194304 {product}
|
D | jdk6-flags.txt | 408 uintx OldSize = 4194304 {product}
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 449 unsigned OldSize = OldVT.getStoreSizeInBits(); in shouldReduceLoadWidth() local 458 return (OldSize < 32); in shouldReduceLoadWidth()
|