Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1551 bool Scalarize = false; in getGatherScatterOpCost() local
1554 Scalarize = true; in getGatherScatterOpCost()
1562 Scalarize = true; in getGatherScatterOpCost()
1564 if (Scalarize) in getGatherScatterOpCost()
/external/llvm/test/Transforms/LoopVectorize/
Dinduction.ll72 ; Scalarize the step vectors instead.