Searched refs:vectorCostAdjustmentFactor (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 950 InstructionCost PPCTTIImpl::vectorCostAdjustmentFactor(unsigned Opcode, in vectorCostAdjustmentFactor() function in PPCTTIImpl 989 InstructionCost CostFactor = vectorCostAdjustmentFactor(Opcode, Ty, nullptr); in getArithmeticInstrCost() 1011 vectorCostAdjustmentFactor(Instruction::ShuffleVector, Tp, nullptr); in getShuffleCost() 1042 InstructionCost CostFactor = vectorCostAdjustmentFactor(Opcode, Dst, Src); in getCastInstrCost() 1061 vectorCostAdjustmentFactor(Opcode, ValTy, nullptr); in getCmpSelInstrCost() 1080 InstructionCost CostFactor = vectorCostAdjustmentFactor(Opcode, Val, nullptr); in getVectorInstrCost() 1150 InstructionCost CostFactor = vectorCostAdjustmentFactor(Opcode, Src, nullptr); in getMemoryOpCost() 1235 vectorCostAdjustmentFactor(Opcode, VecTy, nullptr); in getInterleavedMemoryOpCost() 1433 vectorCostAdjustmentFactor(Opcode, Src, nullptr); in getVPMemoryOpCost()
|
| H A D | PPCTargetTransformInfo.h | 103 InstructionCost vectorCostAdjustmentFactor(unsigned Opcode, Type *Ty1,
|