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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PrologEpilogInserter.h 131 void insertCSRSpillsAndRestores(MachineFunction &Fn);
PrologEpilogInserter.cpp 100 insertCSRSpillsAndRestores(Fn);
291 /// insertCSRSpillsAndRestores - Insert spill and restore code for
294 void PEI::insertCSRSpillsAndRestores(MachineFunction &Fn) {
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 456 /// insertCSRSpillsAndRestores - Insert spill and restore code for
459 static void insertCSRSpillsAndRestores(MachineFunction &Fn,
549 insertCSRSpillsAndRestores(Fn, SaveBlocks, RestoreBlocks);
    [all...]

Completed in 130 milliseconds