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/ |
D | LiveIntervals.h | 184 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/ |
D | WebAssemblyMemIntrinsicResults.cpp | 134 LIS.extendToIndices(*ToLI, Indices); in replaceDominatedUses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 1184 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()
|
D | LiveIntervals.cpp | 623 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/ |
D | HexagonExpandCondsets.cpp | 460 LIS->extendToIndices(Range, ExtTo, Undefs); in updateDeadsInRange()
|