| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | ValueTypes.h | 97 if (!isSimple()) { in changeVectorElementTypeToInteger() 119 if (isSimple()) in changeTypeToInteger() 126 bool isSimple() const { in isSimple() function 132 return !isSimple(); in isExtended() 161 if (!isSimple()) in isScalableVector() 254 assert(isSimple() && "Expected a SimpleValueType!"); in getSimpleVT() 267 if (isSimple()) in getVectorElementType() 275 if (isSimple()) in getVectorNumElements() 283 if (isSimple()) in getVectorElementCount() 293 if (isSimple()) in getSizeInBits() [all …]
|
| H A D | MachineBlockFrequencyInfo.h | 69 void view(const Twine &Name, bool isSimple = true) const;
|
| /freebsd-12.1/contrib/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 | CallPrinter.cpp | 26 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
|
| H A D | BlockFrequencyInfo.cpp | 128 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits() 129 : BFIDOTGTraitsBase(isSimple) {} in DOTGraphTraits()
|
| /freebsd-12.1/contrib/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 | 48 if (Index.isNoneType() || Index.isSimple()) in getTypeName()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineBlockFrequencyInfo.cpp | 122 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits() 123 : MBFIDOTGraphTraitsBase(isSimple) {} in DOTGraphTraits() 129 if (!isSimple()) { in getNodeLabel() 215 void MachineBlockFrequencyInfo::view(const Twine &Name, bool isSimple) const { in view() 217 ViewGraph(const_cast<MachineBlockFrequencyInfo *>(this), Name, isSimple); in view()
|
| H A D | ScheduleDAGPrinter.cpp | 29 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
|
| H A D | InterleavedAccessPass.cpp | 278 if (!LI->isSimple()) in lowerInterleavedLoad() 414 if (!SI->isSimple()) in lowerInterleavedStore()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | StmtViz.cpp | 33 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | CFGPrinter.h | 57 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} 122 if (isSimple())
|
| /freebsd-12.1/contrib/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() 128 assert(isSimple()); in getSimpleKind() 133 assert(isSimple()); in getSimpleMode()
|
| H A D | Formatters.h | 58 if (V.isSimple())
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | InfoByHwMode.cpp | 44 bool Simple = isSimple(); in operator ==() 45 if (Simple != T.isSimple()) in operator ==() 79 if (isSimple()) { in writeToStream()
|
| H A D | InfoByHwMode.h | 103 bool isSimple() const { in isSimple() function 108 assert(isSimple()); in getSimple()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | CallGraph.cpp | 227 DOTGraphTraits (bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGPrinter.cpp | 34 explicit DOTGraphTraits(bool isSimple=false) : in DOTGraphTraits() 35 DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | DOTGraphTraits.h | 34 bool isSimple() { in isSimple() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCallLowering.cpp | 214 if (!ValEVT.isSimple()) in lowerFormalArguments() 223 if (!ValEVT.isSimple()) in lowerFormalArguments()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 394 if (id.is_ipi || id.index.isSimple()) in IsForwardRefUdt() 400 if (id.is_ipi || id.index.isSimple()) in IsTagRecord() 681 if (id.index.isSimple()) in GetBestPossibleDecl() 706 if (id.index.isSimple()) { in GetSizeOfType()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeEnumTypes.cpp | 38 if (!ModifiedTI.isSimple()) { in NativeEnumTypes()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGValue.h | 252 bool isSimple() const { return LVType == Simple; } in isSimple() function 324 assert(isSimple()); in getPointer() 329 assert(isSimple()); in setAddress()
|