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

  /external/llvm/utils/TableGen/
CodeGenInstruction.h 246 bool hasCtrlDep : 1;
CodeGenInstruction.cpp 321 hasCtrlDep = R->getValueAsBit("hasCtrlDep");
DAGISelMatcherGen.cpp 729 && (II.hasCtrlDep || II.mayLoad || II.mayStore || II.canFoldAsLoad ||
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 237 bool hasCtrlDep;
CodeGenInstruction.cpp 313 hasCtrlDep = R->getValueAsBit("hasCtrlDep");

Completed in 767 milliseconds