Searched refs:InsertNOPLoad (Results 1 – 5 of 5) sorted by relevance
35 char InsertNOPLoad::ID = 0;37 InsertNOPLoad::InsertNOPLoad() : LEONMachineFunctionPass(ID) {} in InsertNOPLoad() function in InsertNOPLoad39 bool InsertNOPLoad::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
40 class LLVM_LIBRARY_VISIBILITY InsertNOPLoad : public LEONMachineFunctionPass {44 InsertNOPLoad();
39 def InsertNOPLoad: SubtargetFeature<41 "InsertNOPLoad",
167 [FeatureLeon, InsertNOPLoad]>;172 [FeatureLeon, InsertNOPLoad]>;182 [FeatureLeon, InsertNOPLoad, FeatureNoFSMULD, FeatureNoFMULS, FixAllFDIVSQRT]>;
193 addPass(new InsertNOPLoad()); in addPreEmitPass()