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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcSubtarget.h 50 bool InsertNOPLoad;
95 bool insertNOPLoad() const { return InsertNOPLoad; }
SparcTargetMachine.cpp 172 if (this->getSparcTargetMachine().getSubtargetImpl()->insertNOPLoad())
174 addPass(new InsertNOPLoad());
DelaySlotFiller.cpp 274 if (Subtarget->insertNOPLoad()
  /external/llvm/lib/Target/Sparc/
SparcSubtarget.h 47 bool InsertNOPLoad;
109 bool insertNOPLoad() const { return InsertNOPLoad; }
SparcTargetMachine.cpp 171 if (this->getSparcTargetMachine().getSubtargetImpl()->insertNOPLoad()) {
172 addPass(new InsertNOPLoad(getSparcTargetMachine()));
DelaySlotFiller.cpp 276 if (Subtarget->insertNOPLoad()

Completed in 120 milliseconds