Home
last modified time | relevance | path

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

1234567

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.h95 if (isSimple()) in changeVectorElementTypeToInteger()
103 if (isSimple()) { in changeVectorElementType()
104 assert(EltVT.isSimple() && in changeVectorElementType()
118 if (isSimple()) in changeTypeToInteger()
124 bool isSimple() const { in isSimple() function
130 return !isSimple(); in isExtended()
135 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint(); in isFloatingPoint()
140 return isSimple() ? V.isInteger() : isExtendedInteger(); in isInteger()
145 return isSimple() ? V.isScalarInteger() : isExtendedScalarInteger(); in isScalarInteger()
150 return isSimple() ? V.isVector() : isExtendedVector(); in isVector()
[all …]
H A DMBFIWrapper.h37 void view(const Twine &Name, bool isSimple = true);
H A DMachineBlockFrequencyInfo.h88 void view(const Twine &Name, bool isSimple = true) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A 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()
H A 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()
H A DDDGPrinter.cpp61 if (isSimple()) in getNodeLabel()
71 if (isSimple()) in getEdgeAttributes()
79 if (isSimple() && isa<RootDDGNode>(Node)) in isNodeHidden()
H A DCallPrinter.cpp139 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
H A DBlockFrequencyInfo.cpp130 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits()
131 : BFIDOTGTraitsBase(isSimple) {} in DOTGraphTraits()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp91 assert(!Index.isSimple()); in getType()
101 if (Index.isSimple()) in tryGetType()
114 if (Index.isNoneType() || Index.isSimple()) in getTypeName()
136 if (Index.isSimple() || Index.isNoneType()) in contains()
158 assert(!Index.isSimple()); in ensureCapacityFor()
171 assert(!TI.isSimple()); in visitRangeForType()
226 assert(!TI.isSimple()); in fullScanForType()
H A DTypeIndex.cpp71 assert(TI.isNoneType() || TI.isSimple()); in simpleTypeName()
96 if (TI.isSimple()) in printTypeIndex()
H A DTypeTableCollection.cpp43 if (Index.isNoneType() || Index.isSimple()) in getTypeName()
/netbsd-src/external/apache2/llvm/dist/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.cpp55 void MBFIWrapper::view(const Twine &Name, bool isSimple) { in view() argument
56 MBFI.view(Name, isSimple); in view()
H A DScheduleDAGPrinter.cpp28 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtViz.cpp32 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h112 bool isSimple() const { return Index < FirstNonSimpleIndex; } in isSimple() function
118 assert(!isSimple()); in toArrayIndex()
136 assert(isSimple()); in getSimpleKind()
141 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.h57 if (V.isSimple())
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInfoByHwMode.cpp48 bool Simple = isSimple(); in operator ==()
49 if (Simple != T.isSimple()) in operator ==()
83 if (isSimple()) { in writeToStream()
H A DInfoByHwMode.h101 bool isSimple() const { in isSimple() function
106 assert(isSimple()); in getSimple()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCFGPrinter.h128 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
201 if (isSimple())
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCallGraph.cpp268 DOTGraphTraits (bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp33 explicit DOTGraphTraits(bool isSimple=false) : in DOTGraphTraits()
34 DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDOTGraphTraits.h33 bool isSimple() { in isSimple() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h253 bool isSimple() const { return LVType == Simple; } in isSimple() function
326 assert(isSimple()); in getPointer()
333 assert(isSimple()); in setAddress()

1234567