Home
last modified time | relevance | path

Searched refs:adjustCopiesBackFrom (Results 1 – 2 of 2) sorted by relevance

/external/llvm/test/CodeGen/ARM/
Dcoalesce-subregs.ll293 ; CHECK: adjustCopiesBackFrom
294 ; The shuffle in if.else3 must be preserved even though adjustCopiesBackFrom
297 define internal void @adjustCopiesBackFrom(<2 x i64>* noalias nocapture sret %agg.result, <2 x i64>…
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp178 bool adjustCopiesBackFrom(const CoalescerPair &CP, MachineInstr *CopyMI);
461 bool RegisterCoalescer::adjustCopiesBackFrom(const CoalescerPair &CP, in adjustCopiesBackFrom() function in RegisterCoalescer
1394 if (adjustCopiesBackFrom(CP, CopyMI) || in joinCopy()