Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp301 computeMapping(MI, *CurMapping, LocalRepairPts, &Cost); in findBestMapping()
443 RegBankSelect::MappingCost RegBankSelect::computeMapping( in computeMapping() function in RegBankSelect
660 MappingCost DefaultCost = computeMapping(MI, *BestMapping, RepairPts); in assignInstr()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h593 computeMapping(MachineInstr &MI,
/src/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp67 void computeMapping();
905 computeMapping(); in Impl()
909 void ASTDiff::Impl::computeMapping() { in computeMapping() function in clang::diff::ASTDiff::Impl