HomeSort by relevance Sort by last modified time
    Searched refs:InsertNOPLoad (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
LeonPasses.h 46 class LLVM_LIBRARY_VISIBILITY InsertNOPLoad : public LEONMachineFunctionPass {
50 InsertNOPLoad();
54 return "InsertNOPLoad: Erratum Fix LBR35: insert a NOP instruction after "
LeonPasses.cpp 28 //**** InsertNOPLoad pass
37 char InsertNOPLoad::ID = 0;
39 InsertNOPLoad::InsertNOPLoad() : LEONMachineFunctionPass(ID) {}
41 bool InsertNOPLoad::runOnMachineFunction(MachineFunction &MF) {
SparcSubtarget.h 50 bool InsertNOPLoad;
95 bool insertNOPLoad() const { return InsertNOPLoad; }
SparcSubtarget.cpp 47 InsertNOPLoad = false;
SparcTargetMachine.cpp 172 if (this->getSparcTargetMachine().getSubtargetImpl()->insertNOPLoad())
174 addPass(new InsertNOPLoad());
  /external/llvm/lib/Target/Sparc/
SparcSubtarget.h 47 bool InsertNOPLoad;
109 bool insertNOPLoad() const { return InsertNOPLoad; }
LeonPasses.h 154 class LLVM_LIBRARY_VISIBILITY InsertNOPLoad : public LEONMachineFunctionPass {
158 InsertNOPLoad(TargetMachine &tm);
162 return "InsertNOPLoad: insert a NOP instruction after "
SparcSubtarget.cpp 50 InsertNOPLoad = false;
LeonPasses.cpp 64 //**** InsertNOPLoad pass
73 char InsertNOPLoad::ID = 0;
75 InsertNOPLoad::InsertNOPLoad(TargetMachine &tm)
78 bool InsertNOPLoad::runOnMachineFunction(MachineFunction &MF) {
    [all...]
SparcTargetMachine.cpp 171 if (this->getSparcTargetMachine().getSubtargetImpl()->insertNOPLoad()) {
172 addPass(new InsertNOPLoad(getSparcTargetMachine()));

Completed in 1448 milliseconds