Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Sparc/
DSparcSubtarget.h47 bool InsertNOPLoad; variable
109 bool insertNOPLoad() const { return InsertNOPLoad; } in insertNOPLoad()
DLeonPasses.h154 class LLVM_LIBRARY_VISIBILITY InsertNOPLoad : public LEONMachineFunctionPass {
158 InsertNOPLoad(TargetMachine &tm);
DLeonFeatures.td75 def InsertNOPLoad
76 : SubtargetFeature<"insertnopload", "InsertNOPLoad", "true",
DSparcSubtarget.cpp50 InsertNOPLoad = false; in initializeSubtargetDependencies()
DLeonPasses.cpp73 char InsertNOPLoad::ID = 0;
75 InsertNOPLoad::InsertNOPLoad(TargetMachine &tm) in InsertNOPLoad() function in InsertNOPLoad
78 bool InsertNOPLoad::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
DSparcTargetMachine.cpp172 addPass(new InsertNOPLoad(getSparcTargetMachine())); in addPreEmitPass()
DSparc.td127 FixAllFDIVSQRT, InsertNOPLoad, FlushCacheLineSWAP, InsertNOPsLoadStore