Searched refs:MVEVectorCostFactor (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp259 // If MVEVectorCostFactor is still 0 (has not been set to anything else), default it to 2
260 if (MVEVectorCostFactor == 0)
261 MVEVectorCostFactor = 2;
H A DARMSubtarget.h490 unsigned MVEVectorCostFactor = 0; member in class:llvm::ARMSubtarget
899 unsigned getMVEVectorCostFactor() const { return MVEVectorCostFactor; }

Completed in 127 milliseconds