Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp620 /* AtomicCpySize */ AtomicMemcpy->getElementSizeInBytes()); in expandAtomicMemCpyAsLoop()
633 /* AtomicCpySize */ AtomicMemcpy->getElementSizeInBytes()); in expandAtomicMemCpyAsLoop()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h1115 uint32_t getElementSizeInBytes() const { in getElementSizeInBytes() function
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp618 const uint32_t ElementSize = AMI->getElementSizeInBytes(); in tryToShorten()
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1532 (NumBytes->getZExtValue() % AMI->getElementSizeInBytes() != 0)) { in visitCallInst()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6557 unsigned ElemSz = MI.getElementSizeInBytes(); in visitIntrinsicCall()
6573 unsigned ElemSz = MI.getElementSizeInBytes(); in visitIntrinsicCall()
6589 unsigned ElemSz = MI.getElementSizeInBytes(); in visitIntrinsicCall()