Home
last modified time | relevance | path

Searched refs:getEmpty (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantRange.cpp114 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 DAsmWriter.cpp1287 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 DStackPointerTracking.h32 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 DPresburgerSetTest.cpp93 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 DUtils.h46 PresburgerSet set = PresburgerSet::getEmpty(
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DPresburgerRelation.h43 static PresburgerRelation getEmpty(const PresburgerSpace &space);
163 static PresburgerSet getEmpty(const PresburgerSpace &space);
H A DSimplex.h534 unboundedDomain(PresburgerSet::getEmpty(domainSpace)) {} in SymbolicLexMin()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DValidateInternalCalls.cpp54 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 DPresburgerRelation.cpp84 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 DPWMAFunction.cpp30 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 DConstantRange.h51 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 DStackSafetyAnalysis.cpp159 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 DBlockFrequencyInfoImpl.cpp827 Mass = BlockMass::getEmpty(); in updateLoopWithIrreducible()
H A DLazyValueInfo.cpp1618 return ConstantRange::getEmpty(Width); in getConstantRange()
1657 return ConstantRange::getEmpty(Width); in getConstantRangeOnEdge()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dgenerics.m43 + (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 DSPIRVTypes.h333 static StructType getEmpty(MLIRContext *context, StringRef identifier = "");
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp162 return ConstantRange::getEmpty(MaxIntegerBW + 1); in unknownRange()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h98 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 DSPIRVDialect.cpp695 return StructType::getEmpty(dialect.getContext(), identifier); in parseStructType()
H A DSPIRVTypes.cpp984 StructType StructType::getEmpty(MLIRContext *context, StringRef identifier) { in getEmpty() function in StructType
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinAttributes.cpp155 return DictionaryAttr::getEmpty(context); in get()
170 return DictionaryAttr::getEmpty(context); in getWithSorted()
H A DMLIRContext.cpp918 DictionaryAttr DictionaryAttr::getEmpty(MLIRContext *context) { in getEmpty() function in DictionaryAttr
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2583 : BitWidth(BitWidth), Assumed(ConstantRange::getEmpty(BitWidth)),
2597 return ConstantRange::getEmpty(BitWidth);
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp917 spirv::StructType::getEmpty(context, nameMap.lookup(operands[0]).str()); in processStructType()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinAttributes.td508 static DictionaryAttr getEmpty(MLIRContext *context);

12