Home
last modified time | relevance | path

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

123456789

/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()
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() in isScalableTargetExtVT()
136 bool isSimple() const { isSimple() function
[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);
/llvm-project/llvm/include/llvm/Analysis/
H A DDomPrinter.h26 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
35 if (isSimple())
46 DOTGraphTraits(bool isSimple = false)
47 : DOTGraphTraits<DomTreeNode *>(isSimple) {}
63 DOTGraphTraits (bool isSimple=false)
64 : DOTGraphTraits<DomTreeNode*>(isSimple) {}
H A DRegionPrinter.h32 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
H A DCFGPrinter.h191 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
225 if (isSimple())
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp87 assert(!Index.isSimple());
97 if (Index.isSimple())
110 if (Index.isNoneType() || Index.isSimple())
132 if (Index.isSimple() || Index.isNoneType())
154 assert(!Index.isSimple());
167 assert(!TI.isSimple());
222 assert(!TI.isSimple());
H A DTypeIndex.cpp72 assert(TI.isNoneType() || TI.isSimple()); in simpleTypeName()
97 if (TI.isSimple()) in printTypeIndex()
/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp124 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits()
125 : MBFIDOTGraphTraitsBase(isSimple) {} in DOTGraphTraits()
130 // Attach additional ordering information if 'isSimple' is false. in getNodeLabel()
131 if (!isSimple()) { in getNodeLabel()
262 void MachineBlockFrequencyInfo::view(const Twine &Name, bool isSimple) const { in onEdgeSplit()
264 ViewGraph(const_cast<MachineBlockFrequencyInfo *>(this), Name, isSimple); in onEdgeSplit()
H A DMBFIWrapper.cpp46 void MBFIWrapper::view(const Twine &Name, bool isSimple) { in view() argument
47 MBFI.view(Name, isSimple); in view()
H A DScheduleDAGPrinter.cpp23 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
H A DInterleavedAccessPass.cpp254 if (!LI->isSimple() || isa<ScalableVectorType>(LI->getType())) in lowerInterleavedLoad()
458 if (!SI->isSimple()) in lowerInterleavedStore()
637 if (!LI || !LI->hasOneUse() || !LI->isSimple())
666 if (!SI || !SI->isSimple())
/llvm-project/llvm/unittests/ADT/
H A DFloatingPointMode.cpp126 EXPECT_TRUE(DenormalMode(DenormalMode::IEEE, DenormalMode::IEEE).isSimple()); in TEST()
128 DenormalMode::Invalid).isSimple()); in TEST()
130 DenormalMode::PositiveZero).isSimple()); in TEST()
132 .isSimple()); in TEST()
134 .isSimple()); in TEST()
/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()
/llvm-project/clang/lib/AST/
H A DStmtViz.cpp32 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/llvm-project/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()
/llvm-project/polly/include/polly/
H A DScopGraphPrinter.h44 DOTGraphTraits(bool isSimple = false)
45 : DOTGraphTraits<RegionNode *>(isSimple) {}
/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()
/llvm-project/bolt/lib/Passes/
H A DFrameAnalysis.cpp390 if (!BF.isSimple() || !BF.hasCFG()) { in computeArgsAccessed()
542 if (!(I.second.isSimple() && I.second.hasCFG() && !I.second.isIgnored()) || in FrameAnalysis()
590 return !BF.isSimple() || !BF.hasCFG(); in clearSPTMap()
607 if (!BF.isSimple() || !BF.hasCFG()) in preComputeSPT()
626 return !BF.isSimple() || !BF.hasCFG(); in preComputeSPT()
H A DRegAnalysis.cpp199 if (!Func->isSimple() || !Func->hasCFG()) { in getFunctionUsedRegsList()
218 if (!Func->isSimple() || !Func->hasCFG()) { in getFunctionClobberList()
/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp271 DOTGraphTraits (bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in getNodeLabel()
/llvm-project/polly/include/polly/Support/
H A DScopHelper.h270 bool isSimple() const { in isSimple()
272 return asLoad()->isSimple(); in isSimple()
274 return asStore()->isSimple(); in isSimple()
267 bool isSimple() const { isSimple() function

123456789