Searched refs:getNumBytes (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugLocStream.h | 118 .slice(Entries[EI].ByteOffset, getNumBytes(EI)); in getBytes() 142 size_t getNumBytes(size_t EI) const { in getNumBytes() function
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCFragment.cpp | 429 OS << " NumBytes:" << NF->getNumBytes() in dump()
|
| H A D | MCAssembler.cpp | 320 return cast<MCNopsFragment>(F).getNumBytes(); in computeFragmentSize() 630 int64_t NumBytes = NF.getNumBytes(); in writeFragment()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCFragment.h | 388 int64_t getNumBytes() const { return Size; } in getNumBytes() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 1086 static const SCEV *getNumBytes(const SCEV *BECount, Type *IntPtr, in getNumBytes() function 1163 getNumBytes(BECount, IntIdxTy, StoreSizeSCEV, CurLoop, DL, SE); in processLoopStridedStore() 1454 getNumBytes(BECount, IntIdxTy, StoreSizeSCEV, CurLoop, DL, SE); in processLoopStoreOfLoopLoad()
|