Searched refs:ReplaceFMULS (Results 1 – 7 of 7) sorted by relevance
49 bool ReplaceFMULS; variable104 bool replaceFMULS() const { return ReplaceFMULS; } in replaceFMULS()
113 class LLVM_LIBRARY_VISIBILITY ReplaceFMULS : public LEONMachineFunctionPass {117 ReplaceFMULS(TargetMachine &tm);
59 def ReplaceFMULS60 : SubtargetFeature<"replacefmuls", "ReplaceFMULS", "true",
47 ReplaceFMULS = false; in initializeSubtargetDependencies()
236 char ReplaceFMULS::ID = 0;238 ReplaceFMULS::ReplaceFMULS(TargetMachine &tm) in ReplaceFMULS() function in ReplaceFMULS241 bool ReplaceFMULS::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
160 addPass(new ReplaceFMULS(getSparcTargetMachine())); in addPreEmitPass()
126 FeatureLeon, FixFSMULD, ReplaceFMULS, PreventRoundChange,