/third_party/node/deps/v8/src/parsing/ |
H A D | preparse-data-impl.h | 69 size_t RemainingBytes() const { in RemainingBytes() function in v8::internal::BaseConsumedPreparseData::ByteData 77 return index_ <= data_.data_length() && bytes <= RemainingBytes(); in HasRemainingBytes()
|
H A D | preparse-data.cc | 645 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 D | LowerMemIntrinsics.cpp | 91 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 D | code-buffer-vixl.h | 119 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 D | LegalizeVectorOps.cpp | 740 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 D | TargetTransformInfoImpl.h | 543 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 D | TargetTransformInfo.h | 1059 /// \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 D | IceTargetLoweringX8632.cpp | 4786 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 D | IceTargetLoweringX8664.cpp | 4208 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 D | TargetTransformInfo.cpp | 778 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
|