Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp553 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 DPPCTargetTransformInfo.h103 InstructionCost vectorCostAdjustmentFactor(unsigned Opcode, Type *Ty1,