Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp1182 TargetTransformInfo::OperandValueKind Op1VK, Op2VK; in getInstructionThroughput() local
1185 Op2VK = getOperandInfo(I->getOperand(1), Op2VP); in getInstructionThroughput()
1187 return getArithmeticInstrCost(I->getOpcode(), I->getType(), Op1VK, Op2VK, in getInstructionThroughput()
1191 TargetTransformInfo::OperandValueKind Op1VK, Op2VK; in getInstructionThroughput() local
1194 Op2VK = OK_AnyValue; in getInstructionThroughput()
1197 return getArithmeticInstrCost(I->getOpcode(), I->getType(), Op1VK, Op2VK, in getInstructionThroughput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3412 TargetTransformInfo::OperandValueKind Op2VK = in getEntryCost() local
3430 Op2VK = TargetTransformInfo::OK_AnyValue; in getEntryCost()
3442 Op2VK = TargetTransformInfo::OK_NonUniformConstantValue; in getEntryCost()
3447 E->getOpcode(), ScalarTy, Op1VK, Op2VK, Op1VP, Op2VP, Operands, VL0); in getEntryCost()
3453 E->getOpcode(), VecTy, Op1VK, Op2VK, Op1VP, Op2VP, Operands, VL0); in getEntryCost()
3459 TargetTransformInfo::OperandValueKind Op2VK = in getEntryCost() local
3463 TTI->getArithmeticInstrCost(Instruction::Add, ScalarTy, Op1VK, Op2VK); in getEntryCost()
3469 TTI->getArithmeticInstrCost(Instruction::Add, VecTy, Op1VK, Op2VK); in getEntryCost()
DLoopVectorize.cpp6269 TargetTransformInfo::OperandValueKind Op2VK = in getInstructionCost() local
6271 if (Op2VK == TargetTransformInfo::OK_AnyValue && Legal->isUniform(Op2)) in getInstructionCost()
6272 Op2VK = TargetTransformInfo::OK_UniformValue; in getInstructionCost()
6278 Op2VK, TargetTransformInfo::OP_None, Op2VP, Operands, I); in getInstructionCost()