HomeSort by relevance Sort by last modified time
    Searched refs:isSimple (Results 1 - 25 of 221) sorted by null

1 2 3 4 5 6 7 8 9

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 81 if (!isSimple())
99 if (isSimple())
105 /// isSimple - Test if the given EVT is simple (as opposed to being
107 bool isSimple() const {
114 return !isSimple();
119 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint();
124 return isSimple() ? V.isInteger() : isExtendedInteger();
129 return isSimple() ? V.isVector() : isExtendedVector();
134 return isSimple() ? V.is16BitVector() : isExtended16BitVector();
139 return isSimple() ? V.is32BitVector() : isExtended32BitVector()
    [all...]
  /external/clang/lib/AST/
StmtViz.cpp 33 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
  /external/llvm/lib/Analysis/
CallPrinter.cpp 26 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
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 41 DOTGraphTraits (bool isSimple=false)
42 : DefaultDOTGraphTraits(isSimple) {}
49 if (isSimple())
64 DOTGraphTraits (bool isSimple = false)
65 : DOTGraphTraits<RegionNode*>(isSimple) {}
109 if (!onlySimpleRegions || R.isSimple()) {
BlockFrequencyInfo.cpp 76 explicit DOTGraphTraits(bool isSimple=false) :
77 DefaultDOTGraphTraits(isSimple) {}
RegionInfo.cpp 93 if (R->isSimple())
  /external/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 32 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
InterleavedAccessPass.cpp 180 if (!LI->isSimple())
237 if (!SI->isSimple())
MachineBlockFrequencyInfo.cpp 83 explicit DOTGraphTraits(bool isSimple=false) :
84 DefaultDOTGraphTraits(isSimple) {}
MachineRegionInfo.cpp 50 if (R->isSimple())
  /external/llvm/include/llvm/Analysis/
CFGPrinter.h 28 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
93 if (isSimple())
  /frameworks/base/libs/hwui/tests/unit/
SnapshotTests.cpp 61 EXPECT_TRUE(child->getClipArea().isSimple());
71 EXPECT_TRUE(child->getClipArea().isSimple());
  /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/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
AliasOptions.java 58 public boolean isSimple()
  /external/skia/include/core/
SkRRect.h 98 inline bool isSimple() const { return kSimple_Type == this->getType(); }
102 return this->isSimple() && SkScalarNearlyEqual(fRadii[0].fX, fRadii[0].fY);
  /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)))
  /external/clang/lib/Analysis/
CallGraph.cpp 214 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 36 explicit DOTGraphTraits(bool isSimple=false) :
37 DefaultDOTGraphTraits(isSimple) {}
  /frameworks/base/libs/hwui/
Matrix.h 197 bool isSimple() const;
222 if (matrix.isSimple()) {
Snapshot.cpp 282 this, flags, previous, getViewportHeight(), isIgnored(), !mClipArea->isSimple());
285 clipRect.left, clipRect.top, clipRect.right, clipRect.bottom, mClipArea->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...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 71 if (!LI->isSimple()) return false;
459 if (!LI.isSimple())
517 if (!LI.isSimple())
783 if (!LI.isSimple()) return nullptr;
    [all...]
  /external/clang/lib/CodeGen/
CGValue.h 246 bool isSimple() const { return LVType == Simple; }
328 assert(isSimple());
333 assert(isSimple());

Completed in 853 milliseconds

1 2 3 4 5 6 7 8 9