Searched refs:getNumBytes (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocStream.h | 119 .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 D | MCFragment.cpp | 425 OS << " NumBytes:" << NF->getNumBytes() in dump()
|
H A D | MCAssembler.cpp | 316 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 D | MCFragment.h | 378 int64_t getNumBytes() const { return Size; } in getNumBytes() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 996 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()
|