Home
last modified time | relevance | path

Searched refs:OP_PowerOf2 (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DTargetTransformInfo.cpp743 OpProps = OP_PowerOf2; in getOperandInfo()
767 OpProps = OP_PowerOf2; in getOperandInfo()
783 OpProps = AllPow2 ? OP_PowerOf2 : OpProps; in getOperandInfo()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DTargetTransformInfo.h921 OP_PowerOf2 = 1, enumerator
939 return Properties == OP_PowerOf2; in isPowerOf2()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1619 isPowerOf2_32(RetTy->getScalarSizeInBits()) ? TTI::OP_PowerOf2 in getIntrinsicInstrCost()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6299 VP = IsPowerOfTwo ? TTI::OP_PowerOf2 : VP; in getOperandInfo()