Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp356 const unsigned AmortizationCost = 20; in getCmpSelInstrCost() local
359 { ISD::SELECT, MVT::v16i1, MVT::v16i16, 16 * AmortizationCost }, in getCmpSelInstrCost()
360 { ISD::SELECT, MVT::v8i1, MVT::v8i32, 8 * AmortizationCost }, in getCmpSelInstrCost()
361 { ISD::SELECT, MVT::v16i1, MVT::v16i32, 16 * AmortizationCost }, in getCmpSelInstrCost()
362 { ISD::SELECT, MVT::v4i1, MVT::v4i64, 4 * AmortizationCost }, in getCmpSelInstrCost()
363 { ISD::SELECT, MVT::v8i1, MVT::v8i64, 8 * AmortizationCost }, in getCmpSelInstrCost()
364 { ISD::SELECT, MVT::v16i1, MVT::v16i64, 16 * AmortizationCost } in getCmpSelInstrCost()
392 unsigned AmortizationCost = 6; in getMemoryOpCost() local
394 return LT.first * 2 * AmortizationCost; in getMemoryOpCost()