Searched refs:isSimple (Results 1 - 25 of 109) sorted by relevance

12345

/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h81 if (!isSimple())
92 /// isSimple - Test if the given EVT is simple (as opposed to being
94 bool isSimple() const { function in struct:llvm::EVT
101 return !isSimple();
106 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint();
111 return isSimple() ? V.isInteger() : isExtendedInteger();
116 return isSimple() ? V.isVector() : isExtendedVector();
121 return isSimple() ? V.is16BitVector() : isExtended16BitVector();
126 return isSimple() ? V.is32BitVector() : isExtended32BitVector();
131 return isSimple()
[all...]
/external/clang/lib/AST/
H A DStmtViz.cpp33 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/external/llvm/lib/Analysis/IPA/
H A DCallPrinter.cpp26 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
/external/llvm/lib/Analysis/
H A DDomPrinter.cpp31 DOTGraphTraits (bool isSimple=false) argument
32 : DefaultDOTGraphTraits(isSimple) {}
42 if (isSimple())
54 DOTGraphTraits (bool isSimple=false) argument
55 : DOTGraphTraits<DomTreeNode*>(isSimple) {}
70 DOTGraphTraits (bool isSimple=false) argument
71 : DOTGraphTraits<DomTreeNode*>(isSimple) {}
H A DRegionPrinter.cpp38 DOTGraphTraits (bool isSimple=false) argument
39 : DefaultDOTGraphTraits(isSimple) {}
46 if (isSimple())
61 DOTGraphTraits (bool isSimple = false)
62 : DOTGraphTraits<RegionNode*>(isSimple) {}
110 if (!onlySimpleRegions || R.isSimple()) {
H A DBlockFrequencyInfo.cpp76 explicit DOTGraphTraits(bool isSimple=false) : argument
77 DefaultDOTGraphTraits(isSimple) {}
H A DRegionInfo.cpp90 if (R->isSimple())
/external/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp32 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
H A DMachineBlockFrequencyInfo.cpp83 explicit DOTGraphTraits(bool isSimple=false) : argument
84 DefaultDOTGraphTraits(isSimple) {}
H A DMachineRegionInfo.cpp50 if (R->isSimple())
/external/llvm/include/llvm/Analysis/
H A DCFGPrinter.h28 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
93 if (isSimple())
/external/llvm/include/llvm/Support/
H A DDOTGraphTraits.h34 bool isSimple() { function in struct:llvm::DefaultDOTGraphTraits
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
H A DAliasOptions.java58 public boolean isSimple() method in class:AliasOptions
H A DPropertyOptions.java318 public boolean isSimple() method in class:PropertyOptions
/external/skia/include/core/
H A DSkRRect.h98 inline bool isSimple() const { return kSimple_Type == this->getType(); } function in class:SkRRect
100 return this->isSimple() && fRadii[0].fX == fRadii[0].fY;
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemAttribute.java266 if (v.isSimple())
H A DElemPI.java147 else if ((!m_name_atv.isSimple()) && (!XML11Char.isXML11ValidNCName(piName)))
H A DElemElement.java216 if ((nodeName != null) && (!m_name_avt.isSimple()) && (!XML11Char.isXML11ValidQName(nodeName)))
/external/clang/lib/Analysis/
H A DCallGraph.cpp214 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp36 explicit DOTGraphTraits(bool isSimple=false) : argument
37 DefaultDOTGraphTraits(isSimple) {}
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp70 if (!LI->isSimple()) return false;
448 if (!LI.isSimple())
702 if (!LI.isSimple()) return nullptr;
806 if (!SI.isSimple())
826 if (!SI.isSimple())
908 if (!SI.isSimple()) return nullptr;
940 if (PrevSI->isSimple() && equivalentAddressValues(PrevSI->getOperand(1),
955 LI->isSimple())
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java587 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())
1043 if ((avt.isSimple()) && (!XML11Char.isXML11ValidNCName(value)))
/external/clang/lib/CodeGen/
H A DCGValue.h193 bool isSimple() const { return LVType == Simple; } function in class:clang::CodeGen::LValue
265 llvm::Value *getAddress() const { assert(isSimple()); return V; }
267 assert(isSimple());
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNormalizer.java197 else if (currProp.getOptions().isSimple())
335 if (info.getAliasForm().isSimple())
356 else if (info.getAliasForm().isSimple())
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp187 if (!SrcTy.isSimple() || !DstTy.isSimple())
369 if (SelCondTy.isSimple() && SelValTy.isSimple()) {

Completed in 544 milliseconds

12345