H A D | Scalarizer.cpp | 316 void gather(Instruction *Op, const ValueVector &CV, const VectorSplit &VS); 474 void ScalarizerVisitor::gather(Instruction *Op, const ValueVector &CV, in gather() function in ScalarizerVisitor 616 gather(&I, Res, *VS); in splitUnary() 649 gather(&I, Res, *VS); in splitBinary() 746 gather(&CI, Res, *VS); in splitCall() 791 gather(&SI, Res, *VS); in visitSelectInst() 855 gather(&GEPI, Res, *VS); in visitGetElementPtrInst() 877 gather(&CI, Res, *DestVS); in visitCastInst() 934 // Gather enough source fragments to make up a destination fragment and in visitBitCastInst() 958 gather(&BCI, Res, *DstVS); in visitBitCastInst() [all …]
|