Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp421 assert(OpdMapper.getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns != in applyDefaultMapping()
424 assert(OpdMapper.getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns == in applyDefaultMapping()
564 assert(!getOperandMapping(Idx).isValid() && in verify()
571 assert(getOperandMapping(Idx).isValid() && in verify()
573 const RegisterBankInfo::ValueMapping &MOMapping = getOperandMapping(Idx); in verify()
595 const ValueMapping &ValMapping = getOperandMapping(OpIdx); in print()
617 getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns; in getVRegsMem()
654 const ValueMapping &ValMapping = getInstrMapping().getOperandMapping(OpIdx); in createVRegs()
674 assert(getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns > in setVRegs()
695 getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns; in getVRegs()
H A DRegBankSelect.cpp424 InstrMapping.getOperandMapping(OpIdx); in computeMapping()
544 InstrMapping.getOperandMapping(OpIdx); in applyMapping()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBankInfo.h198 const ValueMapping &getOperandMapping(unsigned i) { in getOperandMapping() function
237 const ValueMapping &getOperandMapping(unsigned i) const { in getOperandMapping() function
239 const_cast<InstructionMapping *>(this)->getOperandMapping(i); in getOperandMapping()