Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp291 SmallVectorImpl<RepairingPlacement> &RepairPts) { in findBestMapping() argument
306 RepairPts.clear(); in findBestMapping()
308 RepairPts.emplace_back(std::move(RepairPt)); in findBestMapping()
316 RepairPts.emplace_back( in findBestMapping()
445 SmallVectorImpl<RepairingPlacement> &RepairPts, in computeMapping() argument
459 RepairPts.clear(); in computeMapping()
493 RepairPts.emplace_back(RepairingPlacement(MI, OpIdx, *TRI, *this, in computeMapping()
499 RepairPts.emplace_back( in computeMapping()
501 RepairingPlacement &RepairPt = RepairPts.back(); in computeMapping()
590 SmallVectorImpl<RegBankSelect::RepairingPlacement> &RepairPts) { in applyMapping() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h583 SmallVectorImpl<RepairingPlacement> &RepairPts);
587 /// RepairPts.
589 /// and thus it is not worth computing the RepairPts. Moreover if
595 SmallVectorImpl<RepairingPlacement> &RepairPts,
610 /// Apply \p Mapping to \p MI. \p RepairPts represents the different
616 SmallVectorImpl<RepairingPlacement> &RepairPts);