Searched refs:OK_UniformConstantValue (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 1713 {TTI::OK_UniformConstantValue, in getIntrinsicInstrCost() 2130 BinaryOperator::Sub, RetTy, CostKind, {TTI::OK_UniformConstantValue, TTI::OP_None}); in getTypeBasedIntrinsicInstrCost() 2207 {TTI::OK_UniformConstantValue, TTI::OP_None}); in getTypeBasedIntrinsicInstrCost() 2210 {TTI::OK_UniformConstantValue, TTI::OP_None}); in getTypeBasedIntrinsicInstrCost() 2273 {TTI::OK_UniformConstantValue, TTI::OP_None}); in getTypeBasedIntrinsicInstrCost() 2279 {TTI::OK_UniformConstantValue, TTI::OP_None}); in getTypeBasedIntrinsicInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 848 return {OK_UniformConstantValue, OpProps}; in getOperandInfo() 865 OpInfo = OK_UniformConstantValue; in getOperandInfo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1084 OK_UniformConstantValue, // Operand is uniform constant. enumerator 1103 return Kind == OK_UniformConstantValue || Kind == OK_NonUniformConstantValue; in isConstant() 1106 return Kind == OK_UniformConstantValue || Kind == OK_UniformValue; in isUniform()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SelectOptimize.cpp | 259 {TTI::OK_UniformConstantValue, TTI::OP_PowerOf2}); in getTrueOpCost()
|
H A D | CodeGenPrepare.cpp | 7677 Arg0Info.Kind = TargetTransformInfo::OK_UniformConstantValue; in isProfitableToPromote() 7679 Arg1Info.Kind = TargetTransformInfo::OK_UniformConstantValue; in isProfitableToPromote()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 5412 {TargetTransformInfo::OK_UniformConstantValue, TargetTransformInfo::OP_None}); in getArithmeticReductionCost() 5591 {TargetTransformInfo::OK_UniformConstantValue, TargetTransformInfo::OP_None}); in getMinMaxReductionCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 7713 VK = TTI::OK_UniformConstantValue; in getOperandInfo()
|