HomeSort by: relevance | last modified time | path
    Searched refs:isSimple (Results 1 - 25 of 159) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ValueTypes.h 95 if (isSimple())
103 if (isSimple()) {
104 assert(EltVT.isSimple() &&
118 if (isSimple())
124 bool isSimple() const {
130 return !isSimple();
135 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint();
140 return isSimple() ? V.isInteger() : isExtendedInteger();
145 return isSimple() ? V.isScalarInteger() : isExtendedScalarInteger();
150 return isSimple() ? V.isVector() : isExtendedVector()
    [all...]
MBFIWrapper.h 37 void view(const Twine &Name, bool isSimple = true);
MachineBlockFrequencyInfo.h 88 void view(const Twine &Name, bool isSimple = true) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtViz.cpp 32 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DomPrinter.cpp 31 DOTGraphTraits (bool isSimple=false)
32 : DefaultDOTGraphTraits(isSimple) {}
42 if (isSimple())
54 DOTGraphTraits (bool isSimple=false)
55 : DOTGraphTraits<DomTreeNode*>(isSimple) {}
70 DOTGraphTraits (bool isSimple=false)
71 : DOTGraphTraits<DomTreeNode*>(isSimple) {}
RegionPrinter.cpp 41 DOTGraphTraits (bool isSimple=false)
42 : DefaultDOTGraphTraits(isSimple) {}
49 if (isSimple())
64 DOTGraphTraits (bool isSimple = false)
65 : DOTGraphTraits<RegionNode*>(isSimple) {}
109 if (!onlySimpleRegions || R.isSimple()) {
DDGPrinter.cpp 61 if (isSimple())
71 if (isSimple())
79 if (isSimple() && isa<RootDDGNode>(Node))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MBFIWrapper.cpp 55 void MBFIWrapper::view(const Twine &Name, bool isSimple) {
56 MBFI.view(Name, isSimple);
ScheduleDAGPrinter.cpp 28 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
MachineBlockFrequencyInfo.cpp 124 explicit DOTGraphTraits(bool isSimple = false)
125 : MBFIDOTGraphTraitsBase(isSimple) {}
130 // Attach additional ordering information if 'isSimple' is false.
131 if (!isSimple()) {
224 void MachineBlockFrequencyInfo::view(const Twine &Name, bool isSimple) const {
226 ViewGraph(const_cast<MachineBlockFrequencyInfo *>(this), Name, isSimple);
MachineRegionInfo.cpp 55 if (R->isSimple())
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
LazyRandomTypeCollection.cpp 91 assert(!Index.isSimple());
101 if (Index.isSimple())
114 if (Index.isNoneType() || Index.isSimple())
136 if (Index.isSimple() || Index.isNoneType())
158 assert(!Index.isSimple());
171 assert(!TI.isSimple());
226 assert(!TI.isSimple());
TypeIndex.cpp 71 assert(TI.isNoneType() || TI.isSimple());
96 if (TI.isSimple())
TypeTableCollection.cpp 43 if (Index.isNoneType() || Index.isSimple())
AppendingTypeTableBuilder.cpp 61 if (Index.isSimple() || Index.isNoneType())
TypeHashing.cpp 57 if (TI.isSimple() || TI.isNoneType()) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
GlobalTypeTableBuilder.h 81 Result.first->second.isSimple())) {
91 if (Result.first->second.isSimple()) {
Formatters.h 57 if (V.isSimple())
TypeIndex.h 112 bool isSimple() const { return Index < FirstNonSimpleIndex; }
118 assert(!isSimple());
136 assert(isSimple());
141 assert(isSimple());
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
DOTGraphTraits.h 30 bool IsSimple;
33 bool isSimple() {
34 return IsSimple;
38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {}
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeEnumTypes.cpp 37 if (!ModifiedTI.isSimple()) {
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
InfoByHwMode.cpp 48 bool Simple = isSimple();
49 if (Simple != T.isSimple())
83 if (isSimple()) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
CFGPrinter.h 128 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
201 if (isSimple())
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
FloatingPointMode.h 123 bool isSimple() const {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CallGraph.cpp 268 DOTGraphTraits (bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}

Completed in 87 milliseconds

1 2 3 4 5 6 7