Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCCodeEmitter.cpp94 bool IsPostinc = Opcode == AVR::LDRdPtrPi || Opcode == AVR::STPtrPiRr; in loadStorePostEncoder() local
95 if (MI.getOperand(Idx).getReg() == AVR::R27R26 || IsPredec || IsPostinc) in loadStorePostEncoder()