Searched refs:vectorCostAdjustmentFactor (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 553 InstructionCost PPCTTIImpl::vectorCostAdjustmentFactor(unsigned Opcode, in vectorCostAdjustmentFactor() function in PPCTTIImpl 591 InstructionCost CostFactor = vectorCostAdjustmentFactor(Opcode, Ty, nullptr); in getArithmeticInstrCost() 615 vectorCostAdjustmentFactor(Instruction::ShuffleVector, SrcTy, nullptr); in getShuffleCost() 646 InstructionCost CostFactor = vectorCostAdjustmentFactor(Opcode, Dst, Src); in getCastInstrCost() 664 vectorCostAdjustmentFactor(Opcode, ValTy, nullptr); in getCmpSelInstrCost() 685 InstructionCost CostFactor = vectorCostAdjustmentFactor(Opcode, Val, nullptr); in getVectorInstrCost() 773 InstructionCost CostFactor = vectorCostAdjustmentFactor(Opcode, Src, nullptr); in getMemoryOpCost() 864 vectorCostAdjustmentFactor(Opcode, VecTy, nullptr); in getInterleavedMemoryOpCost()
|
| H A D | PPCTargetTransformInfo.h | 105 InstructionCost vectorCostAdjustmentFactor(unsigned Opcode, Type *Ty1,
|