Lines Matching full:costs

272          "TTI should not produce negative costs!");  in getInstructionCost()
551 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getScalingFactorCost()
680 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getFPOpCost()
689 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntImmCodeSizeCost()
697 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntImmCost()
706 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntImmCostInst()
716 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntImmCostIntrin()
920 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getArithmeticInstrCost()
929 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getAltInstrCost()
939 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getShuffleCost()
994 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getCastInstrCost()
1002 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getExtractWithExtendCost()
1011 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getCFInstrCost()
1022 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getCmpSelInstrCost()
1034 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getVectorInstrCost()
1046 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getVectorInstrCost()
1055 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getReplicationShuffleCost()
1067 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getMemoryOpCost()
1076 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getMaskedMemoryOpCost()
1086 "TTI should not produce negative costs!"); in getGatherScatterOpCost()
1095 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getStridedMemoryOpCost()
1106 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getInterleavedMemoryOpCost()
1114 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntrinsicInstrCost()
1123 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getCallInstrCost()
1135 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getAddressComputationCost()
1141 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getMemcpyCost()
1154 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getArithmeticReductionCost()
1163 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getMinMaxReductionCost()