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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveIntervalAnalysis.cpp     [all...]
InlineSpiller.cpp     [all...]
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 745 SmallVector<unsigned, 8> FoldOps;
762 FoldOps.push_back(Idx);
768 LoadMI ? TII.foldMemoryOperand(*MI, FoldOps, *LoadMI, &LIS)
769 : TII.foldMemoryOperand(*MI, FoldOps, StackSlot, &LIS);
    [all...]

Completed in 462 milliseconds