Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1155 OP_PowerOf2 = 1, enumerator
1173 return Properties == OP_PowerOf2; in isPowerOf2()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp897 OpProps = OP_PowerOf2; in getOperandInfo()
924 OpProps = OP_PowerOf2; in getOperandInfo()
942 OpProps = AllPow2 ? OP_PowerOf2 : OpProps; in getOperandInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp208 {TTI::OK_UniformConstantValue, TTI::OP_PowerOf2}); in getOpCostOnBranch()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10954 VP = IsPowerOfTwo ? TTI::OP_PowerOf2 : VP; in getOperandInfo()