Searched refs:vectorCostAdjustment (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 944 InstructionCost PPCTTIImpl::vectorCostAdjustment(InstructionCost Cost, in vectorCostAdjustment() function in PPCTTIImpl 985 return vectorCostAdjustment(Cost, Opcode, Ty, nullptr); in getArithmeticInstrCost() 999 return vectorCostAdjustment(LT.first, Instruction::ShuffleVector, Tp, in getShuffleCost() 1021 Cost = vectorCostAdjustment(Cost, Opcode, Dst, Src); in getCastInstrCost() 1038 return vectorCostAdjustment(Cost, Opcode, ValTy, nullptr); in getCmpSelInstrCost() 1049 Cost = vectorCostAdjustment(Cost, Opcode, Val, nullptr); in getVectorInstrCost() 1064 return vectorCostAdjustment(2, Opcode, Val, nullptr); in getVectorInstrCost() 1081 return vectorCostAdjustment(1, Opcode, Val, nullptr); in getVectorInstrCost() 1127 Cost = vectorCostAdjustment(Cost, Opcode, Src, nullptr); in getMemoryOpCost()
|
| H A D | PPCTargetTransformInfo.h | 102 InstructionCost vectorCostAdjustment(InstructionCost Cost, unsigned Opcode,
|