Home
last modified time | relevance | path

Searched refs:isSimple (Results 1 – 25 of 166) sorted by relevance

1234567

/external/llvm/include/llvm/CodeGen/
DValueTypes.h81 if (!isSimple()) in changeVectorElementTypeToInteger()
99 if (isSimple()) in changeTypeToInteger()
107 bool isSimple() const { in isSimple() function
114 return !isSimple(); in isExtended()
119 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint(); in isFloatingPoint()
124 return isSimple() ? V.isInteger() : isExtendedInteger(); in isInteger()
129 return isSimple() ? V.isScalarInteger() : isExtendedScalarInteger(); in isScalarInteger()
134 return isSimple() ? V.isVector() : isExtendedVector(); in isVector()
139 return isSimple() ? V.is16BitVector() : isExtended16BitVector(); in is16BitVector()
144 return isSimple() ? V.is32BitVector() : isExtended32BitVector(); in is32BitVector()
[all …]
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDomPrinter.cpp31 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits()
32 : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
42 if (isSimple()) in getNodeLabel()
54 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits()
55 : DOTGraphTraits<DomTreeNode*>(isSimple) {} in DOTGraphTraits()
70 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits()
71 : DOTGraphTraits<DomTreeNode*>(isSimple) {} in DOTGraphTraits()
DRegionPrinter.cpp38 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits()
39 : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
46 if (isSimple()) in getNodeLabel()
61 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits()
62 : DOTGraphTraits<RegionNode*>(isSimple) {} in DOTGraphTraits()
108 if (!onlySimpleRegions || R->isSimple()) { in printRegionCluster()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DValueTypes.h445 if (!isSimple()) in changeVectorElementTypeToInteger()
458 bool isSimple() const { in isSimple() function
465 return !isSimple(); in isExtended()
470 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint(); in isFloatingPoint()
475 return isSimple() ? V.isInteger() : isExtendedInteger(); in isInteger()
480 return isSimple() ? V.isVector() : isExtendedVector(); in isVector()
485 if (!isSimple()) in is64BitVector()
494 if (!isSimple()) in is128BitVector()
502 if (!isSimple()) in is256BitVector()
510 return isSimple() ? (V == MVT::v8i64) : isExtended512BitVector(); in is512BitVector()
[all …]
/external/llvm/lib/Analysis/
DDomPrinter.cpp31 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits()
32 : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
42 if (isSimple()) in getNodeLabel()
54 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits()
55 : DOTGraphTraits<DomTreeNode*>(isSimple) {} in DOTGraphTraits()
70 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits()
71 : DOTGraphTraits<DomTreeNode*>(isSimple) {} in DOTGraphTraits()
DRegionPrinter.cpp41 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits()
42 : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
49 if (isSimple()) in getNodeLabel()
64 DOTGraphTraits (bool isSimple = false) in DOTGraphTraits()
65 : DOTGraphTraits<RegionNode*>(isSimple) {} in DOTGraphTraits()
109 if (!onlySimpleRegions || R.isSimple()) { in printRegionCluster()
DCallPrinter.cpp26 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
DBlockFrequencyInfo.cpp89 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits()
90 : BFIDOTGTraitsBase(isSimple) {} in DOTGraphTraits()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DCFGPrinter.h29 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
77 if (isSimple())
/external/llvm/include/llvm/Analysis/
DCFGPrinter.h28 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
93 if (isSimple())
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h203 assert(VT.isSimple() && "getRegClassFor called on illegal type!"); in getRegClassFor()
215 assert(VT.isSimple() && "getRepRegClassFor called on illegal type!"); in getRepRegClassFor()
223 assert(VT.isSimple() && "getRepRegClassCostFor called on illegal type!"); in getRepRegClassCostFor()
231 assert(!VT.isSimple() || in isTypeLegal()
233 return VT.isSimple() && RegClassForVT[VT.getSimpleVT().SimpleTy] != 0; in isTypeLegal()
407 return VT.isSimple() && getLoadExtAction(ExtType, VT) == Legal; in isLoadExtLegal()
425 return isTypeLegal(ValVT) && MemVT.isSimple() && in isTruncStoreLegal()
445 return VT.isSimple() && in isIndexedLoadLegal()
466 return VT.isSimple() && in isIndexedStoreLegal()
542 if (VT.isSimple()) { in getRegisterType()
[all …]
/external/clang/lib/AST/
DStmtViz.cpp33 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAGPrinter.cpp36 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h104 bool isSimple() const { return Index < FirstNonSimpleIndex; } in isSimple() function
109 assert(isSimple()); in getSimpleKind()
114 assert(isSimple()); in getSimpleMode()
/external/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp31 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
DMachineBlockFrequencyInfo.cpp87 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits()
88 : MBFIDOTGraphTraitsBase(isSimple) {} in DOTGraphTraits()
/external/swiftshader/third_party/LLVM/tools/opt/
DGraphPrinters.cpp55 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXISelDAGToDAG.cpp114 assert(VT.isSimple() && "READ_PARAM only implemented for MVT types"); in SelectREADPARAM()
152 assert(VT.isSimple() && "WRITE_PARAM only implemented for MVT types"); in SelectWRITEPARAM()
203 assert(Addr.getValueType().isSimple() && "Type must be simple"); in SelectADDRrr()
297 assert(Addr.getValueType().isSimple() && "Type must be simple"); in SelectADDRii()
/external/clang/lib/Analysis/
DCallGraph.cpp214 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTAttributeDef.java587 if ((avt.isSimple()) && (value.length() != 1)) { in processCHAR()
634 if (!avt.isSimple()) return avt; in processENUM()
683 if (!avt.isSimple()) return avt; in processENUM_OR_PQNAME()
798 if ((avt.isSimple()) && (!XML11Char.isXML11ValidNmtoken(value))) { in processNMTOKEN()
883 if (avt.isSimple()) in processNUMBER()
980 if (avt.isSimple()) in processAVT_QNAME()
1043 if ((avt.isSimple()) && (!XML11Char.isXML11ValidNCName(value))) in processNCNAME()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp168 if (!LI.isSimple()) return 0; in visitLoadInst()
390 if (!SI.isSimple()) return 0; in visitStoreInst()
422 if (PrevSI->isSimple() && equivalentAddressValues(PrevSI->getOperand(1), in visitStoreInst()
437 LI->isSimple()) in visitStoreInst()
/external/skqp/include/core/
DSkRRect.h107 inline bool isSimple() const { return kSimple_Type == this->getType(); } in isSimple() function
111 return this->isSimple() && SkScalarNearlyEqual(fRadii[0].fX, fRadii[0].fY); in isSimpleCircular()
/external/skia/src/core/
DSkRRectPriv.h25 return rr.isSimple() && SkScalarNearlyEqual(rr.fRadii[0].fX, rr.fRadii[0].fY); in IsSimpleCircular()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp38 explicit DOTGraphTraits(bool isSimple=false) : in DOTGraphTraits()
39 DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp36 explicit DOTGraphTraits(bool isSimple=false) : in DOTGraphTraits()
37 DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()

1234567