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

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MVEGatherScatterLowering.cpp 51 cl::desc("Enable the generation of masked gathers and scatters"));
124 // QI gathers and scatters can increment their offsets on their own if
129 // QI gathers/scatters can increment their offsets on their own if the
170 LLVM_DEBUG(dbgs() << "masked gathers/scatters: instruction does not have "
177 // getelementptr instruction, and MVE gathers/scatters treat the offset as
222 dbgs() << "masked gathers/scatters: no getelementpointer found\n");
225 LLVM_DEBUG(dbgs() << "masked gathers/scatters: getelementpointer found."
234 LLVM_DEBUG(dbgs() << "masked gathers/scatters: getelementptr with too many"
268 LLVM_DEBUG(dbgs() << "masked gathers/scatters: found correct offsets\n");
279 dbgs() << "masked gathers/scatters: looking through bitcast\n")
    [all...]

Completed in 56 milliseconds