/freebsd/contrib/llvm-project/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() 124 if (isSimple()) in changeTypeToInteger() 136 bool isSimple() const { in isSimple() function 142 return !isSimple(); in isExtended() 147 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint(); in isFloatingPoint() 152 return isSimple() ? V.isInteger() : isExtendedInteger(); in isInteger() 157 return isSimple() ? V.isScalarInteger() : isExtendedScalarInteger(); in isScalarInteger() 163 return isSimple() && V.isScalableTargetExtVT(); in isScalableTargetExtVT() [all …]
|
H A D | MachineCFGPrinter.h | 56 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} 81 if (isSimple())
|
H A D | MBFIWrapper.h | 35 void view(const Twine &Name, bool isSimple = true);
|
/freebsd/contrib/llvm-project/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 | 191 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} 225 if (isSimple())
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | LazyRandomTypeCollection.cpp | 89 assert(!Index.isSimple()); in getType() 99 if (Index.isSimple()) in tryGetType() 112 if (Index.isNoneType() || Index.isSimple()) in getTypeName() 134 if (Index.isSimple() || Index.isNoneType()) in contains() 156 assert(!Index.isSimple()); in ensureCapacityFor() 169 assert(!TI.isSimple()); in visitRangeForType() 224 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()
|
/freebsd/contrib/llvm-project/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() 262 void MachineBlockFrequencyInfo::view(const Twine &Name, bool isSimple) const { in view() 264 ViewGraph(const_cast<MachineBlockFrequencyInfo *>(this), Name, isSimple); in view()
|
H A D | MBFIWrapper.cpp | 46 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 D | ScheduleDAGPrinter.cpp | 23 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
|
H A D | InterleavedAccessPass.cpp | 254 if (!LI->isSimple() || isa<ScalableVectorType>(LI->getType())) in lowerInterleavedLoad() 458 if (!SI->isSimple()) in lowerInterleavedStore() 486 if (!LI || !LI->hasOneUse() || !LI->isSimple()) in lowerDeinterleaveIntrinsic() 508 if (!SI || !SI->isSimple()) in lowerInterleaveIntrinsic()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | RegionPrinter.cpp | 39 if (isSimple()) in getNodeLabel() 51 DOTGraphTraits (bool isSimple = false) 52 : DOTGraphTraits<RegionNode*>(isSimple) {} in DOTGraphTraits() 96 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()
|
H A D | BlockFrequencyInfo.cpp | 128 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits() 129 : BFIDOTGTraitsBase(isSimple) {} in DOTGraphTraits()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtViz.cpp | 32 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
|
/freebsd/contrib/llvm-project/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())
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | InfoByHwMode.cpp | 49 bool Simple = isSimple(); in operator ==() 50 if (Simple != T.isSimple()) in operator ==() 84 if (isSimple()) { in writeToStream()
|
H A D | InfoByHwMode.h | 135 bool isSimple() const { in isSimple() function 140 assert(isSimple()); in getSimple()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGPrinter.cpp | 29 explicit DOTGraphTraits(bool isSimple=false) : in DOTGraphTraits() 30 DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | DOTGraphTraits.h | 33 bool isSimple() { in isSimple() function
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumTypes.cpp | 39 if (!ModifiedTI.isSimple()) { in NativeEnumTypes()
|