HomeSort by: relevance | last modified time | path
    Searched refs:extendToIndices (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveIntervals.h 184 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices,
187 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices) {
188 extendToIndices(LR, Indices, /*Undefs=*/{});
193 /// EndPoints such that extendToIndices(LI, EndPoints) will reconstruct the
196 /// Calling pruneValue() and extendToIndices() can be used to reconstruct
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyMemIntrinsicResults.cpp 134 LIS.extendToIndices(*ToLI, Indices);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TileConfig.cpp 187 LIS.extendToIndices(LIS.getInterval(R), {SIdx.getRegSlot()});
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterCoalescer.cpp 1207 LIS->extendToIndices(IntB, EndPoints);
1233 LIS->extendToIndices(SR, EndPoints, Undefs);
3207 LIS->extendToIndices(S, EndPoints);
3426 LIS->extendToIndices(LRange, EndPoints);
3570 LIS->extendToIndices((LiveRange&)LHS, EndPoints);
LiveIntervals.cpp 633 void LiveIntervals::extendToIndices(LiveRange &LR,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 452 // extendToIndices will abort if there is no joint dominance.
454 // extendToIndices could actually indicate that SI is live, contrary
461 LIS->extendToIndices(Range, ExtTo, Undefs);

Completed in 38 milliseconds