Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp856 OpInfo = OK_UniformValue; in getOperandInfo()
892 OpInfo = OK_UniformValue; in getOperandInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1083 OK_UniformValue, // Operand is uniform (splat of a value). enumerator
1106 return Kind == OK_UniformConstantValue || Kind == OK_UniformValue; in isUniform()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3444 Op2Info.Kind = TargetTransformInfo::OK_UniformValue; in getDivRemSpeculationCost()
6499 Op2Info.Kind = TargetTransformInfo::OK_UniformValue; in getInstructionCost()
H A DSLPVectorizer.cpp7717 VK = TTI::OK_UniformValue; in getOperandInfo()