Searched refs:Op2VK (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 411 TargetTransformInfo::OperandValueKind Op2VK = in getInstructionCost() local 414 Op2VK); in getInstructionCost()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1626 TargetTransformInfo::OperandValueKind Op2VK = in getEntryCost() local 1642 Op2VK = TargetTransformInfo::OK_AnyValue; in getEntryCost() 1649 if (Op2VK == TargetTransformInfo::OK_UniformConstantValue && in getEntryCost() 1651 Op2VK = TargetTransformInfo::OK_NonUniformConstantValue; in getEntryCost() 1655 if (Op2VK == TargetTransformInfo::OK_UniformConstantValue && CInt && in getEntryCost() 1661 Op2VK, Op1VP, Op2VP); in getEntryCost() 1662 int VecCost = TTI->getArithmeticInstrCost(Opcode, VecTy, Op1VK, Op2VK, in getEntryCost() 1669 TargetTransformInfo::OperandValueKind Op2VK = in getEntryCost() local 1674 TTI->getArithmeticInstrCost(Instruction::Add, ScalarTy, Op1VK, Op2VK); in getEntryCost() 1676 TTI->getArithmeticInstrCost(Instruction::Add, VecTy, Op1VK, Op2VK); in getEntryCost() [all …]
|
D | BBVectorize.cpp | 552 TargetTransformInfo::OperandValueKind Op2VK = in getInstrCost() 583 return TTI->getArithmeticInstrCost(Opcode, T1, Op1VK, Op2VK); in getInstrCost() 1053 TargetTransformInfo::OperandValueKind Op2VK = in areInstsCompatible() local 1070 Op2VK = CII == CIJ ? TargetTransformInfo::OK_UniformConstantValue : in areInstsCompatible() 1079 Op2VK = TargetTransformInfo::OK_NonUniformConstantValue; in areInstsCompatible() 1083 Op2VK = TargetTransformInfo::OK_UniformConstantValue; in areInstsCompatible() 1093 unsigned VCost = getInstrCost(I->getOpcode(), VT1, VT2, Op1VK, Op2VK); in areInstsCompatible()
|
D | LoopVectorize.cpp | 5869 TargetTransformInfo::OperandValueKind Op2VK = in getInstructionCost() local 5882 Op2VK = TargetTransformInfo::OK_UniformConstantValue; in getInstructionCost() 5884 Op2VK = TargetTransformInfo::OK_NonUniformConstantValue; in getInstructionCost() 5890 Op2VK = TargetTransformInfo::OK_UniformConstantValue; in getInstructionCost() 5894 return TTI.getArithmeticInstrCost(I->getOpcode(), VectorTy, Op1VK, Op2VK, in getInstructionCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 999 TargetTransformInfo::OperandValueKind Op1VK, Op2VK; in getInstructionThroughput() local 1002 Op2VK = getOperandInfo(I->getOperand(1), Op2VP); in getInstructionThroughput() 1004 return getArithmeticInstrCost(I->getOpcode(), I->getType(), Op1VK, Op2VK, in getInstructionThroughput()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 6101 TargetTransformInfo::OperandValueKind Op2VK = in getInstructionCost() local 6114 Op2VK = TargetTransformInfo::OK_UniformConstantValue; in getInstructionCost() 6116 Op2VK = TargetTransformInfo::OK_NonUniformConstantValue; in getInstructionCost() 6122 Op2VK = TargetTransformInfo::OK_UniformConstantValue; in getInstructionCost() 6125 Op2VK = TargetTransformInfo::OK_UniformValue; in getInstructionCost() 6130 Op2VK, Op1VP, Op2VP, Operands); in getInstructionCost()
|