Home
last modified time | relevance | path

Searched refs:InsertNOPsLoadStore (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/Sparc/
DSparcSubtarget.h58 bool InsertNOPsLoadStore; variable
108 bool insertNOPsLoadStore() const { return InsertNOPsLoadStore; } in insertNOPsLoadStore()
DLeonPasses.h183 class LLVM_LIBRARY_VISIBILITY InsertNOPsLoadStore
188 InsertNOPsLoadStore(TargetMachine &tm);
DLeonFeatures.td87 def InsertNOPsLoadStore
88 : SubtargetFeature<"insertnopsloadstore", "InsertNOPsLoadStore", "true",
DSparcSubtarget.cpp52 InsertNOPsLoadStore = false; in initializeSubtargetDependencies()
DLeonPasses.cpp818 char InsertNOPsLoadStore::ID = 0;
820 InsertNOPsLoadStore::InsertNOPsLoadStore(TargetMachine &tm) in InsertNOPsLoadStore() function in InsertNOPsLoadStore
823 bool InsertNOPsLoadStore::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
DSparcTargetMachine.cpp169 addPass(new InsertNOPsLoadStore(getSparcTargetMachine())); in addPreEmitPass()
DSparc.td127 FixAllFDIVSQRT, InsertNOPLoad, FlushCacheLineSWAP, InsertNOPsLoadStore