Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp588 bool RegBankSelect::applyMapping( in applyMapping() function in RegBankSelect
628 RBI->applyMapping(MIRBuilder, OpdMapper); in applyMapping()
678 return applyMapping(MI, *BestMapping, RepairPts); in assignInstr()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h614 bool applyMapping(MachineInstr &MI,
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h735 void applyMapping(MachineIRBuilder &Builder, in applyMapping() function