Home
last modified time | relevance | path

Searched refs:coalescable (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/
D2010-06-14-NEONCoalescer.ll6 ; considered equivalent and coalescable:
/external/llvm/test/CodeGen/Thumb2/
D2010-06-14-NEONCoalescer.ll6 ; considered equivalent and coalescable:
/external/llvm/lib/CodeGen/
DLiveInterval.cpp992 static inline bool coalescable(const LiveRange::Segment &A, in coalescable() function
1053 while (ReadI != E && coalescable(Seg, *ReadI)) { in add()
1059 if (!Spills.empty() && coalescable(Spills.back(), Seg)) { in add()
1066 if (WriteI != LR->begin() && coalescable(WriteI[-1], Seg)) { in add()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveInterval.cpp1112 static inline bool coalescable(const LiveRange::Segment &A, in coalescable() function
1173 while (ReadI != E && coalescable(Seg, *ReadI)) { in add()
1179 if (!Spills.empty() && coalescable(Spills.back(), Seg)) { in add()
1186 if (WriteI != LR->begin() && coalescable(WriteI[-1], Seg)) { in add()