| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | ValueTypes.h | 94 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() 165 return isSimple() ? V.isFixedLengthVector() in isFixedLengthVector() 302 if (isSimple()) in getVectorElementType() 324 if (isSimple()) in getVectorElementCount() 341 if (isSimple()) in getSizeInBits() [all …]
|
| H A D | MBFIWrapper.h | 38 void view(const Twine &Name, bool isSimple = true);
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | DomPrinter.h | 27 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 D | RegionPrinter.h | 32 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
|
| H A D | CFGPrinter.h | 128 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} 201 if (isSimple())
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | LazyRandomTypeCollection.cpp | 92 assert(!Index.isSimple()); in getType() 102 if (Index.isSimple()) in tryGetType() 115 if (Index.isNoneType() || Index.isSimple()) in getTypeName() 137 if (Index.isSimple() || Index.isNoneType()) in contains() 159 assert(!Index.isSimple()); in ensureCapacityFor() 172 assert(!TI.isSimple()); in visitRangeForType() 227 assert(!TI.isSimple()); in fullScanForType()
|
| H A D | TypeIndex.cpp | 72 assert(TI.isNoneType() || TI.isSimple()); in simpleTypeName() 97 if (TI.isSimple()) in printTypeIndex()
|
| H A D | TypeTableCollection.cpp | 44 if (Index.isNoneType() || Index.isSimple()) in getTypeName()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineBlockFrequencyInfo.cpp | 124 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 D | MBFIWrapper.cpp | 56 void MBFIWrapper::view(const Twine &Name, bool isSimple) { in view() argument 57 MBFI.view(Name, isSimple); in view()
|
| H A D | ScheduleDAGPrinter.cpp | 23 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtViz.cpp | 32 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | RegionPrinter.cpp | 40 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 D | DDGPrinter.cpp | 61 if (isSimple()) in getNodeLabel() 71 if (isSimple()) in getEdgeAttributes() 79 if (isSimple() && isa<RootDDGNode>(Node)) in isNodeHidden()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndex.h | 113 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 D | GlobalTypeTableBuilder.h | 81 Result.first->second.isSimple())) { in insertRecordAs() 91 if (Result.first->second.isSimple()) { in insertRecordAs()
|
| H A D | Formatters.h | 59 if (V.isSimple())
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | FloatingPointMode.cpp | 108 EXPECT_TRUE(DenormalMode(DenormalMode::IEEE, DenormalMode::IEEE).isSimple()); in TEST() 110 DenormalMode::Invalid).isSimple()); in TEST() 112 DenormalMode::PositiveZero).isSimple()); in TEST()
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ScopGraphPrinter.h | 44 DOTGraphTraits(bool isSimple = false) 45 : DOTGraphTraits<RegionNode *>(isSimple) {}
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | InfoByHwMode.cpp | 47 bool Simple = isSimple(); in operator ==() 48 if (Simple != T.isSimple()) in operator ==() 82 if (isSimple()) { in writeToStream()
|
| H A D | InfoByHwMode.h | 99 bool isSimple() const { in isSimple() function 104 assert(isSimple()); in getSimple()
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | FrameAnalysis.cpp | 399 if (!BF.isSimple() || !BF.hasCFG()) { in computeArgsAccessed() 551 if (!(I.second.isSimple() && I.second.hasCFG() && !I.second.isIgnored()) || in FrameAnalysis() 603 return !BF.isSimple() || !BF.hasCFG(); in clearSPTMap() 620 if (!BF.isSimple() || !BF.hasCFG()) in preComputeSPT() 639 return !BF.isSimple() || !BF.hasCFG(); in preComputeSPT()
|
| H A D | RegAnalysis.cpp | 199 if (!Func->isSimple() || !Func->hasCFG()) { in getFunctionUsedRegsList() 218 if (!Func->isSimple() || !Func->hasCFG()) { in getFunctionClobberList()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CallGraph.cpp | 268 DOTGraphTraits (bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGPrinter.cpp | 29 explicit DOTGraphTraits(bool isSimple=false) : in DOTGraphTraits() 30 DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
|