Home
last modified time | relevance | path

Searched refs:extendToIndices (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveIntervals.h184 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices,
187 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices) { in extendToIndices() function
188 extendToIndices(LR, Indices, /*Undefs=*/{}); in extendToIndices()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMemIntrinsicResults.cpp134 LIS.extendToIndices(*ToLI, Indices); in replaceDominatedUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1184 LIS->extendToIndices(IntB, EndPoints); in removePartialRedundancy()
1207 LIS->extendToIndices(SR, EndPoints); in removePartialRedundancy()
3101 LIS->extendToIndices(S, EndPoints); in pruneSubRegValues()
3310 LIS->extendToIndices(LRange, EndPoints); in joinSubRegRanges()
3454 LIS->extendToIndices((LiveRange&)LHS, EndPoints); in joinVirtRegs()
DLiveIntervals.cpp623 void LiveIntervals::extendToIndices(LiveRange &LR, in extendToIndices() function in LiveIntervals
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp460 LIS->extendToIndices(Range, ExtTo, Undefs); in updateDeadsInRange()