Home
last modified time | relevance | path

Searched refs:getNumBytes (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h119 .slice(Entries[EI].ByteOffset, getNumBytes(EI)); in getBytes()
143 size_t getNumBytes(size_t EI) const { in getNumBytes() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCFragment.cpp425 OS << " NumBytes:" << NF->getNumBytes() in dump()
H A DMCAssembler.cpp316 return cast<MCNopsFragment>(F).getNumBytes(); in computeFragmentSize()
624 int64_t NumBytes = NF.getNumBytes(); in writeFragment()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCFragment.h378 int64_t getNumBytes() const { return Size; } in getNumBytes() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp996 static const SCEV *getNumBytes(const SCEV *BECount, Type *IntPtr, in getNumBytes() function
1093 getNumBytes(BECount, IntIdxTy, StoreSize, CurLoop, DL, SE); in processLoopStridedStore()
1285 getNumBytes(BECount, IntIdxTy, StoreSize, CurLoop, DL, SE); in processLoopStoreOfLoopLoad()