Lines Matching refs:InstructionCost
73 InstructionCost SystemZTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty, in getIntImmCost()
107 InstructionCost SystemZTTIImpl::getIntImmCostInst(unsigned Opcode, unsigned Idx, in getIntImmCostInst()
227 InstructionCost
292 InstructionCost NumStores = 0; in getUnrollingPreferences()
425 InstructionCost SystemZTTIImpl::getArithmeticInstrCost( in getArithmeticInstrCost()
569 InstructionCost ScalarCost = in getArithmeticInstrCost()
572 InstructionCost Cost = in getArithmeticInstrCost()
592 InstructionCost Cost = (VF * LIBCALL_COST) + in getArithmeticInstrCost()
606 InstructionCost SystemZTTIImpl::getShuffleCost( in getShuffleCost()
768 InstructionCost SystemZTTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, in getCastInstrCost()
901 InstructionCost ScalarCost = getCastInstrCost( in getCastInstrCost()
903 InstructionCost TotCost = VF * ScalarCost; in getCastInstrCost()
962 InstructionCost SystemZTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
1047 InstructionCost SystemZTTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost()
1158 InstructionCost SystemZTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost()
1235 InstructionCost SystemZTTIImpl::getInterleavedMemoryOpCost( in getInterleavedMemoryOpCost()
1316 InstructionCost
1319 InstructionCost Cost = getVectorIntrinsicInstrCost( in getIntrinsicInstrCost()