Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/Sparc/
DLeonPasses.cpp35 char InsertNOPLoad::ID = 0;
37 InsertNOPLoad::InsertNOPLoad() : LEONMachineFunctionPass(ID) {} in InsertNOPLoad() function in InsertNOPLoad
39 bool InsertNOPLoad::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
DLeonPasses.h40 class LLVM_LIBRARY_VISIBILITY InsertNOPLoad : public LEONMachineFunctionPass {
44 InsertNOPLoad();
DSparcSubtarget.h50 bool InsertNOPLoad; variable
97 bool insertNOPLoad() const { return InsertNOPLoad; } in insertNOPLoad()
DLeonFeatures.td39 def InsertNOPLoad: SubtargetFeature<
41 "InsertNOPLoad",
DSparc.td135 [FeatureLeon, InsertNOPLoad]>;
140 [FeatureLeon, InsertNOPLoad]>;
150 [FeatureLeon, InsertNOPLoad, FeatureNoFSMULD, FeatureNoFMULS, FixAllFDIVSQRT]>;
DSparcSubtarget.cpp47 InsertNOPLoad = false; in initializeSubtargetDependencies()
DSparcTargetMachine.cpp178 addPass(new InsertNOPLoad()); in addPreEmitPass()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DLeonPasses.cpp36 char InsertNOPLoad::ID = 0;
38 InsertNOPLoad::InsertNOPLoad() : LEONMachineFunctionPass(ID) {} in InsertNOPLoad() function in InsertNOPLoad
40 bool InsertNOPLoad::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
DLeonPasses.h45 class LLVM_LIBRARY_VISIBILITY InsertNOPLoad : public LEONMachineFunctionPass {
49 InsertNOPLoad();
DSparcSubtarget.h50 bool InsertNOPLoad; variable
97 bool insertNOPLoad() const { return InsertNOPLoad; } in insertNOPLoad()
DLeonFeatures.td39 def InsertNOPLoad: SubtargetFeature<
41 "InsertNOPLoad",
DSparc.td135 [FeatureLeon, InsertNOPLoad]>;
140 [FeatureLeon, InsertNOPLoad]>;
150 [FeatureLeon, InsertNOPLoad, FeatureNoFSMULD, FeatureNoFMULS, FixAllFDIVSQRT]>;
DSparcSubtarget.cpp47 InsertNOPLoad = false; in initializeSubtargetDependencies()
DSparcTargetMachine.cpp179 addPass(new InsertNOPLoad()); in addPreEmitPass()
/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