HomeSort by: relevance | last modified time | path
    Searched defs:Scattered (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
Object.h 177 // The referenced symbol entry. Set if !Scattered && Extern.
179 // The referenced section. Set if !Scattered && !Extern.
182 bool Scattered;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 69 // Used to store the scattered form of a vector.
72 // Used to map a vector Value to its scattered form. We use std::map
78 // along with a pointer to their scattered forms.
82 // component of a scattered vector or vector pointer.
223 ScatterMap Scattered;
336 assert(Gathered.empty() && Scattered.empty());
353 // Return a scattered form of V that can be accessed by Point. V must be a
357 // Put the scattered form of arguments in the entry block,
361 return Scatterer(BB, BB->begin(), V, &Scattered[V]);
373 // Put the scattered form of an instruction directly after th
    [all...]

Completed in 67 milliseconds