/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRMCELFStreamer.cpp | 25 const MCSymbol *Sym, unsigned SizeInBytes, SMLoc Loc, in EmitValueForModiferKind() argument 30 if (SizeInBytes == SIZE_LONG) in EmitValueForModiferKind() 32 else if (SizeInBytes == SIZE_WORD) in EmitValueForModiferKind() 41 SizeInBytes, Loc); in EmitValueForModiferKind()
|
D | AVRMCELFStreamer.h | 46 const MCSymbol *Sym, unsigned SizeInBytes, SMLoc Loc = SMLoc(),
|
/external/llvm/lib/IR/ |
D | User.cpp | 94 intptr_t SizeInBytes; member 107 assert(DI->SizeInBytes != 0 && "Should not have had a descriptor otherwise!"); in getDescriptor() 110 reinterpret_cast<uint8_t *>(DI) - DI->SizeInBytes, DI->SizeInBytes); in getDescriptor() 140 DescInfo->SizeInBytes = DescBytes; in allocateFixedOperandUser() 187 uint8_t *Storage = reinterpret_cast<uint8_t *>(DI) - DI->SizeInBytes; in operator delete()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | User.cpp | 90 intptr_t SizeInBytes; member 103 assert(DI->SizeInBytes != 0 && "Should not have had a descriptor otherwise!"); in getDescriptor() 106 reinterpret_cast<uint8_t *>(DI) - DI->SizeInBytes, DI->SizeInBytes); in getDescriptor() 136 DescInfo->SizeInBytes = DescBytes; in allocateFixedOperandUser() 183 uint8_t *Storage = reinterpret_cast<uint8_t *>(DI) - DI->SizeInBytes; in operator delete()
|
/external/compiler-rt/lib/profile/ |
D | InstrProfiling.c | 32 __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes) { in __llvm_profile_get_num_padding_bytes() argument 33 return 7 & (sizeof(uint64_t) - SizeInBytes % sizeof(uint64_t)); in __llvm_profile_get_num_padding_bytes()
|
D | InstrProfiling.h | 45 uint8_t __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes);
|
/external/v8/src/ |
D | external-reference-table.h | 65 DCHECK_LT(offset, SizeInBytes()); in NameFromOffset() 70 static constexpr uint32_t SizeInBytes() { in SizeInBytes() function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | executable.cc | 131 const int64 executable_size_in_bytes = SizeInBytes(); in ExecuteOnStreamWrapper() 146 int64 Executable::SizeInBytes() { return -1; } in SizeInBytes() function in xla::Executable
|
D | executable.h | 179 virtual int64 SizeInBytes();
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/AsmParser/ |
D | AVRAsmParser.cpp | 85 bool parseLiteralValues(unsigned SizeInBytes, SMLoc L); 623 bool AVRAsmParser::parseLiteralValues(unsigned SizeInBytes, SMLoc L) { in parseLiteralValues() argument 633 AVRStreamer.EmitValueForModiferKind(Symbol, SizeInBytes, L, in parseLiteralValues() 651 AVRStreamer.EmitValueForModiferKind(Symbol, SizeInBytes, L, ModifierKind); in parseLiteralValues() 659 Parser.getStreamer().EmitValue(Value, SizeInBytes, L); in parseLiteralValues()
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.cc | 1054 int size = src0.SizeInBytes(); in Push() 1067 int size = src0.SizeInBytes(); in Push() 1083 int size = dst0.SizeInBytes(); in Pop() 1100 int size = dst0.SizeInBytes(); in Pop() 1108 int size = src0.SizeInBytes() + src1.SizeInBytes(); in Push() 1114 str(src0, MemOperand(sp, src1.SizeInBytes())); in Push() 1133 masm_->PushHelper(batch_index, batch[0].SizeInBytes(), in PushQueued() 1157 masm_->PopHelper(batch_index, batch[0].SizeInBytes(), in PopQueued() 1209 PushHelper(1, src.SizeInBytes(), src, NoReg, NoReg, NoReg); in PushMultipleTimes() 1222 PushHelper(4, src.SizeInBytes(), src, src, src, src); in PushMultipleTimes() [all …]
|
D | deoptimizer-arm64.cc | 29 DCHECK_EQ(temp0.SizeInBytes(), reg_size); in CopyRegListToFrame() 30 DCHECK_EQ(temp1.SizeInBytes(), reg_size); in CopyRegListToFrame()
|
/external/webrtc/webrtc/modules/pacing/ |
D | paced_sender.cc | 136 uint64_t SizeInBytes() const { return bytes_; } in SizeInBytes() function in webrtc::paced_sender::PacketQueue 320 return static_cast<int64_t>(packets_->SizeInBytes() * 8 / max_bitrate_kbps_); in ExpectedQueueTimeMs() 364 size_t queue_size_bytes = packets_->SizeInBytes(); in Process()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 667 uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue(); in processLoopMemSet() local 668 if ((SizeInBytes >> 32) != 0) in processLoopMemSet() 678 if (SizeInBytes != Stride && SizeInBytes != -Stride) in processLoopMemSet() 689 bool NegStride = SizeInBytes == -Stride; in processLoopMemSet() 690 return processLoopStridedStore(Pointer, (unsigned)SizeInBytes, in processLoopMemSet()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 346 uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue(); in processLoopMemSet() local 347 if ((SizeInBytes >> 32) != 0) in processLoopMemSet() 359 return processLoopStridedStore(Pointer, (unsigned)SizeInBytes, in processLoopMemSet()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1180 translatePtrToMemberRep(unsigned SizeInBytes, bool IsPMF, unsigned Flags) { in translatePtrToMemberRep() argument 1187 return SizeInBytes == 0 ? PointerToMemberRepresentation::Unknown in translatePtrToMemberRep() 1199 return SizeInBytes == 0 ? PointerToMemberRepresentation::Unknown in translatePtrToMemberRep() 1223 uint8_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerTypeMemberPointer() local 1225 ClassTI, translatePtrToMemberRep(SizeInBytes, IsPMF, Ty->getFlags())); in lowerTypeMemberPointer() 1226 PointerRecord PR(PointeeTI, PK, PM, PO, SizeInBytes, MPI); in lowerTypeMemberPointer() 1562 uint64_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerCompleteTypeClass() local 1566 TypeIndex(), VShapeTI, SizeInBytes, FullName, Ty->getIdentifier())); in lowerCompleteTypeClass() 1601 uint64_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerCompleteTypeUnion() local 1605 UnionRecord(FieldCount, CO, HfaKind::None, FieldTI, SizeInBytes, FullName, in lowerCompleteTypeUnion()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 736 uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue(); in processLoopMemSet() local 737 if ((SizeInBytes >> 32) != 0) in processLoopMemSet() 747 if (SizeInBytes != Stride && SizeInBytes != -Stride) in processLoopMemSet() 758 bool NegStride = SizeInBytes == -Stride; in processLoopMemSet() 759 return processLoopStridedStore(Pointer, (unsigned)SizeInBytes, in processLoopMemSet()
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 222 inline uint8_t getNumPaddingBytes(uint64_t SizeInBytes) { in getNumPaddingBytes() argument 223 return 7 & (sizeof(uint64_t) - SizeInBytes % sizeof(uint64_t)); in getNumPaddingBytes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 240 inline uint8_t getNumPaddingBytes(uint64_t SizeInBytes) { in getNumPaddingBytes() argument 241 return 7 & (sizeof(uint64_t) - SizeInBytes % sizeof(uint64_t)); in getNumPaddingBytes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1560 translatePtrToMemberRep(unsigned SizeInBytes, bool IsPMF, unsigned Flags) { in translatePtrToMemberRep() argument 1567 return SizeInBytes == 0 ? PointerToMemberRepresentation::Unknown in translatePtrToMemberRep() 1579 return SizeInBytes == 0 ? PointerToMemberRepresentation::Unknown in translatePtrToMemberRep() 1604 uint8_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerTypeMemberPointer() local 1606 ClassTI, translatePtrToMemberRep(SizeInBytes, IsPMF, Ty->getFlags())); in lowerTypeMemberPointer() 1607 PointerRecord PR(PointeeTI, PK, PM, PO, SizeInBytes, MPI); in lowerTypeMemberPointer() 2059 uint64_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerCompleteTypeClass() local 2062 SizeInBytes, FullName, Ty->getIdentifier()); in lowerCompleteTypeClass() 2098 uint64_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerCompleteTypeUnion() local 2101 UnionRecord UR(FieldCount, CO, FieldTI, SizeInBytes, FullName, in lowerCompleteTypeUnion()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 471 uint64_t SizeInBytes = in getAllocaSizeInBytes() local 473 return SizeInBytes * ArraySize; in getAllocaSizeInBytes() 1448 uint64_t SizeInBytes = DL.getTypeAllocSize(Ty); in InstrumentGlobals() local 1453 MinRZ, std::min(kMaxGlobalRedzone, (SizeInBytes / MinRZ / 4) * MinRZ)); in InstrumentGlobals() 1456 if (SizeInBytes % MinRZ) RightRedzoneSize += MinRZ - (SizeInBytes % MinRZ); in InstrumentGlobals() 1457 assert(((RightRedzoneSize + SizeInBytes) % MinRZ) == 0); in InstrumentGlobals() 1521 ConstantInt::get(IntptrTy, SizeInBytes), in InstrumentGlobals() 1522 ConstantInt::get(IntptrTy, SizeInBytes + RightRedzoneSize), in InstrumentGlobals()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 630 uint64_t SizeInBytes = in getAllocaSizeInBytes() local 632 return SizeInBytes * ArraySize; in getAllocaSizeInBytes() 2100 uint64_t SizeInBytes = DL.getTypeAllocSize(Ty); in InstrumentGlobals() local 2105 MinRZ, std::min(kMaxGlobalRedzone, (SizeInBytes / MinRZ / 4) * MinRZ)); in InstrumentGlobals() 2108 if (SizeInBytes % MinRZ) RightRedzoneSize += MinRZ - (SizeInBytes % MinRZ); in InstrumentGlobals() 2109 assert(((RightRedzoneSize + SizeInBytes) % MinRZ) == 0); in InstrumentGlobals() 2190 ConstantInt::get(IntptrTy, SizeInBytes), in InstrumentGlobals() 2191 ConstantInt::get(IntptrTy, SizeInBytes + RightRedzoneSize), in InstrumentGlobals()
|
D | HWAddressSanitizer.cpp | 512 uint64_t SizeInBytes = AI.getModule()->getDataLayout().getTypeAllocSize(Ty); in getAllocaSizeInBytes() local 513 return SizeInBytes * ArraySize; in getAllocaSizeInBytes()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 668 unsigned SizeInBytes = ValVT.getSizeInBits() >> 3; in CC_MBlaze_AssignReg() local 669 State.AllocateStack(SizeInBytes, SizeInBytes); in CC_MBlaze_AssignReg()
|
/external/v8/include/ |
D | v8-profiler.h | 655 virtual size_t SizeInBytes() = 0;
|