Home
last modified time | relevance | path

Searched refs:RemainingBytes (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/parsing/
H A Dpreparse-data-impl.h69 size_t RemainingBytes() const { in RemainingBytes() function in v8::internal::BaseConsumedPreparseData::ByteData
77 return index_ <= data_.data_length() && bytes <= RemainingBytes(); in HasRemainingBytes()
H A Dpreparse-data.cc645 DCHECK_EQ(scope_data_->RemainingBytes(), 0); in RestoreScopeAllocationData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp91 uint64_t RemainingBytes = CopyLen->getZExtValue() - BytesCopied; in createMemCpyLoopKnownSize() local
92 if (RemainingBytes) { in createMemCpyLoopKnownSize()
101 TTI.getMemcpyLoopResidualLoweringType(RemainingOps, Ctx, RemainingBytes, in createMemCpyLoopKnownSize()
/third_party/vixl/src/
H A Dcode-buffer-vixl.h119 VIXL_DEPRECATED("GetRemainingBytes", size_t RemainingBytes() const) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp740 unsigned RemainingBytes = SrcVT.getStoreSize(); in ExpandLoad() local
742 while (RemainingBytes > 0) { in ExpandLoad()
746 if (RemainingBytes >= LoadBytes) { in ExpandLoad()
754 while (RemainingBytes < LoadBytes) { in ExpandLoad()
765 RemainingBytes -= LoadBytes; in ExpandLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h543 unsigned RemainingBytes, in getMemcpyLoopResidualLoweringType()
546 for (unsigned i = 0; i != RemainingBytes; ++i) in getMemcpyLoopResidualLoweringType()
541 getMemcpyLoopResidualLoweringType(SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, unsigned RemainingBytes, unsigned SrcAlign, unsigned DestAlign) const getMemcpyLoopResidualLoweringType() argument
H A DTargetTransformInfo.h1059 /// \param[out] OpsOut The operand types to copy RemainingBytes of memory.
1060 /// \param RemainingBytes The number of bytes to copy.
1062 /// Calculates the operand types to use when copying \p RemainingBytes of
1067 unsigned RemainingBytes,
1371 unsigned RemainingBytes, unsigned SrcAlign, unsigned DestAlign) const = 0;
1817 unsigned RemainingBytes,
1820 Impl.getMemcpyLoopResidualLoweringType(OpsOut, Context, RemainingBytes,
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX8632.cpp4786 uint32_t RemainingBytes = CountValue; in lowerMemcpy() local
4788 while (RemainingBytes >= TyWidth) { in lowerMemcpy()
4790 RemainingBytes -= TyWidth; in lowerMemcpy()
4794 if (RemainingBytes == 0) in lowerMemcpy()
4799 Type LeftOverTy = firstTypeThatFitsSize(RemainingBytes); in lowerMemcpy()
4842 uint32_t RemainingBytes = CountValue; in lowerMemmove() local
4845 while (RemainingBytes >= TyWidth) { in lowerMemmove()
4850 RemainingBytes -= TyWidth; in lowerMemmove()
4855 if (RemainingBytes != 0) { in lowerMemmove()
4859 Ty = firstTypeThatFitsSize(RemainingBytes); in lowerMemmove()
4953 uint32_t RemainingBytes = CountValue; lowerMemset() local
[all...]
H A DIceTargetLoweringX8664.cpp4208 uint32_t RemainingBytes = CountValue; in lowerMemcpy() local
4210 while (RemainingBytes >= TyWidth) { in lowerMemcpy()
4212 RemainingBytes -= TyWidth; in lowerMemcpy()
4216 if (RemainingBytes == 0) in lowerMemcpy()
4221 Type LeftOverTy = firstTypeThatFitsSize(RemainingBytes); in lowerMemcpy()
4263 uint32_t RemainingBytes = CountValue; in lowerMemmove() local
4266 while (RemainingBytes >= TyWidth) { in lowerMemmove()
4271 RemainingBytes -= TyWidth; in lowerMemmove()
4276 if (RemainingBytes != 0) { in lowerMemmove()
4280 Ty = firstTypeThatFitsSize(RemainingBytes); in lowerMemmove()
4374 uint32_t RemainingBytes = CountValue; lowerMemset() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp778 unsigned RemainingBytes, unsigned SrcAlign, unsigned DestAlign) const { in getMemcpyLoopResidualLoweringType()
779 TTIImpl->getMemcpyLoopResidualLoweringType(OpsOut, Context, RemainingBytes, in getMemcpyLoopResidualLoweringType()
776 getMemcpyLoopResidualLoweringType( SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, unsigned RemainingBytes, unsigned SrcAlign, unsigned DestAlign) const getMemcpyLoopResidualLoweringType() argument

Completed in 32 milliseconds