Searched refs:AVRShiftExpand (Results 1 – 4 of 4) sorted by relevance
24 class AVRShiftExpand : public FunctionPass { class28 AVRShiftExpand() : FunctionPass(ID) {} in AVRShiftExpand() function in __anon434d54950111::AVRShiftExpand40 char AVRShiftExpand::ID = 0;42 INITIALIZE_PASS(AVRShiftExpand, "avr-shift-expand", "AVR Shift Expansion",45 Pass *llvm::createAVRShiftExpandPass() { return new AVRShiftExpand(); } in createAVRShiftExpandPass()47 bool AVRShiftExpand::runOnFunction(Function &F) { in runOnFunction()75 void AVRShiftExpand::expand(BinaryOperator *BI) { in expand()
26 AVRShiftExpand.cpp
40 "AVRShiftExpand.cpp",
6400 llvm/lib/Target/AVR/AVRShiftExpand.cpp