Searched refs:InsertNOPsLoadStore (Results 1 – 7 of 7) sorted by relevance
58 bool InsertNOPsLoadStore; variable108 bool insertNOPsLoadStore() const { return InsertNOPsLoadStore; } in insertNOPsLoadStore()
183 class LLVM_LIBRARY_VISIBILITY InsertNOPsLoadStore188 InsertNOPsLoadStore(TargetMachine &tm);
87 def InsertNOPsLoadStore88 : SubtargetFeature<"insertnopsloadstore", "InsertNOPsLoadStore", "true",
52 InsertNOPsLoadStore = false; in initializeSubtargetDependencies()
818 char InsertNOPsLoadStore::ID = 0;820 InsertNOPsLoadStore::InsertNOPsLoadStore(TargetMachine &tm) in InsertNOPsLoadStore() function in InsertNOPsLoadStore823 bool InsertNOPsLoadStore::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
169 addPass(new InsertNOPsLoadStore(getSparcTargetMachine())); in addPreEmitPass()
127 FixAllFDIVSQRT, InsertNOPLoad, FlushCacheLineSWAP, InsertNOPsLoadStore