Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DLeonPasses.cpp37 char InsertNOPLoad::ID = 0;
39 InsertNOPLoad::InsertNOPLoad() : LEONMachineFunctionPass(ID) {} in InsertNOPLoad() function in InsertNOPLoad
41 bool InsertNOPLoad::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
H A DLeonPasses.h46 class LLVM_LIBRARY_VISIBILITY InsertNOPLoad : public LEONMachineFunctionPass {
50 InsertNOPLoad();
H A DSparcSubtarget.h51 bool InsertNOPLoad; variable
98 bool insertNOPLoad() const { return InsertNOPLoad; } in insertNOPLoad()
H A DLeonFeatures.td40 def InsertNOPLoad: SubtargetFeature<
42 "InsertNOPLoad",
H A DSparc.td136 [FeatureLeon, InsertNOPLoad]>;
141 [FeatureLeon, InsertNOPLoad]>;
151 [FeatureLeon, InsertNOPLoad, FeatureNoFSMULD, FeatureNoFMULS, FixAllFDIVSQRT]>;
H A DSparcSubtarget.cpp48 InsertNOPLoad = false; in initializeSubtargetDependencies()
H A DSparcTargetMachine.cpp179 addPass(new InsertNOPLoad()); in addPreEmitPass()