Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1585 bool &NeedToScalarize) const;
3435 bool &NeedToScalarize) const { in getVectorCallCost()
3467 NeedToScalarize = true; in getVectorCallCost()
3478 NeedToScalarize = false; in getVectorCallCost()
7324 bool NeedToScalarize; in getInstructionCost() local
7326 InstructionCost CallCost = getVectorCallCost(CI, VF, NeedToScalarize); in getInstructionCost()
8353 bool NeedToScalarize = false; in tryToWidenCall() local
8357 CM.getVectorCallCost(CI, VF, NeedToScalarize); in tryToWidenCall()
8373 bool NeedToScalarize = false; in tryToWidenCall() local
8374 CM.getVectorCallCost(CI, VF, NeedToScalarize); in tryToWidenCall()
[all …]