OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSimple
(Results
1 - 25
of
56
) sorted by null
1
2
3
/external/clang/lib/AST/
StmtViz.cpp
33
DOTGraphTraits (bool
isSimple
=false) : DefaultDOTGraphTraits(
isSimple
) {}
/external/llvm/lib/Analysis/
DomPrinter.cpp
31
DOTGraphTraits (bool
isSimple
=false)
32
: DefaultDOTGraphTraits(
isSimple
) {}
42
if (
isSimple
())
54
DOTGraphTraits (bool
isSimple
=false)
55
: DOTGraphTraits<DomTreeNode*>(
isSimple
) {}
70
DOTGraphTraits (bool
isSimple
=false)
71
: DOTGraphTraits<DomTreeNode*>(
isSimple
) {}
RegionPrinter.cpp
38
DOTGraphTraits (bool
isSimple
=false)
39
: DefaultDOTGraphTraits(
isSimple
) {}
46
if (
isSimple
())
61
DOTGraphTraits (bool
isSimple
=false)
62
: DOTGraphTraits<RegionNode*>(
isSimple
) {}
108
if (!onlySimpleRegions || R->
isSimple
()) {
/external/llvm/include/llvm/Analysis/
CFGPrinter.h
29
DOTGraphTraits (bool
isSimple
=false) : DefaultDOTGraphTraits(
isSimple
) {}
77
if (
isSimple
())
RegionInfo.h
328
bool
isSimple
() const;
589
//
isSimple
- Check if a region is a simple region with exactly one entry
591
bool
isSimple
(Region* R) const;
/external/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp
36
DOTGraphTraits (bool
isSimple
=false) : DefaultDOTGraphTraits(
isSimple
) {}
MachineFunction.cpp
335
DOTGraphTraits (bool
isSimple
=false) : DefaultDOTGraphTraits(
isSimple
) {}
347
if (
isSimple
()) {
/external/llvm/tools/opt/
GraphPrinters.cpp
55
DOTGraphTraits (bool
isSimple
=false) : DefaultDOTGraphTraits(
isSimple
) {}
/external/llvm/include/llvm/CodeGen/
ValueTypes.h
441
///
isSimple
- Test if the given EVT is simple (as opposed to being
443
bool
isSimple
() const {
450
return !
isSimple
();
455
return
isSimple
() ? V.isFloatingPoint() : isExtendedFloatingPoint();
460
return
isSimple
() ? V.isInteger() : isExtendedInteger();
465
return
isSimple
() ? V.isVector() : isExtendedVector();
470
if (!
isSimple
())
479
if (!
isSimple
())
487
if (!
isSimple
())
495
return
isSimple
() ? (V == MVT::v8i64) : isExtended512BitVector()
[
all
...]
/external/llvm/lib/Target/PTX/
PTXISelDAGToDAG.cpp
99
assert(Addr.getValueType().
isSimple
() && "Type must be simple");
116
assert(Addr.getValueType().
isSimple
() && "Type must be simple");
153
assert(Addr.getValueType().
isSimple
() && "Type must be simple");
/external/webkit/Source/WebCore/css/
CSSParserValues.h
118
bool
isSimple
() const { return !m_tagHistory && m_selector->
isSimple
(); }
CSSSelector.h
266
bool
isSimple
() const;
/external/llvm/include/llvm/Support/
DOTGraphTraits.h
31
bool
IsSimple
;
34
bool
isSimple
() {
35
return
IsSimple
;
39
explicit DefaultDOTGraphTraits(bool simple=false) :
IsSimple
(simple) {}
/external/clang/lib/Index/
CallGraph.cpp
140
DOTGraphTraits (bool
isSimple
=false) : DefaultDOTGraphTraits(
isSimple
) {}
/external/llvm/include/llvm/Target/
TargetLowering.h
182
assert(VT.
isSimple
() && "getRegClassFor called on illegal type!");
194
assert(VT.
isSimple
() && "getRepRegClassFor called on illegal type!");
202
assert(VT.
isSimple
() && "getRepRegClassCostFor called on illegal type!");
210
assert(!VT.
isSimple
() ||
212
return VT.
isSimple
() && RegClassForVT[VT.getSimpleVT().SimpleTy] != 0;
386
return VT.
isSimple
() && getLoadExtAction(ExtType, VT) == Legal;
404
return isTypeLegal(ValVT) && MemVT.
isSimple
() &&
424
return VT.
isSimple
() &&
445
return VT.
isSimple
() &&
521
if (VT.
isSimple
()) {
[
all
...]
/external/clang/lib/CodeGen/
CGValue.h
174
bool
isSimple
() const { return LVType == Simple; }
232
llvm::Value *getAddress() const { assert(
isSimple
()); return V; }
234
assert(
isSimple
());
CGExpr.cpp
251
if (LV.
isSimple
())
392
if (LV.
isSimple
()) {
612
if (!isa<DeclRefExpr>(E) && !LV.isBitField() && LV.
isSimple
())
806
if (LV.
isSimple
()) {
[
all
...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemAttribute.java
266
if (v.
isSimple
())
ElemPI.java
147
else if ((!m_name_atv.
isSimple
()) && (!XML11Char.isXML11ValidNCName(piName)))
ElemElement.java
216
if ((nodeName != null) && (!m_name_avt.
isSimple
()) && (!XML11Char.isXML11ValidQName(nodeName)))
AVT.java
603
public boolean
isSimple
() {
/frameworks/base/libs/hwui/
Matrix.h
114
bool
isSimple
();
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp
38
explicit DOTGraphTraits(bool
isSimple
=false) :
39
DefaultDOTGraphTraits(
isSimple
) {}
/external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java
587
if ((avt.
isSimple
()) && (value.length() != 1)) {
634
if (!avt.
isSimple
()) return avt;
683
if (!avt.
isSimple
()) return avt;
798
if ((avt.
isSimple
()) && (!XML11Char.isXML11ValidNmtoken(value))) {
883
if (avt.
isSimple
())
980
if (avt.
isSimple
())
[
all
...]
/packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java
503
if (!slideshow.
isSimple
()) {
808
boolean
isSimple
= (slideshow == null) ? false : slideshow.
isSimple
();
809
if (
isSimple
) {
842
if (slideshow.
isSimple
()) {
[
all
...]
Completed in 2101 milliseconds
1
2
3