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

1 2 3 4

  /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/CodeGen/
ValueTypes.h 494 if (!isSimple())
505 /// isSimple - Test if the given EVT is simple (as opposed to being
507 bool isSimple() const {
514 return !isSimple();
519 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint();
524 return isSimple() ? V.isInteger() : isExtendedInteger();
529 return isSimple() ? V.isVector() : isExtendedVector();
534 return isSimple() ? V.is64BitVector() : isExtended64BitVector();
539 return isSimple() ? V.is128BitVector() : isExtended128BitVector();
544 return isSimple() ? V.is256BitVector() : isExtended256BitVector()
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 34 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
MachineFunction.cpp 351 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
363 if (isSimple()) {
  /external/llvm/tools/opt/
GraphPrinters.cpp 55 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
  /external/llvm/include/llvm/Analysis/
CFGPrinter.h 29 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
77 if (isSimple())
RegionInfo.h 328 bool isSimple() const;
628 // isSimple - Check if a region is a simple region with exactly one entry
630 bool isSimple(Region* R) const;
  /external/webkit/Source/WebCore/css/
CSSParserValues.h 118 bool isSimple() const { return !m_tagHistory && m_selector->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()
PropertyOptions.java 318 public boolean isSimple()
  /external/clang/lib/Analysis/
CallGraph.cpp 172 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
  /external/llvm/include/llvm/Target/
TargetLowering.h 223 assert(VT.isSimple() && "getRegClassFor called on illegal type!");
235 assert(VT.isSimple() && "getRepRegClassFor called on illegal type!");
243 assert(VT.isSimple() && "getRepRegClassCostFor called on illegal type!");
251 assert(!VT.isSimple() ||
253 return VT.isSimple() && RegClassForVT[VT.getSimpleVT().SimpleTy] != 0;
427 return VT.isSimple() && getLoadExtAction(ExtType, VT) == Legal;
445 return isTypeLegal(ValVT) && MemVT.isSimple() &&
465 return VT.isSimple() &&
486 return VT.isSimple() &&
573 if (VT.isSimple()) {
    [all...]
  /external/clang/lib/CodeGen/
CGValue.h 172 bool isSimple() const { return LVType == Simple; }
230 llvm::Value *getAddress() const { assert(isSimple()); return V; }
232 assert(isSimple());
  /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)))
  /frameworks/base/libs/hwui/
Matrix.h 116 bool isSimple() const;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 35 explicit DOTGraphTraits(bool isSimple=false) :
36 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...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java 197 else if (currProp.getOptions().isSimple())
335 if (info.getAliasForm().isSimple())
356 else if (info.getAliasForm().isSimple())
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 59 if (!LI->isSimple()) return false;
372 if (!LI.isSimple()) return 0;
594 if (!SI.isSimple()) return 0;
626 if (PrevSI->isSimple() && equivalentAddressValues(PrevSI->getOperand(1),
641 LI->isSimple())
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 416 if (!LI->isSimple()) {
496 if (SI->isSimple())

Completed in 707 milliseconds

1 2 3 4