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

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

Completed in 58 milliseconds