Searched defs:VectorCost (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMTargetTransformInfo.cpp | 1587 InstructionCost VectorCost = getGatherScatterOpCost() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | LoopVectorize.cpp | 4927 __anon87314d7f2702(unsigned VF, InstructionCost VectorCost, InstructionCost ScalarCost) isMoreProfitable() argument |
H A D | SLPVectorizer.cpp | 7831 __anon1d05f9c67a02(function_ref<InstructionCost(unsigned)> ScalarEltCost, function_ref<InstructionCost(InstructionCost)> VectorCost) getEntryCost() argument |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ | ||
H A D | CodeGenPrepare.cpp | 7552 InstructionCost VectorCost = StoreExtractCombineCost; isProfitableToPromote() local |