Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp737 unsigned PredicateExtraCost = 0; in getCmpSelInstrCost() local
746 PredicateExtraCost = 1; in getCmpSelInstrCost()
752 PredicateExtraCost = 2; in getCmpSelInstrCost()
764 unsigned Cost = (NumVecs_cmp * (CmpCostPerVector + PredicateExtraCost)); in getCmpSelInstrCost()