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

/external/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp207 SmallVectorImpl<RepairingPlacement> &RepairPts) {
217 RepairPts.clear();
219 RepairPts.emplace_back(std::move(RepairPt));
347 SmallVectorImpl<RepairingPlacement> &RepairPts,
357 RepairPts.clear();
384 RepairPts.emplace_back(RepairingPlacement(MI, OpIdx, *TRI, *this,
390 RepairPts.emplace_back(
392 RepairingPlacement &RepairPt = RepairPts.back();
471 SmallVectorImpl<RegBankSelect::RepairingPlacement> &RepairPts) {
476 for (RepairingPlacement &RepairPt : RepairPts) {
205 findBestMapping( MachineInstr &MI, RegisterBankInfo::InstructionMappings &PossibleMappings, SmallVectorImpl<RepairingPlacement> &RepairPts) argument
345 computeMapping( MachineInstr &MI, const RegisterBankInfo::InstructionMapping &InstrMapping, SmallVectorImpl<RepairingPlacement> &RepairPts, const RegBankSelect::MappingCost *BestCost) argument
469 applyMapping( MachineInstr &MI, const RegisterBankInfo::InstructionMapping &InstrMapping, SmallVectorImpl<RegBankSelect::RepairingPlacement> &RepairPts) argument
512 SmallVector<RepairingPlacement, 4> RepairPts; local
[all...]
/external/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h543 SmallVectorImpl<RepairingPlacement> &RepairPts);
547 /// RepairPts.
549 /// and thus it is not worth computing the RepairPts. Moreover if
555 SmallVectorImpl<RepairingPlacement> &RepairPts,
570 /// Apply \p Mapping to \p MI. \p RepairPts represents the different
575 SmallVectorImpl<RepairingPlacement> &RepairPts);

Completed in 124 milliseconds