Home
last modified time | relevance | path

Searched refs:Op1VK (Results 1 – 2 of 2) 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
1184 Op1VK = getOperandInfo(I->getOperand(0), Op1VP); in getInstructionThroughput()
1187 return getArithmeticInstrCost(I->getOpcode(), I->getType(), Op1VK, Op2VK, in getInstructionThroughput()
1191 TargetTransformInfo::OperandValueKind Op1VK, Op2VK; in getInstructionThroughput() local
1193 Op1VK = getOperandInfo(I->getOperand(0), Op1VP); 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.cpp3410 TargetTransformInfo::OperandValueKind Op1VK = in getEntryCost() local
3447 E->getOpcode(), ScalarTy, Op1VK, Op2VK, Op1VP, Op2VP, Operands, VL0); in getEntryCost()
3453 E->getOpcode(), VecTy, Op1VK, Op2VK, Op1VP, Op2VP, Operands, VL0); in getEntryCost()
3457 TargetTransformInfo::OperandValueKind Op1VK = in getEntryCost() local
3463 TTI->getArithmeticInstrCost(Instruction::Add, ScalarTy, Op1VK, Op2VK); in getEntryCost()
3469 TTI->getArithmeticInstrCost(Instruction::Add, VecTy, Op1VK, Op2VK); in getEntryCost()