Searched refs:BValNo (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | RegisterCoalescer.cpp | 260 VNInfo *AValNo, VNInfo *BValNo); 613 VNInfo *BValNo = BS->valno; in adjustCopiesBackFrom() local 618 if (BValNo->def != CopyIdx) return false; in adjustCopiesBackFrom() 658 BValNo->def = FillerStart; in adjustCopiesBackFrom() 663 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo)); in adjustCopiesBackFrom() 666 if (BValNo != ValS->valno) in adjustCopiesBackFrom() 667 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom() 718 VNInfo *BValNo) { in hasOtherReachingDefs() argument 730 if (BI->valno == BValNo) in hasOtherReachingDefs() 799 VNInfo *BValNo = IntB.getVNInfoAt(CopyIdx); in removeCopyByCommutingDef() local [all …]
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | RegisterCoalescer.cpp | 183 VNInfo *AValNo, VNInfo *BValNo); 500 VNInfo *BValNo = BS->valno; in adjustCopiesBackFrom() local 505 if (BValNo->def != CopyIdx) return false; in adjustCopiesBackFrom() 545 BValNo->def = FillerStart; in adjustCopiesBackFrom() 550 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo)); in adjustCopiesBackFrom() 553 if (BValNo != ValS->valno) in adjustCopiesBackFrom() 554 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom() 588 VNInfo *BValNo) { in hasOtherReachingDefs() argument 601 if (BI->valno == BValNo) in hasOtherReachingDefs() 656 VNInfo *BValNo = IntB.getVNInfoAt(CopyIdx); in removeCopyByCommutingDef() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | RegisterCoalescer.cpp | 286 VNInfo *AValNo, VNInfo *BValNo); 644 VNInfo *BValNo = BS->valno; in adjustCopiesBackFrom() local 649 if (BValNo->def != CopyIdx) return false; in adjustCopiesBackFrom() 689 BValNo->def = FillerStart; in adjustCopiesBackFrom() 694 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo)); in adjustCopiesBackFrom() 697 if (BValNo != ValS->valno) in adjustCopiesBackFrom() 698 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom() 755 VNInfo *BValNo) { in hasOtherReachingDefs() argument 767 if (BI->valno == BValNo) in hasOtherReachingDefs() 836 VNInfo *BValNo = IntB.getVNInfoAt(CopyIdx); in removeCopyByCommutingDef() local [all …]
|