Searched defs:VectorCost (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMTargetTransformInfo.cpp | 1599 InstructionCost VectorCost = getGatherScatterOpCost() local |
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | LoopVectorize.cpp | 4701 __anone1bc88202702(unsigned VF, InstructionCost VectorCost, InstructionCost ScalarCost) isMoreProfitable() argument |
H A D | SLPVectorizer.cpp | 9308 __anon779134679602(function_ref<InstructionCost(unsigned)> ScalarEltCost, function_ref<InstructionCost(InstructionCost)> VectorCost) getEntryCost() argument |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | CodeGenPrepare.cpp | 7666 InstructionCost VectorCost = StoreExtractCombineCost; isProfitableToPromote() local |