Searched refs:AmortizationCost (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp443 const int AmortizationCost = 20; local
449 { ISD::SELECT, MVT::v4i1, MVT::v4i64, 4 * AmortizationCost },
450 { ISD::SELECT, MVT::v8i1, MVT::v8i64, 8 * AmortizationCost },
451 { ISD::SELECT, MVT::v16i1, MVT::v16i64, 16 * AmortizationCost }
477 int AmortizationCost = 6; local
479 return LT.first * 2 * AmortizationCost;

Completed in 98 milliseconds