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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h117 .slice(Entries[EI].ByteOffset, getNumBytes(EI));
141 size_t getNumBytes(size_t EI) const { function in class:llvm::DebugLocStream
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp429 OS << " NumBytes:" << NF->getNumBytes()
H A DMCAssembler.cpp328 return cast<MCNopsFragment>(F).getNumBytes();
637 int64_t NumBytes = NF.getNumBytes();
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h392 int64_t getNumBytes() const { return Size; } function in class:llvm::MCNopsFragment
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp988 static const SCEV *getNumBytes(const SCEV *BECount, Type *IntPtr, function
1065 getNumBytes(BECount, IntIdxTy, StoreSizeSCEV, CurLoop, DL, SE);
1369 getNumBytes(BECount, IntIdxTy, StoreSizeSCEV, CurLoop, DL, SE);

Completed in 283 milliseconds