| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 63 return getEmpty(Known.getBitWidth()); in fromKnownBits() 104 BW == 1 ? getEmpty() : ConstantRange(One, SignedMin); in splitPosNeg() 127 return getEmpty(W); in makeAllowedICmpRegion() 133 return getEmpty(W); in makeAllowedICmpRegion() 143 return getEmpty(W); in makeAllowedICmpRegion() 149 return getEmpty(W); in makeAllowedICmpRegion() 415 return getEmpty(BitWidth); in makeMaskNotEqualRange() 608 return getEmpty(); in intersectWith() 631 return getEmpty(); in intersectWith() 654 return getEmpty(); in intersectWith() [all …]
|
| H A D | ConstantFPRange.cpp | 121 return ConstantFPRange::getEmpty(Sem); in makeLessThan() 133 return ConstantFPRange::getEmpty(Sem); in makeGreaterThan() 171 return getEmpty(Other.getSemantics()); in makeAllowedFCmpRegion() 177 return getEmpty(Other.getSemantics()); in makeAllowedFCmpRegion() 227 return getEmpty(Other.getSemantics()); in makeSatisfyingFCmpRegion() 235 return getEmpty(Other.getSemantics()); in makeSatisfyingFCmpRegion() 246 : getEmpty(Other.getSemantics()), in makeSatisfyingFCmpRegion() 250 return getEmpty(Other.getSemantics()); in makeSatisfyingFCmpRegion()
|
| H A D | AsmWriter.cpp | 1439 static AsmWriterContext &getEmpty() { in getEmpty() function 1906 : Out(Out), WriterCtx(AsmWriterContext::getEmpty()) {} in MDFieldPrinter() 3830 writeDIExpression(Out, Expr, AsmWriterContext::getEmpty()); in printNamedMDNode()
|
| H A D | Constants.cpp | 1804 ConstantRange CR = ConstantRange::getEmpty(BitWidth); in toConstantRange() 1811 ConstantRange CR = ConstantRange::getEmpty(BitWidth); in toConstantRange()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstantFPRange.h | 43 ConstantFPRange getEmpty() const { in getEmpty() function 69 static ConstantFPRange getEmpty(const fltSemantics &Sem) { in getEmpty() function
|
| H A D | ConstantRange.h | 51 ConstantRange getEmpty() const { in getEmpty() function 73 static ConstantRange getEmpty(uint32_t BitWidth) { in getEmpty() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | StackSafetyAnalysis.cpp | 159 ConstantRange R = ConstantRange::getEmpty(PointerSize); in getStaticAllocaSizeRange() 317 return ConstantRange::getEmpty(PointerSize); in getAccessRange() 345 return ConstantRange::getEmpty(PointerSize); in getMemIntrinsicAccessRange() 348 return ConstantRange::getEmpty(PointerSize); in getMemIntrinsicAccessRange()
|
| H A D | BlockFrequencyInfoImpl.cpp | 804 Mass = BlockMass::getEmpty(); in updateLoopWithIrreducible()
|
| H A D | IVDescriptors.cpp | 741 ConstantRange ValidRange = ConstantRange::getEmpty(NumBits); in isFindIVPattern()
|
| H A D | ValueTracking.cpp | 1097 return ConstantRange::getEmpty(BitWidth); in getVScaleRange()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ValueLattice.h | 288 return ConstantRange::getEmpty(BW);
|
| H A D | BlockFrequencyInfoImpl.h | 96 static BlockMass getEmpty() { return BlockMass(); } in getEmpty() function 644 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | Float2Int.cpp | 126 return ConstantRange::getEmpty(MaxIntegerBW + 1); in unknownRange()
|
| H A D | CorrelatedValuePropagation.cpp | 1261 ConstantRange::getEmpty(F.getReturnType()->getScalarSizeInBits()); in runImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 2980 : BitWidth(BitWidth), Assumed(ConstantRange::getEmpty(BitWidth)), 2994 return ConstantRange::getEmpty(BitWidth);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SCCPSolver.cpp | 1632 ConstantRange R = ConstantRange::getEmpty(I.getType()->getScalarSizeInBits()); in visitBinaryOperator()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 10200 ? ConstantRange::getEmpty(FunctionSummary::ParamAccess::RangeWidth) in parseParamAccessOffset()
|