Home
last modified time | relevance | path

Searched refs:RemainingBytes (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/parsing/
Dpreparsed-scope-data.cc440 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()
Dpreparsed-scope-data.h214 size_t RemainingBytes() const;
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp194 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/
Dmacho2yaml.cpp221 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/
DLowerMemIntrinsics.cpp92 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/
DLegalizeVectorOps.cpp530 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/
Dcode-buffer-vixl.h101 VIXL_DEPRECATED("GetRemainingBytes", size_t RemainingBytes() const) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp592 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/
DTargetTransformInfo.h909 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()
DTargetTransformInfoImpl.h508 unsigned RemainingBytes, in getMemcpyLoopResidualLoweringType() argument
511 for (unsigned i = 0; i != RemainingBytes; ++i) in getMemcpyLoopResidualLoweringType()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86BaseImpl.h5151 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/
DTargetTransformInfo.cpp562 unsigned RemainingBytes, unsigned SrcAlign, unsigned DestAlign) const { in getMemcpyLoopResidualLoweringType() argument
563 TTIImpl->getMemcpyLoopResidualLoweringType(OpsOut, Context, RemainingBytes, in getMemcpyLoopResidualLoweringType()