Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h117 .slice(Entries[EI].ByteOffset, getNumBytes(EI)); in getBytes()
141 size_t getNumBytes(size_t EI) const { in getNumBytes() function
/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp170 OS << " NumBytes:" << NF->getNumBytes() in dump()
H A DMCAssembler.cpp264 return cast<MCNopsFragment>(F).getNumBytes();
714 int64_t NumBytes = NF.getNumBytes(); in writeFragment()
/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h343 int64_t getNumBytes() const { return Size; }
379 int64_t getNumBytes() const { return Size; } getNumBytes() function
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp992 static const SCEV *getNumBytes(const SCEV *BECount, Type *IntPtr, in getNumBytes()
1069 getNumBytes(BECount, IntIdxTy, StoreSizeSCEV, CurLoop, DL, SE); in processLoopStridedStore()
1395 getNumBytes(BECount, IntIdxTy, StoreSizeSCEV, CurLoop, DL, SE); in processLoopStoreOfLoopLoad()
986 static const SCEV *getNumBytes(const SCEV *BECount, Type *IntPtr, getNumBytes() function