Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp659 if (BValNo->def != CopyIdx) return false; in adjustCopiesBackFrom()
725 VNInfo *SubBValNo = S.getVNInfoAt(CopyIdx); in adjustCopiesBackFrom()
745 bool RecomputeLiveRange = AS->end == CopyIdx; in adjustCopiesBackFrom()
749 if (SS != S.end() && SS->end == CopyIdx) { in adjustCopiesBackFrom()
846 VNInfo *BValNo = IntB.getVNInfoAt(CopyIdx); in removeCopyByCommutingDef()
979 assert(SubBValNo->def == CopyIdx); in removeCopyByCommutingDef()
998 SlotIndex AIdx = CopyIdx.getRegSlot(true); in removeCopyByCommutingDef()
1015 [&Allocator, &SA, CopyIdx, ASubValNo, in removeCopyByCommutingDef()
1120 VNInfo *AValNo = IntA.getVNInfoAt(CopyIdx); in removePartialRedundancy()
1951 LiveQueryResult LRQ = LI.Query(CopyIdx); in joinCopy()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1118 SlotIndex CopyIdx = LIS->InsertMachineInstrInMaps(*Copy); in classifyLEAReg() local
1123 S->end = CopyIdx.getRegSlot(); in classifyLEAReg()