Searched refs:FoundR (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.cpp | 2414 Register FoundR = this->findPhysReg(MF, Range, IM, DM, RC); in optimizeSpillSlots() local 2415 LLVM_DEBUG(dbgs() << "Replacement reg:" << printReg(FoundR, &HRI) in optimizeSpillSlots() 2417 if (FoundR == 0) in optimizeSpillSlots() 2430 if (SrcRR.Reg != FoundR || SrcRR.Sub != 0) { in optimizeSpillSlots() 2432 CopyIn = BuildMI(B, StartIt, DL, HII.get(TargetOpcode::COPY), FoundR) in optimizeSpillSlots() 2441 SrcOp.setReg(HRI.getSubReg(FoundR, SR)); in optimizeSpillSlots() 2443 SrcOp.setReg(FoundR); in optimizeSpillSlots() 2462 if (DstR != FoundR) { in optimizeSpillSlots() 2472 .addReg(FoundR, getKillRegState(&MI == &EI)); in optimizeSpillSlots() 2479 HexagonBlockRanges::RegisterRef FoundRR = { FoundR, 0 }; in optimizeSpillSlots()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 2739 RecordDecl *FoundR = FoundUT->getAsRecordDecl(); in VisitTypedefNameDecl() local 2740 if (FromR && FoundR && in VisitTypedefNameDecl() 2741 !hasSameVisibilityContextAndLinkage(FoundR, FromR)) in VisitTypedefNameDecl()
|