Home
last modified time | relevance | path

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

12345678

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DValueTypes.h94 if (isSimple()) in changeVectorElementTypeToInteger()
102 if (isSimple()) { in changeVectorElementType()
103 assert(EltVT.isSimple() && in changeVectorElementType()
117 if (isSimple()) in changeTypeToInteger()
129 bool isSimple() const { in isSimple() function
135 return !isSimple(); in isExtended()
140 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint(); in isFloatingPoint()
145 return isSimple() ? V.isInteger() : isExtendedInteger(); in isInteger()
150 return isSimple() ? V.isScalarInteger() : isExtendedScalarInteger(); in isScalarInteger()
155 return isSimple() ? V.isVector() : isExtendedVector(); in isVector()
[all …]
H A DMachineCFGPrinter.h56 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
81 if (isSimple())
H A DMBFIWrapper.h40 void view(const Twine &Name, bool isSimple = true);
H A DMachineBlockFrequencyInfo.h89 void view(const Twine &Name, bool isSimple = true) const;
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDomPrinter.h27 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
36 if (isSimple())
47 DOTGraphTraits(bool isSimple = false)
48 : DOTGraphTraits<DomTreeNode *>(isSimple) {}
64 DOTGraphTraits (bool isSimple=false)
65 : DOTGraphTraits<DomTreeNode*>(isSimple) {}
H A DRegionPrinter.h32 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
H A DCFGPrinter.h190 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
217 if (isSimple())
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp90 assert(!Index.isSimple()); in getType()
100 if (Index.isSimple()) in tryGetType()
113 if (Index.isNoneType() || Index.isSimple()) in getTypeName()
135 if (Index.isSimple() || Index.isNoneType()) in contains()
157 assert(!Index.isSimple()); in ensureCapacityFor()
170 assert(!TI.isSimple()); in visitRangeForType()
225 assert(!TI.isSimple()); in fullScanForType()
H A DTypeIndex.cpp72 assert(TI.isNoneType() || TI.isSimple()); in simpleTypeName()
97 if (TI.isSimple()) in printTypeIndex()
H A DTypeTableCollection.cpp44 if (Index.isNoneType() || Index.isSimple()) in getTypeName()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp124 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits()
125 : MBFIDOTGraphTraitsBase(isSimple) {} in DOTGraphTraits()
131 if (!isSimple()) { in getNodeLabel()
224 void MachineBlockFrequencyInfo::view(const Twine &Name, bool isSimple) const { in view()
226 ViewGraph(const_cast<MachineBlockFrequencyInfo *>(this), Name, isSimple); in view()
H A DMBFIWrapper.cpp56 void MBFIWrapper::view(const Twine &Name, bool isSimple) { in view() argument
57 MBFI.view(Name, isSimple); in view()
H A DScheduleDAGPrinter.cpp23 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtViz.cpp32 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DRegionPrinter.cpp40 if (isSimple()) in getNodeLabel()
52 DOTGraphTraits (bool isSimple = false) in DOTGraphTraits()
53 : DOTGraphTraits<RegionNode*>(isSimple) {} in DOTGraphTraits()
97 if (!onlySimpleRegions || R.isSimple()) { in printRegionCluster()
H A DDDGPrinter.cpp61 if (isSimple()) in getNodeLabel()
71 if (isSimple()) in getEdgeAttributes()
79 if (isSimple() && isa<RootDDGNode>(Node)) in isNodeHidden()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h113 bool isSimple() const { return Index < FirstNonSimpleIndex; } in isSimple() function
119 assert(!isSimple()); in toArrayIndex()
137 assert(isSimple()); in getSimpleKind()
142 assert(isSimple()); in getSimpleMode()
H A DGlobalTypeTableBuilder.h81 Result.first->second.isSimple())) { in insertRecordAs()
91 if (Result.first->second.isSimple()) { in insertRecordAs()
H A DFormatters.h59 if (V.isSimple())
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DInfoByHwMode.cpp47 bool Simple = isSimple(); in operator ==()
48 if (Simple != T.isSimple()) in operator ==()
82 if (isSimple()) { in writeToStream()
H A DInfoByHwMode.h99 bool isSimple() const { in isSimple() function
104 assert(isSimple()); in getSimple()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCallGraph.cpp268 DOTGraphTraits (bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp29 explicit DOTGraphTraits(bool isSimple=false) : in DOTGraphTraits()
30 DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DDOTGraphTraits.h33 bool isSimple() { in isSimple() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumTypes.cpp39 if (!ModifiedTI.isSimple()) { in NativeEnumTypes()

12345678