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.cpp2415 Register FoundR = this->findPhysReg(MF, Range, IM, DM, RC); in optimizeSpillSlots() local
2416 LLVM_DEBUG(dbgs() << "Replacement reg:" << printReg(FoundR, &HRI) in optimizeSpillSlots()
2418 if (FoundR == 0) in optimizeSpillSlots()
2431 if (SrcRR.Reg != FoundR || SrcRR.Sub != 0) { in optimizeSpillSlots()
2433 CopyIn = BuildMI(B, StartIt, DL, HII.get(TargetOpcode::COPY), FoundR) in optimizeSpillSlots()
2442 SrcOp.setReg(HRI.getSubReg(FoundR, SR)); in optimizeSpillSlots()
2444 SrcOp.setReg(FoundR); in optimizeSpillSlots()
2463 if (DstR != FoundR) { in optimizeSpillSlots()
2473 .addReg(FoundR, getKillRegState(&MI == &EI)); in optimizeSpillSlots()
2480 HexagonBlockRanges::RegisterRef FoundRR = { FoundR, 0 }; in optimizeSpillSlots()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2691 RecordDecl *FoundR = FoundUT->getAsRecordDecl(); in VisitTypedefNameDecl() local
2692 if (FromR && FoundR && in VisitTypedefNameDecl()
2693 !hasSameVisibilityContextAndLinkage(FoundR, FromR)) in VisitTypedefNameDecl()