Searched refs:AmortizationCost (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 443 const int AmortizationCost = 20; in getCmpSelInstrCost() local 449 { ISD::SELECT, MVT::v4i1, MVT::v4i64, 4 * AmortizationCost }, in getCmpSelInstrCost() 450 { ISD::SELECT, MVT::v8i1, MVT::v8i64, 8 * AmortizationCost }, in getCmpSelInstrCost() 451 { ISD::SELECT, MVT::v16i1, MVT::v16i64, 16 * AmortizationCost } in getCmpSelInstrCost() 477 int AmortizationCost = 6; in getMemoryOpCost() local 479 return LT.first * 2 * AmortizationCost; in getMemoryOpCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 597 const int AmortizationCost = 20; in getCmpSelInstrCost() local 603 { ISD::SELECT, MVT::v4i1, MVT::v4i64, 4 * AmortizationCost }, in getCmpSelInstrCost() 604 { ISD::SELECT, MVT::v8i1, MVT::v8i64, 8 * AmortizationCost }, in getCmpSelInstrCost() 605 { ISD::SELECT, MVT::v16i1, MVT::v16i64, 16 * AmortizationCost } in getCmpSelInstrCost() 632 const int AmortizationCost = 6; in getMemoryOpCost() local 634 return LT.first * 2 * AmortizationCost; in getMemoryOpCost()
|