/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | ValueTypes.h | 95 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 D | MBFIWrapper.h | 37 void view(const Twine &Name, bool isSimple = true);
|
H A D | MachineBlockFrequencyInfo.h | 88 void view(const Twine &Name, bool isSimple = true) const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | DomPrinter.cpp | 31 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 D | RegionPrinter.cpp | 41 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 D | DDGPrinter.cpp | 61 if (isSimple()) in getNodeLabel() 71 if (isSimple()) in getEdgeAttributes() 79 if (isSimple() && isa<RootDDGNode>(Node)) in isNodeHidden()
|
H A D | CallPrinter.cpp | 139 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
|
H A D | BlockFrequencyInfo.cpp | 130 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits() 131 : BFIDOTGTraitsBase(isSimple) {} in DOTGraphTraits()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | LazyRandomTypeCollection.cpp | 91 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 D | TypeIndex.cpp | 71 assert(TI.isNoneType() || TI.isSimple()); in simpleTypeName() 96 if (TI.isSimple()) in printTypeIndex()
|
H A D | TypeTableCollection.cpp | 43 if (Index.isNoneType() || Index.isSimple()) in getTypeName()
|
/netbsd-src/external/apache2/llvm/dist/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 | 55 void MBFIWrapper::view(const Twine &Name, bool isSimple) { in view() argument 56 MBFI.view(Name, isSimple); in view()
|
H A D | ScheduleDAGPrinter.cpp | 28 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | StmtViz.cpp | 32 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeIndex.h | 112 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 D | GlobalTypeTableBuilder.h | 81 Result.first->second.isSimple())) { in insertRecordAs() 91 if (Result.first->second.isSimple()) { in insertRecordAs()
|
H A D | Formatters.h | 57 if (V.isSimple())
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | InfoByHwMode.cpp | 48 bool Simple = isSimple(); in operator ==() 49 if (Simple != T.isSimple()) in operator ==() 83 if (isSimple()) { in writeToStream()
|
H A D | InfoByHwMode.h | 101 bool isSimple() const { in isSimple() function 106 assert(isSimple()); in getSimple()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | CFGPrinter.h | 128 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} 201 if (isSimple())
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | CallGraph.cpp | 268 DOTGraphTraits (bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGPrinter.cpp | 33 explicit DOTGraphTraits(bool isSimple=false) : in DOTGraphTraits() 34 DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | DOTGraphTraits.h | 33 bool isSimple() { in isSimple() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGValue.h | 253 bool isSimple() const { return LVType == Simple; } in isSimple() function 326 assert(isSimple()); in getPointer() 333 assert(isSimple()); in setAddress()
|