Home
last modified time | relevance | path

Searched refs:getVScaleValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h1048 unsigned getVScaleValue() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1160 unsigned Function::getVScaleValue() const { in getVScaleValue() function in Function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1124 unsigned VScale = LI.getFunction()->getVScaleValue(); in visitLoadInst()
1144 unsigned VScale = SI.getFunction()->getVScaleValue(); in visitStoreInst()
2030 unsigned VScale = BB->getParent()->getVScaleValue(); in convertValue()
4934 unsigned VScale = AI.getFunction()->getVScaleValue(); in rewritePartition()