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() 614 vectorCostAdjustmentFactor(Instruction::ShuffleVector, Tp, nullptr); in getShuffleCost() 645 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() 860 vectorCostAdjustmentFactor(Opcode, VecTy, nullptr); in getInterleavedMemoryOpCost() 1066 vectorCostAdjustmentFactor(Opcode, Src, nullptr); in getVPMemoryOpCost()
|
H A D | PPCTargetTransformInfo.h | 103 InstructionCost vectorCostAdjustmentFactor(unsigned Opcode, Type *Ty1,
|