OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isctrl
(Results
1 - 15
of
15
) sorted by null
/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
())
/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/llvm/include/llvm/CodeGen/
ScheduleDAG.h
174
///
isCtrl
- Shorthand for getKind() != SDep::Data.
175
bool
isCtrl
() const {
653
return getSDep().
isCtrl
();
/external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp
71
if (SU->Preds[i].
isCtrl
())
/external/mksh/src/
tree.c
775
if (
ISCTRL
(c & 0x7F)) {
799
if (
ISCTRL
(c & 0x7F)) {
edit.c
[
all
...]
sh.h
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp
72
if (I->
isCtrl
())
/external/llvm/lib/CodeGen/
MachineScheduler.cpp
[
all
...]
Completed in 534 milliseconds