Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
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()
444 SmallVectorImpl<RepairingPlacement> &RepairPts, in computeMapping() argument
457 RepairPts.clear(); in computeMapping()
486 RepairPts.emplace_back(RepairingPlacement(MI, OpIdx, *TRI, *this, in computeMapping()
492 RepairPts.emplace_back( in computeMapping()
494 RepairingPlacement &RepairPt = RepairPts.back(); in computeMapping()
583 SmallVectorImpl<RegBankSelect::RepairingPlacement> &RepairPts) { in applyMapping() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h582 SmallVectorImpl<RepairingPlacement> &RepairPts);
594 SmallVectorImpl<RepairingPlacement> &RepairPts,
615 SmallVectorImpl<RepairingPlacement> &RepairPts);