Searched refs:Scattered (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp223 ScatterMap Scattered; member in class:__anon4710::ScalarizerVisitor
336 assert(Gathered.empty() && Scattered.empty());
361 return Scatterer(BB, BB->begin(), V, &Scattered[V]);
377 V, &Scattered[V]);
393 ValueVector &SV = Scattered[Op];
535 SmallVector<Scatterer, 8> Scattered(NumArgs);
537 Scattered.resize(NumArgs);
544 Scattered[I] = scatter(&CI, OpI);
545 assert(Scattered[I].size() == NumElems && "mismatched call operands");
565 ScalarCallOps.push_back(Scattered[
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp105 R.Scattered = MachOObj.isRelocationScattered(R.Info);
106 R.Extern = !R.Scattered && MachOObj.getPlainRelocationExternal(R.Info);
218 if (!Reloc.Scattered) {
H A DObject.h168 // The referenced symbol entry. Set if !Scattered && Extern.
170 // The referenced section. Set if !Scattered && !Extern.
173 bool Scattered; member in struct:llvm::objcopy::macho::RelocationInfo
H A DMachOWriter.cpp252 if (!RelocInfo.Scattered) {

Completed in 117 milliseconds