Searched refs:getNumBytes (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocStream.h | 117 .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 D | MCFragment.cpp | 170 OS << " NumBytes:" << NF->getNumBytes() in dump()
|
H A D | MCAssembler.cpp | 264 return cast<MCNopsFragment>(F).getNumBytes(); 714 int64_t NumBytes = NF.getNumBytes(); in writeFragment()
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCFragment.h | 343 int64_t getNumBytes() const { return Size; } 379 int64_t getNumBytes() const { return Size; } getNumBytes() function
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 992 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
|