Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp290 SmallVectorImpl<RepairingPlacement> &RepairPts) { in findBestMapping() argument
305 RepairPts.clear(); in findBestMapping()
307 RepairPts.emplace_back(std::move(RepairPt)); in findBestMapping()
315 RepairPts.emplace_back( in findBestMapping()
443 SmallVectorImpl<RepairingPlacement> &RepairPts, in computeMapping() argument
456 RepairPts.clear(); in computeMapping()
491 RepairPts.emplace_back( in computeMapping()
493 RepairingPlacement &RepairPt = RepairPts.back(); in computeMapping()
587 for (RepairingPlacement &RepairPt : RepairPts) { in applyMapping()
644 SmallVector<RepairingPlacement, 4> RepairPts; in assignInstr() local
[all …]
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h583 SmallVectorImpl<RepairingPlacement> &RepairPts);
595 SmallVectorImpl<RepairingPlacement> &RepairPts,
616 SmallVectorImpl<RepairingPlacement> &RepairPts);