Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp33 class AVRExpandPseudo : public MachineFunctionPass { class
37 AVRExpandPseudo() : MachineFunctionPass(ID) { in AVRExpandPseudo() function in __anon0c359c080111::AVRExpandPseudo
108 char AVRExpandPseudo::ID = 0;
110 bool AVRExpandPseudo::expandMBB(MachineBasicBlock &MBB) { in expandMBB()
123 bool AVRExpandPseudo::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
150 bool AVRExpandPseudo::expandArith(unsigned OpLo, unsigned OpHi, Block &MBB, in expandArith()
184 bool AVRExpandPseudo::expandLogic(unsigned Op, Block &MBB, BlockIt MBBI) { in expandLogic()
218 bool AVRExpandPseudo::isLogicImmOpRedundant(unsigned Op, in isLogicImmOpRedundant()
232 bool AVRExpandPseudo::isLogicRegOpUndef(unsigned Op, unsigned ImmVal) const { in isLogicRegOpUndef()
244 bool AVRExpandPseudo::expandLogicImm(unsigned Op, Block &MBB, BlockIt MBBI) { in expandLogicImm()
[all …]