Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1614 bool &NeedToScalarize) const;
3834 bool &NeedToScalarize) const { in getVectorCallCost()
3864 NeedToScalarize = true; in getVectorCallCost()
3875 NeedToScalarize = false; in getVectorCallCost()
5068 bool NeedToScalarize = false; in widenCallInstruction() local
5069 InstructionCost CallCost = Cost->getVectorCallCost(CI, VF, NeedToScalarize); in widenCallInstruction()
5072 assert((UseVectorIntrinsic || !NeedToScalarize) && in widenCallInstruction()
7773 bool NeedToScalarize; in getInstructionCost() local
7775 InstructionCost CallCost = getVectorCallCost(CI, VF, NeedToScalarize); in getInstructionCost()
8738 bool NeedToScalarize = false; in tryToWidenCall() local
[all …]