/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | AddrModeMatcher.cpp | 182 unsigned OldSize = AddrModeInsts.size(); in MatchOperationAddr() local 189 AddrModeInsts.resize(OldSize); in MatchOperationAddr() 198 AddrModeInsts.resize(OldSize); in MatchOperationAddr() 261 unsigned OldSize = AddrModeInsts.size(); in MatchOperationAddr() local 271 AddrModeInsts.resize(OldSize); in MatchOperationAddr() 284 AddrModeInsts.resize(OldSize); in MatchOperationAddr() 294 AddrModeInsts.resize(OldSize); in MatchOperationAddr() 327 unsigned OldSize = AddrModeInsts.size(); in MatchAddr() local 343 AddrModeInsts.resize(OldSize); in MatchAddr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCAssembler.cpp | 921 uint64_t OldSize = PF.getSize(); in relaxPaddingFragment() local 928 stats::PaddingFragmentsBytes -= OldSize; in relaxPaddingFragment() 933 uint64_t OldSize = LF.getContents().size(); in relaxLEB() local 946 encodeSLEB128(Value, OSE, OldSize); in relaxLEB() 948 encodeULEB128(Value, OSE, OldSize); in relaxLEB() 949 return OldSize != LF.getContents().size(); in relaxLEB() 955 uint64_t OldSize = DF.getContents().size(); in relaxDwarfLineAddr() local 994 return OldSize != Data.size(); in relaxDwarfLineAddr() 1000 uint64_t OldSize = DF.getContents().size(); in relaxDwarfCallFrameFragment() local 1009 return OldSize != Data.size(); in relaxDwarfCallFrameFragment() [all …]
|
D | MCCodePadder.cpp | 212 uint64_t OldSize = Fragment->getSize(); in relaxFragment() local 261 return OldSize != OptimalSize; in relaxFragment()
|
/external/llvm/lib/MC/ |
D | MCAssembler.cpp | 788 uint64_t OldSize = LF.getContents().size(); in relaxLEB() local 800 return OldSize != LF.getContents().size(); in relaxLEB() 806 uint64_t OldSize = DF.getContents().size(); in relaxDwarfLineAddr() local 818 return OldSize != Data.size(); in relaxDwarfLineAddr() 824 uint64_t OldSize = DF.getContents().size(); in relaxDwarfCallFrameFragment() local 833 return OldSize != Data.size(); in relaxDwarfCallFrameFragment() 838 unsigned OldSize = F.getContents().size(); in relaxCVInlineLineTable() local 840 return OldSize != F.getContents().size(); in relaxCVInlineLineTable() 845 unsigned OldSize = F.getContents().size(); in relaxCVDefRange() local 847 return OldSize != F.getContents().size(); in relaxCVDefRange()
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | CrashDebugger.cpp | 479 unsigned OldSize = GVs.size(); in DebugACrash() local 484 if (GVs.size() < OldSize) in DebugACrash() 502 unsigned OldSize = Functions.size(); in DebugACrash() local 505 if (Functions.size() < OldSize) in DebugACrash() 520 unsigned OldSize = Blocks.size(); in DebugACrash() local 522 if (Blocks.size() < OldSize) in DebugACrash()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 933 unsigned OldSize = GVs.size(); in ReduceGlobalInitializers() local 939 if (GVs.size() < OldSize) in ReduceGlobalInitializers() 1049 unsigned OldSize = Functions.size(); in DebugACrash() local 1055 if (Functions.size() < OldSize) in DebugACrash() 1066 unsigned OldSize = Blocks.size(); in DebugACrash() local 1074 if (Blocks.size() < OldSize) in DebugACrash() 1088 unsigned OldSize = Blocks.size(); in DebugACrash() local 1092 if (Blocks.size() < OldSize) in DebugACrash() 1101 unsigned OldSize = Blocks.size(); in DebugACrash() local 1105 if (Blocks.size() < OldSize) in DebugACrash()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | SmallPtrSet.cpp | 134 unsigned OldSize = CurArraySize; in Grow() local 159 for (const void **BucketPtr = OldBuckets, **E = OldBuckets+OldSize; in Grow()
|
/external/llvm/lib/CodeGen/ |
D | MachineCombiner.cpp | 62 bool doSubstitute(unsigned NewSize, unsigned OldSize); 340 bool MachineCombiner::doSubstitute(unsigned NewSize, unsigned OldSize) { in doSubstitute() argument 341 if (OptSize && (NewSize < OldSize)) in doSubstitute()
|
D | CodeGenPrepare.cpp | 3188 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr() local 3202 AddrModeInsts.resize(OldSize); in matchOperationAddr() 3212 AddrModeInsts.resize(OldSize); in matchOperationAddr() 3277 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr() local 3287 AddrModeInsts.resize(OldSize); in matchOperationAddr() 3300 AddrModeInsts.resize(OldSize); in matchOperationAddr() 3310 AddrModeInsts.resize(OldSize); in matchOperationAddr() 3354 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr() local 3362 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr() 3365 AddrModeInsts.resize(OldSize); in matchOperationAddr() [all …]
|
/external/compiler-rt/lib/scudo/ |
D | scudo_allocator.cpp | 488 uptr OldSize = OldHeader.RequestedSize; in reallocate() local 489 memcpy(NewPtr, OldPtr, Min(NewSize, OldSize)); in reallocate() 494 QuarantineCallback(&Cache), Chunk, OldSize); in reallocate() 499 Chunk, OldSize); in reallocate()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCAssembler.cpp | 720 uint64_t OldSize = LF.getContents().size(); in RelaxLEB() local 732 return OldSize != LF.getContents().size(); in RelaxLEB() 738 uint64_t OldSize = DF.getContents().size(); in RelaxDwarfLineAddr() local 749 return OldSize != Data.size(); in RelaxDwarfLineAddr() 755 uint64_t OldSize = DF.getContents().size(); in RelaxDwarfCallFrameFragment() local 764 return OldSize != Data.size(); in RelaxDwarfCallFrameFragment()
|
/external/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 694 unsigned OldSize = GVs.size(); in ReduceGlobalInitializers() local 698 if (GVs.size() < OldSize) in ReduceGlobalInitializers() 806 unsigned OldSize = Functions.size(); in DebugACrash() local 809 if (Functions.size() < OldSize) in DebugACrash() 823 unsigned OldSize = Blocks.size(); in DebugACrash() local 825 if (Blocks.size() < OldSize) in DebugACrash()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/ |
D | MSFBuilder.cpp | 193 uint32_t OldSize = getStreamSize(Idx); in setStreamSize() local 194 if (OldSize == Size) in setStreamSize() 198 uint32_t OldBlocks = bytesToBlocks(OldSize, BlockSize); in setStreamSize()
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerLoop.cpp | 549 size_t OldSize = Res.size(); in FindExtraUnits() local 567 assert(NewSize <= OldSize); in FindExtraUnits() 570 if (NewSize + 5 >= OldSize) in FindExtraUnits() 572 OldSize = NewSize; in FindExtraUnits()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineCombiner.cpp | 86 bool doSubstitute(unsigned NewSize, unsigned OldSize); 410 bool MachineCombiner::doSubstitute(unsigned NewSize, unsigned OldSize) { in doSubstitute() argument 411 if (OptSize && (NewSize < OldSize)) in doSubstitute()
|
D | StackColoring.cpp | 1264 int OldSize = FirstS.size(); in runOnMachineFunction() local 1266 auto Mid = FirstS.begin() + OldSize; in runOnMachineFunction()
|
D | CodeGenPrepare.cpp | 3786 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr() local 3800 AddrModeInsts.resize(OldSize); in matchOperationAddr() 3810 AddrModeInsts.resize(OldSize); in matchOperationAddr() 3899 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr() local 3909 AddrModeInsts.resize(OldSize); in matchOperationAddr() 3922 AddrModeInsts.resize(OldSize); in matchOperationAddr() 3932 AddrModeInsts.resize(OldSize); in matchOperationAddr() 3976 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr() local 3984 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr() 3987 AddrModeInsts.resize(OldSize); in matchOperationAddr() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | BitVector.h | 212 unsigned OldSize = Size; variable 214 if (t || N < OldSize)
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | BitVector.h | 207 unsigned OldSize = Size; variable 209 if (t || N < OldSize)
|
D | DenseMap.h | 946 unsigned OldSize = this->size(); in shrink_and_clear() local 951 if (OldSize) { in shrink_and_clear() 952 NewNumBuckets = 1 << (Log2_32_Ceil(OldSize) + 1); in shrink_and_clear()
|
/external/llvm/include/llvm/ADT/ |
D | BitVector.h | 207 unsigned OldSize = Size; variable 209 if (t || N < OldSize)
|
D | DenseMap.h | 946 unsigned OldSize = this->size(); in shrink_and_clear() local 951 if (OldSize) { in shrink_and_clear() 952 NewNumBuckets = 1 << (Log2_32_Ceil(OldSize) + 1); in shrink_and_clear()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | DenseMap.h | 1013 unsigned OldSize = this->size(); in shrink_and_clear() local 1018 if (OldSize) { in shrink_and_clear() 1019 NewNumBuckets = 1 << (Log2_32_Ceil(OldSize) + 1); in shrink_and_clear()
|
D | BitVector.h | 386 unsigned OldSize = Size; variable 388 if (t || N < OldSize)
|
/external/swiftshader/third_party/subzero/src/ |
D | IceBitVector.h | 436 unsigned OldSize = Size; variable 438 if (t || N < OldSize)
|