Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h118 .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 DMCFragment.cpp429 OS << " NumBytes:" << NF->getNumBytes() in dump()
H A DMCAssembler.cpp320 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 DMCFragment.h388 int64_t getNumBytes() const { return Size; } in getNumBytes() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1086 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()