Searched refs:extendToIndices (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyStoreResults.cpp | 128 LIS.extendToIndices(*ToLI, Indices); in ReplaceDominatedUses()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyStoreResults.cpp | 127 LIS.extendToIndices(*ToLI, Indices); in ReplaceDominatedUses()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 174 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 1061 LIS->extendToIndices(IntB, EndPoints); in removePartialRedundancy() 1070 LIS->extendToIndices(SR, EndPoints); in removePartialRedundancy() 2892 LIS->extendToIndices(S, EndPoints); in pruneSubRegValues() 3102 LIS->extendToIndices(LRange, EndPoints); in joinSubRegRanges() 3226 LIS->extendToIndices((LiveRange&)LHS, EndPoints); in joinVirtRegs()
|
D | LiveIntervals.cpp | 613 void LiveIntervals::extendToIndices(LiveRange &LR, in extendToIndices() function in LiveIntervals
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 482 LIS->extendToIndices(Range, ExtTo); in updateDeadsInRange()
|
/external/llvm/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 2596 LIS->extendToIndices(LRange, EndPoints); in joinSubRegRanges() 2734 LIS->extendToIndices((LiveRange&)LHS, EndPoints); in joinVirtRegs()
|
D | LiveIntervalAnalysis.cpp | 576 void LiveIntervals::extendToIndices(LiveRange &LR, in extendToIndices() function in LiveIntervals
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 460 LIS->extendToIndices(Range, ExtTo, Undefs); in updateDeadsInRange()
|