| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 114 return getEmpty(W); in makeAllowedICmpRegion() 120 return getEmpty(W); in makeAllowedICmpRegion() 130 return getEmpty(W); in makeAllowedICmpRegion() 136 return getEmpty(W); in makeAllowedICmpRegion() 563 return getEmpty(); in intersectWith() 991 return getEmpty(); in add() 1014 return getEmpty(); in addWithNoWrap() 1038 return getEmpty(); in sub() 1061 return getEmpty(); in subWithNoWrap() 1093 return getEmpty(); in multiply() [all …]
|
| H A D | AsmWriter.cpp | 1287 static AsmWriterContext &getEmpty() { in getEmpty() function 1654 : Out(Out), WriterCtx(AsmWriterContext::getEmpty()) {} in MDFieldPrinter() 3405 writeDIExpression(Out, Expr, AsmWriterContext::getEmpty()); in printNamedMDNode()
|
| /llvm-project-15.0.7/bolt/include/bolt/Passes/ |
| H A D | StackPointerTracking.h | 32 int getEmpty() { return EMPTY; } in getEmpty() function 38 return std::make_pair(-8, getEmpty()); in getStartingStateAtBB() 39 return std::make_pair(getEmpty(), getEmpty()); in getStartingStateAtBB() 43 return std::make_pair(getEmpty(), getEmpty()); in getStartingStateAtPoint()
|
| /llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/ |
| H A D | PresburgerSetTest.cpp | 93 PresburgerSet::getEmpty(PresburgerSpace::getSetSpace(numDims)); in makeSetFromPoly() 143 testUnionAtPoints(PresburgerSet::getEmpty(PresburgerSpace::getSetSpace(1)), in TEST() 147 testUnionAtPoints(PresburgerSet::getEmpty(PresburgerSpace::getSetSpace(1)), in TEST() 153 PresburgerSet::getEmpty(PresburgerSpace::getSetSpace(1)), in TEST() 157 testUnionAtPoints(PresburgerSet::getEmpty(PresburgerSpace::getSetSpace((1))), in TEST() 158 PresburgerSet::getEmpty(PresburgerSpace::getSetSpace((1))), in TEST() 174 PresburgerSet::getEmpty(PresburgerSpace::getSetSpace((1))), set, in TEST() 179 PresburgerSet::getEmpty(PresburgerSpace::getSetSpace((1))), in TEST() 186 PresburgerSet::getEmpty(PresburgerSpace::getSetSpace((1))), in TEST() 353 PresburgerSet::getEmpty(PresburgerSpace::getSetSpace((1))), in TEST() [all …]
|
| H A D | Utils.h | 46 PresburgerSet set = PresburgerSet::getEmpty(
|
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/ |
| H A D | PresburgerRelation.h | 43 static PresburgerRelation getEmpty(const PresburgerSpace &space); 163 static PresburgerSet getEmpty(const PresburgerSpace &space);
|
| H A D | Simplex.h | 534 unboundedDomain(PresburgerSet::getEmpty(domainSpace)) {} in SymbolicLexMin()
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | ValidateInternalCalls.cpp | 54 return std::make_pair(-8, getEmpty()); in getStartingStateAtBB() 55 return std::make_pair(getEmpty(), getEmpty()); in getStartingStateAtBB()
|
| /llvm-project-15.0.7/mlir/lib/Analysis/Presburger/ |
| H A D | PresburgerRelation.cpp | 84 PresburgerRelation PresburgerRelation::getEmpty(const PresburgerSpace &space) { in getEmpty() function in PresburgerRelation 186 return PresburgerRelation::getEmpty(b.getSpaceWithoutLocals()); in getSetDifference() 196 PresburgerRelation::getEmpty(b.getSpaceWithoutLocals()); in getSetDifference() 624 PresburgerRelation newSet = PresburgerRelation::getEmpty(space); in coalesce() 837 PresburgerSet PresburgerSet::getEmpty(const PresburgerSpace &space) { in getEmpty() function in PresburgerSet
|
| H A D | PWMAFunction.cpp | 30 PresburgerSet domain = PresburgerSet::getEmpty(getSpace()); in getDomain() 314 PresburgerSet result = PresburgerSet::getEmpty(compatibleSpace); in tiebreakLex()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | ConstantRange.h | 51 ConstantRange getEmpty() const { in getEmpty() function 73 static ConstantRange getEmpty(uint32_t BitWidth) { in getEmpty() function
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | StackSafetyAnalysis.cpp | 159 ConstantRange R = ConstantRange::getEmpty(PointerSize); in getStaticAllocaSizeRange() 293 return ConstantRange::getEmpty(PointerSize); in getAccessRange() 321 return ConstantRange::getEmpty(PointerSize); in getMemIntrinsicAccessRange() 324 return ConstantRange::getEmpty(PointerSize); in getMemIntrinsicAccessRange()
|
| H A D | BlockFrequencyInfoImpl.cpp | 827 Mass = BlockMass::getEmpty(); in updateLoopWithIrreducible()
|
| H A D | LazyValueInfo.cpp | 1618 return ConstantRange::getEmpty(Width); in getConstantRange() 1657 return ConstantRange::getEmpty(Width); in getConstantRangeOnEdge()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | generics.m | 43 + (instancetype)getEmpty; class 327 NSArray<NSNumber *> *a = [c getEmpty]; // expected-warning {{Conversion}}
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVTypes.h | 333 static StructType getEmpty(MLIRContext *context, StringRef identifier = "");
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | Float2Int.cpp | 162 return ConstantRange::getEmpty(MaxIntegerBW + 1); in unknownRange()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | BlockFrequencyInfoImpl.h | 98 static BlockMass getEmpty() { return BlockMass(); } in getEmpty() function 650 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | SPIRVDialect.cpp | 695 return StructType::getEmpty(dialect.getContext(), identifier); in parseStructType()
|
| H A D | SPIRVTypes.cpp | 984 StructType StructType::getEmpty(MLIRContext *context, StringRef identifier) { in getEmpty() function in StructType
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | BuiltinAttributes.cpp | 155 return DictionaryAttr::getEmpty(context); in get() 170 return DictionaryAttr::getEmpty(context); in getWithSorted()
|
| H A D | MLIRContext.cpp | 918 DictionaryAttr DictionaryAttr::getEmpty(MLIRContext *context) { in getEmpty() function in DictionaryAttr
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 2583 : BitWidth(BitWidth), Assumed(ConstantRange::getEmpty(BitWidth)), 2597 return ConstantRange::getEmpty(BitWidth);
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/ |
| H A D | Deserializer.cpp | 917 spirv::StructType::getEmpty(context, nameMap.lookup(operands[0]).str()); in processStructType()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | BuiltinAttributes.td | 508 static DictionaryAttr getEmpty(MLIRContext *context);
|