HomeSort by relevance Sort by last modified time
    Searched full:isctrl (Results 1 - 25 of 31) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAGEmit.cpp 39 if (I->isCtrl()) continue; // ignore chain preds
48 if (II->isCtrl()) continue; // ignore chain preds
  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 74 if (I->isCtrl())
112 if (I->isCtrl())
149 if (I->isCtrl())
159 if (I->isCtrl())
278 if (I->isCtrl())
511 if (I->isCtrl() || (I->getSUnit()->NumRegDefsLeft == 0))
528 if (!I->isCtrl())
ScheduleDAGRRList.cpp     [all...]
ScheduleDAGSDNodes.cpp 494 if (!SU->addPred(Dep) && !Dep.isCtrl() && OpSU->NumRegDefsLeft > 1) {
762 if (I->isCtrl()) continue; // ignore chain preds
771 if (II->isCtrl()) continue; // ignore chain preds
    [all...]
ScheduleDAGFast.cpp 287 if (I->isCtrl())
297 if (I->isCtrl())
  /external/python/cpython2/Lib/curses/
ascii.py 68 def isctrl(c): return _ctoi(c) < 32 function
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
ascii.py 68 def isctrl(c): return _ctoi(c) < 32 function
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
ascii.py 68 def isctrl(c): return _ctoi(c) < 32 function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 68 def isctrl(c): return _ctoi(c) < 32 function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 68 def isctrl(c): return _ctoi(c) < 32 function
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 861 if (I->isCtrl())
870 if (I->isCtrl())
903 && !D.isCtrl() && NewSU->NumRegDefsLeft > 0)
    [all...]
ScheduleDAGFast.cpp 282 if (I->isCtrl())
292 if (I->isCtrl())
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScheduleDAG.h 168 /// isCtrl - Shorthand for getKind() != SDep::Data.
169 bool isCtrl() const {
626 return getSDep().isCtrl();
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 157 /// isCtrl - Shorthand for getKind() != SDep::Data.
158 bool isCtrl() const {
671 return getSDep().isCtrl();
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 71 if (SU->Preds[i].isCtrl())
  /external/python/cpython2/Lib/test/
test_curses.py 353 check(curses.ascii.isctrl, i < 32)
  /external/mksh/src/
tree.c 801 if (ISCTRL(c & 0x7F)) {
825 if (ISCTRL(c & 0x7F)) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 162 bool isCtrl() const {
652 return getSDep().isCtrl();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 162 bool isCtrl() const {
652 return getSDep().isCtrl();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 162 bool isCtrl() const {
652 return getSDep().isCtrl();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 162 bool isCtrl() const {
652 return getSDep().isCtrl();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 162 bool isCtrl() const {
652 return getSDep().isCtrl();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 162 bool isCtrl() const {
652 return getSDep().isCtrl();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 162 bool isCtrl() const {
652 return getSDep().isCtrl();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 162 bool isCtrl() const {
652 return getSDep().isCtrl();

Completed in 939 milliseconds

1 2