Home
last modified time | relevance | path

Searched refs:SizeInBytes (Results 1 – 25 of 36) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCELFStreamer.cpp25 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()
DAVRMCELFStreamer.h46 const MCSymbol *Sym, unsigned SizeInBytes, SMLoc Loc = SMLoc(),
/external/llvm/lib/IR/
DUser.cpp94 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/
DUser.cpp90 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/
DInstrProfiling.c32 __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()
DInstrProfiling.h45 uint8_t __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes);
/external/v8/src/
Dexternal-reference-table.h65 DCHECK_LT(offset, SizeInBytes()); in NameFromOffset()
70 static constexpr uint32_t SizeInBytes() { in SizeInBytes() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.cc131 const int64 executable_size_in_bytes = SizeInBytes(); in ExecuteOnStreamWrapper()
146 int64 Executable::SizeInBytes() { return -1; } in SizeInBytes() function in xla::Executable
Dexecutable.h179 virtual int64 SizeInBytes();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp85 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/
Dmacro-assembler-arm64.cc1054 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 …]
Ddeoptimizer-arm64.cc29 DCHECK_EQ(temp0.SizeInBytes(), reg_size); in CopyRegListToFrame()
30 DCHECK_EQ(temp1.SizeInBytes(), reg_size); in CopyRegListToFrame()
/external/webrtc/webrtc/modules/pacing/
Dpaced_sender.cc136 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/
DLoopIdiomRecognize.cpp667 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/
DLoopIdiomRecognize.cpp346 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/
DCodeViewDebug.cpp1180 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/
DLoopIdiomRecognize.cpp736 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/
DInstrProfReader.h222 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/
DInstrProfReader.h240 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/
DCodeViewDebug.cpp1560 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/
DAddressSanitizer.cpp471 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/
DAddressSanitizer.cpp630 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()
DHWAddressSanitizer.cpp512 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/
DMBlazeISelLowering.cpp668 unsigned SizeInBytes = ValVT.getSizeInBits() >> 3; in CC_MBlaze_AssignReg() local
669 State.AllocateStack(SizeInBytes, SizeInBytes); in CC_MBlaze_AssignReg()
/external/v8/include/
Dv8-profiler.h655 virtual size_t SizeInBytes() = 0;

12