/external/v8/src/parsing/ |
D | preparsed-scope-data.cc | 440 DCHECK_GE(RemainingBytes(), kUint32Size); in ReadUint32() 456 DCHECK_GE(RemainingBytes(), kUint8Size); in ReadUint8() 468 DCHECK_GE(RemainingBytes(), kUint8Size); in ReadQuarter() 484 size_t ConsumedPreParsedScopeData::ByteData::RemainingBytes() const { in RemainingBytes() function in v8::internal::ConsumedPreParsedScopeData::ByteData 518 CHECK_GE(scope_data_->RemainingBytes(), kSkippableFunctionDataSize); in GetDataForSkippableFunction() 566 DCHECK_EQ(scope_data_->RemainingBytes(), 0); in RestoreScopeAllocationData() 582 if (scope_data_->RemainingBytes() < kUint8Size) { in RestoreData() 589 CHECK_GE(scope_data_->RemainingBytes(), kUint8Size); in RestoreData()
|
D | preparsed-scope-data.h | 214 size_t RemainingBytes() const;
|
/external/llvm/tools/obj2yaml/ |
D | macho2yaml.cpp | 194 auto RemainingBytes = LoadCmd.C.cmdsize - (EndPtr - LoadCmd.Ptr); in dumpLoadCommands() local 195 if (!std::all_of(EndPtr, &EndPtr[RemainingBytes], in dumpLoadCommands() 198 &EndPtr[RemainingBytes]); in dumpLoadCommands() 199 RemainingBytes = 0; in dumpLoadCommands() 201 LC.ZeroPadBytes = RemainingBytes; in dumpLoadCommands()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | macho2yaml.cpp | 221 auto RemainingBytes = LoadCmd.C.cmdsize - (EndPtr - LoadCmd.Ptr); in dumpLoadCommands() local 222 if (!std::all_of(EndPtr, &EndPtr[RemainingBytes], in dumpLoadCommands() 225 &EndPtr[RemainingBytes]); in dumpLoadCommands() 226 RemainingBytes = 0; in dumpLoadCommands() 228 LC.ZeroPadBytes = RemainingBytes; in dumpLoadCommands()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LowerMemIntrinsics.cpp | 92 uint64_t RemainingBytes = CopyLen->getZExtValue() - BytesCopied; in createMemCpyLoopKnownSize() local 93 if (RemainingBytes) { in createMemCpyLoopKnownSize() 102 TTI.getMemcpyLoopResidualLoweringType(RemainingOps, Ctx, RemainingBytes, in createMemCpyLoopKnownSize()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 530 unsigned RemainingBytes = SrcVT.getStoreSize(); in ExpandLoad() local 533 while (RemainingBytes > 0) { in ExpandLoad() 537 if (RemainingBytes >= LoadBytes) { in ExpandLoad() 546 while (RemainingBytes < LoadBytes) { in ExpandLoad() 558 RemainingBytes -= LoadBytes; in ExpandLoad()
|
/external/vixl/src/ |
D | code-buffer-vixl.h | 101 VIXL_DEPRECATED("GetRemainingBytes", size_t RemainingBytes() const) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 592 unsigned RemainingBytes = SrcVT.getStoreSize(); in ExpandLoad() local 594 while (RemainingBytes > 0) { in ExpandLoad() 598 if (RemainingBytes >= LoadBytes) { in ExpandLoad() 606 while (RemainingBytes < LoadBytes) { in ExpandLoad() 617 RemainingBytes -= LoadBytes; in ExpandLoad()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 909 unsigned RemainingBytes, 1157 unsigned RemainingBytes, unsigned SrcAlign, unsigned DestAlign) const = 0; 1523 unsigned RemainingBytes, in getMemcpyLoopResidualLoweringType() argument 1526 Impl.getMemcpyLoopResidualLoweringType(OpsOut, Context, RemainingBytes, in getMemcpyLoopResidualLoweringType()
|
D | TargetTransformInfoImpl.h | 508 unsigned RemainingBytes, in getMemcpyLoopResidualLoweringType() argument 511 for (unsigned i = 0; i != RemainingBytes; ++i) in getMemcpyLoopResidualLoweringType()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX86BaseImpl.h | 5151 uint32_t RemainingBytes = CountValue; 5153 while (RemainingBytes >= TyWidth) { 5155 RemainingBytes -= TyWidth; 5159 if (RemainingBytes == 0) 5164 Type LeftOverTy = firstTypeThatFitsSize(RemainingBytes); 5209 uint32_t RemainingBytes = CountValue; 5212 while (RemainingBytes >= TyWidth) { 5217 RemainingBytes -= TyWidth; 5222 if (RemainingBytes != 0) { 5226 Ty = firstTypeThatFitsSize(RemainingBytes); [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 562 unsigned RemainingBytes, unsigned SrcAlign, unsigned DestAlign) const { in getMemcpyLoopResidualLoweringType() argument 563 TTIImpl->getMemcpyLoopResidualLoweringType(OpsOut, Context, RemainingBytes, in getMemcpyLoopResidualLoweringType()
|