Home
last modified time | relevance | path

Searched refs:Op1VP (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp1183 TargetTransformInfo::OperandValueProperties Op1VP, Op2VP; in getInstructionThroughput() local
1184 Op1VK = getOperandInfo(I->getOperand(0), Op1VP); in getInstructionThroughput()
1188 Op1VP, Op2VP, Operands, I); in getInstructionThroughput()
1192 TargetTransformInfo::OperandValueProperties Op1VP, Op2VP; in getInstructionThroughput() local
1193 Op1VK = getOperandInfo(I->getOperand(0), Op1VP); in getInstructionThroughput()
1198 Op1VP, Op2VP, Operands, I); in getInstructionThroughput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3414 TargetTransformInfo::OperandValueProperties Op1VP = 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()