Home
last modified time | relevance | path

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

123456789

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h95 if (isSimple()) in changeVectorElementTypeToInteger()
103 if (isSimple()) { in changeVectorElementType()
104 assert(EltVT.isSimple() && in changeVectorElementType()
125 if (isSimple()) in changeTypeToInteger()
137 bool isSimple() const { in isSimple() function
143 return !isSimple(); in isExtended()
148 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint(); in isFloatingPoint()
153 return isSimple() ? V.isInteger() : isExtendedInteger(); in isInteger()
158 return isSimple() ? V.isScalarInteger() : isExtendedScalarInteger(); in isScalarInteger()
164 return isSimple() && V.isScalableTargetExtVT(); in isScalableTargetExtVT()
[all …]
H A DMachineCFGPrinter.h56 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
81 if (isSimple())
H A DMBFIWrapper.h35 void view(const Twine &Name, bool isSimple = true);
/freebsd/contrib/llvm-project/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.h33 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
H A DCFGPrinter.h193 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
217 if (isSimple())
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp87 assert(!Index.isSimple()); in getType()
97 if (Index.isSimple()) in tryGetType()
110 if (Index.isNoneType() || Index.isSimple()) in getTypeName()
132 if (Index.isSimple() || Index.isNoneType()) in contains()
154 assert(!Index.isSimple()); in ensureCapacityFor()
167 assert(!TI.isSimple()); in visitRangeForType()
222 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.cpp43 if (Index.isNoneType() || Index.isSimple()) in getTypeName()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPrinter.cpp39 if (isSimple()) in getNodeLabel()
51 DOTGraphTraits (bool isSimple = false) in DOTGraphTraits()
52 : DOTGraphTraits<RegionNode*>(isSimple) {} in DOTGraphTraits()
96 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp124 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits()
125 : MBFIDOTGraphTraitsBase(isSimple) {} in DOTGraphTraits()
131 if (!isSimple()) { in getNodeLabel()
262 void MachineBlockFrequencyInfo::view(const Twine &Name, bool isSimple) const { in view()
264 ViewGraph(const_cast<MachineBlockFrequencyInfo *>(this), Name, isSimple); in view()
H A DMBFIWrapper.cpp46 void MBFIWrapper::view(const Twine &Name, bool isSimple) { in printBlockFreq()
47 MBFI.view(Name, isSimple); in printBlockFreq()
56 view(const Twine & Name,bool isSimple) view() argument
H A DScheduleDAGPrinter.cpp23 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
H A DInterleavedAccessPass.cpp272 if (!LI->isSimple()) in lowerInterleavedLoad()
506 if (!SI->isSimple()) in lowerInterleavedStore()
657 if (!LI->isSimple()) in lowerDeinterleaveIntrinsic()
708 if (!SI->isSimple()) in lowerInterleaveIntrinsic()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtViz.cpp32 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h114 bool isSimple() const { return Index < FirstNonSimpleIndex; } in isSimple() function
120 assert(!isSimple()); in toArrayIndex()
138 assert(isSimple()); in getSimpleKind()
143 assert(isSimple()); in getSimpleMode()
H A DGlobalTypeTableBuilder.h82 Result.first->second.isSimple())) { in insertRecordAs()
92 if (Result.first->second.isSimple()) { in insertRecordAs()
H A DFormatters.h60 if (V.isSimple())
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DInfoByHwMode.cpp51 bool Simple = isSimple(); in operator ==()
52 if (Simple != T.isSimple()) in operator ==()
86 if (isSimple()) { in writeToStream()
H A DInfoByHwMode.h135 bool isSimple() const { in isSimple() function
140 assert(isSimple()); in getSimple()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp267 DOTGraphTraits (bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp29 explicit DOTGraphTraits(bool isSimple=false) : in DOTGraphTraits()
30 DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp326 if (!Ld || !Ld->isSimple()) { in instructionSafeForVersioning()
340 if (!St || !St->isSimple()) { in instructionSafeForVersioning()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDOTGraphTraits.h33 bool isSimple() { in isSimple() function

123456789