Searched refs:Scatterer (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | Scalarizer.cpp | 125 class Scatterer { class 127 Scatterer() = default; 345 Scatterer::Scatterer(BasicBlock *bb, BasicBlock::iterator bbi, Value *v, in Scatterer() function in Scatterer 361 Value *Scatterer::operator[](unsigned Frag) { in operator []() 461 return Scatterer( in scatter() 610 Scatterer Op = scatter(&I, I.getOperand(0), *OpVS); in splitUnary() 638 Scatterer VOp0 = scatter(&I, I.getOperand(0), *OpVS); in splitBinary() 639 Scatterer VOp1 = scatter(&I, I.getOperand(1), *OpVS); in splitBinary() 676 SmallVector<Scatterer, 8> Scattered(NumArgs); in splitCall() 765 Scatterer VOp1 = scatter(&SI, SI.getOperand(1), *VS); in visitSelectInst() [all …]
|