Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInlineSpiller.cpp501 VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(P)); in markValueUsed() local
502 if (PVNI) in markValueUsed()
503 WorkList.push_back(std::make_pair(LI, PVNI)); in markValueUsed()
DLiveInterval.cpp1341 if (const VNInfo *PVNI = LR.getVNInfoBefore(LIS.getMBBEndIdx(*PI))) in Classify() local
1342 EqClass.join(VNI->id, PVNI->id); in Classify()
DMachineVerifier.cpp2658 const VNInfo *PVNI = LR.getVNInfoBefore(PEnd); in verifyLiveRangeSegment() local
2664 if (!PVNI && (LaneMask.none() || !IsPHI)) { in verifyLiveRangeSegment()
2677 if (!IsPHI && PVNI != VNI) { in verifyLiveRangeSegment()
2680 errs() << "Valno #" << PVNI->id << " live out of " in verifyLiveRangeSegment()
DLiveIntervals.cpp411 if (VNInfo *PVNI = OldRange.getVNInfoBefore(Stop)) in extendSegmentsToUses() local
412 WorkList.push_back(std::make_pair(Stop, PVNI)); in extendSegmentsToUses()