Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DLeonPasses.cpp35 char InsertNOPLoad::ID = 0;
37 InsertNOPLoad::InsertNOPLoad() : LEONMachineFunctionPass(ID) {} in InsertNOPLoad() function in InsertNOPLoad
39 bool InsertNOPLoad::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
H A DLeonPasses.h40 class LLVM_LIBRARY_VISIBILITY InsertNOPLoad : public LEONMachineFunctionPass {
44 InsertNOPLoad();
H A DSparcSubtarget.h50 bool InsertNOPLoad; variable
97 bool insertNOPLoad() const { return InsertNOPLoad; } in insertNOPLoad()
H A DLeonFeatures.td39 def InsertNOPLoad: SubtargetFeature<
41 "InsertNOPLoad",
H A DSparc.td135 [FeatureLeon, InsertNOPLoad]>;
140 [FeatureLeon, InsertNOPLoad]>;
150 [FeatureLeon, InsertNOPLoad, FeatureNoFSMULD, FeatureNoFMULS, FixAllFDIVSQRT]>;
H A DSparcSubtarget.cpp47 InsertNOPLoad = false; in initializeSubtargetDependencies()
H A DSparcTargetMachine.cpp174 addPass(new InsertNOPLoad()); in addPreEmitPass()