Searched refs:expandLogicImm (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp71 bool expandLogicImm(unsigned Op, Block &MBB, BlockIt MBBI);
244 bool AVRExpandPseudo::expandLogicImm(unsigned Op, Block &MBB, BlockIt MBBI) { function in class:__anon2286::AVRExpandPseudo
404 return expandLogicImm(AVR::ANDIRdK, MBB, MBBI);
414 return expandLogicImm(AVR::ORIRdK, MBB, MBBI);

Completed in 63 milliseconds