Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyStoreResults.cpp128 LIS.extendToIndices(*ToLI, Indices); in ReplaceDominatedUses()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyStoreResults.cpp127 LIS.extendToIndices(*ToLI, Indices); in ReplaceDominatedUses()
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h174 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1061 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()
DLiveIntervals.cpp613 void LiveIntervals::extendToIndices(LiveRange &LR, in extendToIndices() function in LiveIntervals
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp482 LIS->extendToIndices(Range, ExtTo); in updateDeadsInRange()
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp2596 LIS->extendToIndices(LRange, EndPoints); in joinSubRegRanges()
2734 LIS->extendToIndices((LiveRange&)LHS, EndPoints); in joinVirtRegs()
DLiveIntervalAnalysis.cpp576 void LiveIntervals::extendToIndices(LiveRange &LR, in extendToIndices() function in LiveIntervals
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp460 LIS->extendToIndices(Range, ExtTo, Undefs); in updateDeadsInRange()