Home
last modified time | relevance | path

Searched defs:SizeInBytes (Results 1 – 15 of 15) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfiling.c32 __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes) { in __llvm_profile_get_num_padding_bytes()
/external/llvm/lib/IR/
DUser.cpp94 intptr_t SizeInBytes; member
DDIBuilder.cpp616 unsigned SizeInBytes) { in createBitPieceExpression()
/external/v8/src/arm64/
Dassembler-arm64-inl.h54 inline int CPURegister::SizeInBytes() const { in SizeInBytes() function
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1180 translatePtrToMemberRep(unsigned SizeInBytes, bool IsPMF, unsigned Flags) { in translatePtrToMemberRep()
1223 uint8_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerTypeMemberPointer() local
1562 uint64_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerCompleteTypeClass() local
1601 uint64_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerCompleteTypeUnion() local
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h222 inline uint8_t getNumPaddingBytes(uint64_t SizeInBytes) { in getNumPaddingBytes()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp346 uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue(); in processLoopMemSet() local
/external/webrtc/webrtc/modules/pacing/
Dpaced_sender.cc136 uint64_t SizeInBytes() const { return bytes_; } in SizeInBytes() function in webrtc::paced_sender::PacketQueue
/external/vixl/src/aarch64/
Doperands-aarch64.h91 VIXL_DEPRECATED("GetSizeInBytes", int SizeInBytes() const) { in SizeInBytes() function
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelLowering.cpp668 unsigned SizeInBytes = ValVT.getSizeInBits() >> 3; in CC_MBlaze_AssignReg() local
/external/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp422 unsigned SizeInBytes = ElemSizeInBytes * Chain.size(); in splitOddVectorElts() local
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp667 uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue(); in processLoopMemSet() local
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp471 uint64_t SizeInBytes = in getAllocaSizeInBytes() local
1448 uint64_t SizeInBytes = DL.getTypeAllocSize(Ty); in InstrumentGlobals() local
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp1803 unsigned SizeInBytes = ValVT.getSizeInBits() >> 3; in CC_MipsO32() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp3348 uint64_t SizeInBytes = (CGF.getContext().getTypeSize(Ty) + 7) / 8; in EmitX86_64VAArgFromMemory() local