Searched refs:AmortizationCost (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 3244 const int AmortizationCost = 20; in getCmpSelInstrCost() local 3282 { ISD::SELECT, MVT::v4i1, MVT::v4i64, 4 * AmortizationCost }, in getCmpSelInstrCost() 3283 { ISD::SELECT, MVT::v8i1, MVT::v8i64, 8 * AmortizationCost }, in getCmpSelInstrCost() 3284 { ISD::SELECT, MVT::v16i1, MVT::v16i64, 16 * AmortizationCost } in getCmpSelInstrCost() 3453 const int AmortizationCost = 6; in getMemoryOpCost() local 3455 return LT.first * 2 * AmortizationCost; in getMemoryOpCost()
|