Home
last modified time | relevance | path

Searched refs:computeMapping (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp248 computeMapping(MI, *CurMapping, LocalRepairPts, &Cost); in findBestMapping()
389 RegBankSelect::MappingCost RegBankSelect::computeMapping( in computeMapping() function in RegBankSelect
578 MappingCost DefaultCost = computeMapping(MI, *BestMapping, RepairPts); in assignInstr()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h593 computeMapping(MachineInstr &MI,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp66 void computeMapping();
908 computeMapping(); in Impl()
912 void ASTDiff::Impl::computeMapping() { in computeMapping() function in clang::diff::ASTDiff::Impl