Home
last modified time | relevance | path

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

/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()
DDIBuilder.cpp659 unsigned SizeInBytes) { in createBitPieceExpression() argument
660 uint64_t Addr[] = {dwarf::DW_OP_bit_piece, OffsetInBytes, SizeInBytes}; in createBitPieceExpression()
/external/compiler-rt/lib/profile/
DInstrProfiling.c30 __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes) { in __llvm_profile_get_num_padding_bytes() argument
31 return 7 & (sizeof(uint64_t) - SizeInBytes % sizeof(uint64_t)); in __llvm_profile_get_num_padding_bytes()
DInstrProfiling.h37 uint8_t __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes);
/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/v8/src/arm64/
Dmacro-assembler-arm64.cc873 int size = src0.SizeInBytes(); in Push()
887 int size = src0.SizeInBytes(); in Push()
904 int size = dst0.SizeInBytes(); in Pop()
922 int size = dst0.SizeInBytes(); in Pop()
931 int size = src0.SizeInBytes() + src1.SizeInBytes(); in Push()
937 str(src0, MemOperand(StackPointer(), src1.SizeInBytes())); in Push()
961 masm_->PushHelper(batch_index, batch[0].SizeInBytes(), in PushQueued()
984 masm_->PopHelper(batch_index, batch[0].SizeInBytes(), in PopQueued()
1032 int size = src.SizeInBytes(); in PushMultipleTimes()
1070 PushPreamble(Operand(count, UXTW, WhichPowerOf2(src.SizeInBytes()))); in PushMultipleTimes()
[all …]
Dassembler-arm64-inl.h68 inline int CPURegister::SizeInBytes() const { in SizeInBytes() function
Dassembler-arm64.h98 int SizeInBytes() const;
Dmacro-assembler-arm64.h701 size_ += rt.SizeInBytes(); in Queue()
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h202 inline uint8_t getNumPaddingBytes(uint64_t SizeInBytes) { in getNumPaddingBytes() argument
203 return 7 & (sizeof(uint64_t) - SizeInBytes % sizeof(uint64_t)); in getNumPaddingBytes()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp421 uint64_t SizeInBytes = in getAllocaSizeInBytes() local
423 return SizeInBytes; in getAllocaSizeInBytes()
1343 uint64_t SizeInBytes = DL.getTypeAllocSize(Ty); in InstrumentGlobals() local
1348 MinRZ, std::min(kMaxGlobalRedzone, (SizeInBytes / MinRZ / 4) * MinRZ)); in InstrumentGlobals()
1351 if (SizeInBytes % MinRZ) RightRedzoneSize += MinRZ - (SizeInBytes % MinRZ); in InstrumentGlobals()
1352 assert(((RightRedzoneSize + SizeInBytes) % MinRZ) == 0); in InstrumentGlobals()
1389 ConstantInt::get(IntptrTy, SizeInBytes), in InstrumentGlobals()
1390 ConstantInt::get(IntptrTy, SizeInBytes + RightRedzoneSize), in InstrumentGlobals()
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp430 uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue(); in processLoopMemSet() local
431 if ((SizeInBytes >> 32) != 0) in processLoopMemSet()
443 return processLoopStridedStore(Pointer, (unsigned)SizeInBytes, in processLoopMemSet()
/external/vixl/test/
Dtest-simulator-a64.cc234 __ Str(fd, MemOperand(out, fd.SizeInBytes(), PostIndex)); in Test1Op_Helper()
345 __ Str(fd, MemOperand(out, fd.SizeInBytes(), PostIndex)); in Test2Op_Helper()
471 __ Str(fd, MemOperand(out, fd.SizeInBytes(), PostIndex)); in Test3Op_Helper()
841 __ Str(rd, MemOperand(out, rd.SizeInBytes(), PostIndex)); in TestFPToFixed_Helper()
889 __ Str(rd, MemOperand(out, rd.SizeInBytes(), PostIndex)); in TestFPToInt_Helper()
1251 __ Str(vd, MemOperand(out, vd.SizeInBytes(), PostIndex)); in Test1OpNEON_Helper()
1445 __ Str(vd, MemOperand(out, vd.SizeInBytes(), PostIndex)); in Test1OpAcrossNEON_Helper()
1667 __ Str(vres, MemOperand(out, vd.SizeInBytes(), PostIndex)); in Test2OpNEON_Helper()
1895 __ Str(vres, MemOperand(out, vd.SizeInBytes(), PostIndex)); in TestByElementNEON_Helper()
2115 __ Str(vd, MemOperand(out, vd.SizeInBytes(), PostIndex)); in Test2OpImmNEON_Helper()
[all …]
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.cc1638 int size = src0.SizeInBytes(); in Push()
1655 int size = dst0.SizeInBytes(); in Pop()
1730 int size = src.SizeInBytes(); in PushMultipleTimes()
1763 VIXL_ASSERT(size == src0.SizeInBytes()); in PushHelper()
1805 VIXL_ASSERT(size == dst0.SizeInBytes()); in PopHelper()
Ddebugger-a64.cc1344 target_size = reg.SizeInBytes(); in Build()
1347 target_size = fpreg.SizeInBytes(); in Build()
Dassembler-a64.cc1685 VIXL_ASSERT(literal->size() == static_cast<size_t>(rt.SizeInBytes())); in ldr()
1968 int offset = vt.SizeInBytes(); in LoadStoreStructVerify()
3886 VIXL_ASSERT(vn.SizeInBytes() >= 4); in mov()
5338 switch (rt.SizeInBytes()) { in StorePairOpFor()
5365 switch (rt.SizeInBytes()) { in StorePairNonTemporalOpFor()
5389 switch (rt.SizeInBytes()) { in LoadLiteralOpFor()
Dassembler-a64.h92 int SizeInBytes() const { in SizeInBytes() function
350 return SizeInBytes() / lanes_; in LaneSizeInBytes()
4144 switch (vd.SizeInBytes()) { in SFormat()
/external/clang/lib/CodeGen/
DTargetInfo.cpp3127 uint64_t SizeInBytes = (CGF.getContext().getTypeSize(Ty) + 7) / 8; in EmitX86_64VAArgFromMemory() local
3129 llvm::ConstantInt::get(CGF.Int32Ty, (SizeInBytes + 7) & ~7); in EmitX86_64VAArgFromMemory()