Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2400 Register FoundR = this->findPhysReg(MF, Range, IM, DM, RC); in optimizeSpillSlots() local
2401 LLVM_DEBUG(dbgs() << "Replacement reg:" << printReg(FoundR, &HRI) in optimizeSpillSlots()
2403 if (FoundR == 0) in optimizeSpillSlots()
2416 if (SrcRR.Reg != FoundR || SrcRR.Sub != 0) { in optimizeSpillSlots()
2418 CopyIn = BuildMI(B, StartIt, DL, HII.get(TargetOpcode::COPY), FoundR) in optimizeSpillSlots()
2427 SrcOp.setReg(HRI.getSubReg(FoundR, SR)); in optimizeSpillSlots()
2429 SrcOp.setReg(FoundR); in optimizeSpillSlots()
2448 if (DstR != FoundR) { in optimizeSpillSlots()
2458 .addReg(FoundR, getKillRegState(&MI == &EI)); in optimizeSpillSlots()
2465 HexagonBlockRanges::RegisterRef FoundRR = { FoundR, 0 }; in optimizeSpillSlots()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3009 RecordDecl *FoundR = FoundUT->getAsRecordDecl(); in VisitTypedefNameDecl() local
3010 if (FromR && FoundR && in VisitTypedefNameDecl()
3011 !hasSameVisibilityContextAndLinkage(FoundR, FromR)) in VisitTypedefNameDecl()