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

  /external/llvm/lib/Target/Sparc/
SparcSubtarget.h 58 bool InsertNOPsLoadStore;
108 bool insertNOPsLoadStore() const { return InsertNOPsLoadStore; }
LeonPasses.h 183 class LLVM_LIBRARY_VISIBILITY InsertNOPsLoadStore
188 InsertNOPsLoadStore(TargetMachine &tm);
192 return "InsertNOPsLoadStore: Erratum Fix LBR37: insert NOPs between "
SparcSubtarget.cpp 52 InsertNOPsLoadStore = false;
LeonPasses.cpp 800 //**** InsertNOPsLoadStore pass
818 char InsertNOPsLoadStore::ID = 0;
820 InsertNOPsLoadStore::InsertNOPsLoadStore(TargetMachine &tm)
823 bool InsertNOPsLoadStore::runOnMachineFunction(MachineFunction &MF) {
    [all...]
SparcTargetMachine.cpp 168 if (this->getSparcTargetMachine().getSubtargetImpl()->insertNOPsLoadStore()) {
169 addPass(new InsertNOPsLoadStore(getSparcTargetMachine()));

Completed in 266 milliseconds