Home
last modified time | relevance | path

Searched refs:getVNInfoBefore (Results 1 – 20 of 20) sorted by relevance

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp236 if (const VNInfo *ValNo = LIS.getInterval(Reg).getVNInfoBefore( in GetVRegDef()
314 LI.getVNInfoBefore(LIS.getInstructionIndex(*Def)); in IsSafeToMove()
316 VNInfo *InsVNI = LI.getVNInfoBefore(LIS.getInstructionIndex(*Insert)); in IsSafeToMove()
361 VNInfo *OneUseVNI = LI.getVNInfoBefore(LIS.getInstructionIndex(*OneUseInst)); in OneUseDominatesOtherUses()
368 VNInfo *UseVNI = LI.getVNInfoBefore(LIS.getInstructionIndex(*UseInst)); in OneUseDominatesOtherUses()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp273 if (const VNInfo *ValNo = LIS.getInterval(Reg).getVNInfoBefore( in GetVRegDef()
394 VNInfo *OneUseVNI = LI.getVNInfoBefore(LIS.getInstructionIndex(*OneUseInst)); in OneUseDominatesOtherUses()
401 VNInfo *UseVNI = LI.getVNInfoBefore(LIS.getInstructionIndex(*UseInst)); in OneUseDominatesOtherUses()
/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp383 if (VNInfo *PVNI = OldRange.getVNInfoBefore(Stop)) in extendSegmentsToUses()
398 assert(OldRange.getVNInfoBefore(Stop) == VNI && in extendSegmentsToUses()
813 if (VNI == LI.getVNInfoBefore(Indexes->getMBBEndIdx(*PI))) in hasPHIKill()
DLiveInterval.cpp1165 if (const VNInfo *PVNI = LR.getVNInfoBefore(LIS.getMBBEndIdx(*PI))) in Classify()
1172 if (const VNInfo *UVNI = LR.getVNInfoBefore(VNI->def)) in Classify()
DSplitKit.cpp95 const VNInfo *VNI = CurLI.getVNInfoBefore(MBBEnd); in computeLastInsertPoint()
633 assert(ParentVNI == Edit->getParent().getVNInfoBefore(End) && in overlapIntv()
DMachineScheduler.cpp1032 VNI = LI.getVNInfoBefore(LIS->getMBBEndIdx(BB)); in updatePressureDiffs()
1214 const VNInfo *DefVNI = LI.getVNInfoBefore(LIS->getMBBEndIdx(BB)); in computeCyclicCriticalPath()
1675 const VNInfo *LastLocalVN = LocalLI->getVNInfoBefore(LocalLI->endIndex()); in constrainLocalCopy()
DInlineSpiller.cpp481 VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(P)); in markValueUsed()
DMachineVerifier.cpp1841 const VNInfo *PVNI = LR.getVNInfoBefore(PEnd); in verifyLiveRangeSegment()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveInterval.h417 VNInfo *getVNInfoBefore(SlotIndex Idx) const {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveIntervals.cpp407 if (VNInfo *PVNI = OldRange.getVNInfoBefore(Stop)) in extendSegmentsToUses()
422 if (VNInfo *OldVNI = OldRange.getVNInfoBefore(Stop)) { in extendSegmentsToUses()
848 if (VNI == LI.getVNInfoBefore(Indexes->getMBBEndIdx(Pred))) in hasPHIKill()
DSplitKit.cpp123 const VNInfo *VNI = CurLI.getVNInfoBefore(MBBEnd); in computeLastInsertPoint()
830 assert(ParentVNI == Edit->getParent().getVNInfoBefore(End) && in overlapIntv()
1462 VNInfo *PredVNI = ParentLI.getVNInfoBefore(PredEnd); in forceRecomputeVNI()
DLiveInterval.cpp1285 if (const VNInfo *PVNI = LR.getVNInfoBefore(LIS.getMBBEndIdx(*PI))) in Classify()
1292 if (const VNInfo *UVNI = LR.getVNInfoBefore(VNI->def)) in Classify()
DMachineScheduler.cpp1146 VNI = LI.getVNInfoBefore(LIS->getMBBEndIdx(BB)); in updatePressureDiffs()
1331 const VNInfo *DefVNI = LI.getVNInfoBefore(LIS->getMBBEndIdx(BB)); in computeCyclicCriticalPath()
1748 const VNInfo *LastLocalVN = LocalLI->getVNInfoBefore(LocalLI->endIndex()); in constrainLocalCopy()
DInlineSpiller.cpp498 VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(P)); in markValueUsed()
DMachineVerifier.cpp2138 const VNInfo *PVNI = LR.getVNInfoBefore(PEnd); in verifyLiveRangeSegment()
DRegisterCoalescer.cpp965 VNInfo *PVal = IntA.getVNInfoBefore(LIS->getMBBEndIdx(Pred)); in removePartialRedundancy()
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h401 VNInfo *getVNInfoBefore(SlotIndex Idx) const { in getVNInfoBefore() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLiveInterval.h417 VNInfo *getVNInfoBefore(SlotIndex Idx) const { in getVNInfoBefore() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStrongPHIElimination.cpp677 VNInfo *SrcVNI = SrcInterval.getVNInfoBefore(PredIndex); in InsertCopiesForPHI()
DRegisterCoalescer.cpp1415 if (SrcInt.getVNInfoBefore(Other->def) != SrcInt.getVNInfoBefore(VNI->def)) in RegistersDefinedFromSameValue()