Searched refs:AmortizationCost (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64TargetTransformInfo.cpp | 2433 const int AmortizationCost = 20; in getCmpSelInstrCost() local 2466 { ISD::SELECT, MVT::v4i1, MVT::v4i64, 4 * AmortizationCost }, in getCmpSelInstrCost() 2467 { ISD::SELECT, MVT::v8i1, MVT::v8i64, 8 * AmortizationCost }, in getCmpSelInstrCost() 2468 { ISD::SELECT, MVT::v16i1, MVT::v16i64, 16 * AmortizationCost } in getCmpSelInstrCost() 2604 const int AmortizationCost = 6; in getMemoryOpCost() local 2606 return LT.first * 2 * AmortizationCost; in getMemoryOpCost()
|