Home
last modified time | relevance | path

Searched defs:Bound (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DSPIRVObjectWriter.cpp32 unsigned Bound) { in setBuildVersion()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSPIRVObjectWriter.h35 unsigned Bound = 0; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp24 Value *Bound, Value *Step, StringRef Name, in CreateLoop()
H A DLoopPeel.cpp344 Value *Bound; in canPeelLastIteration() local
H A DSimplifyLibCalls.cpp926 Value *Bound) { in optimizeStringLength()
1048 Value *Bound = CI->getArgOperand(1); in optimizeStrNLen() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1129 const SCEV *Bound = SE->getMinusSCEV(S, Size); in isKnownLessThan() local
2626 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest() local
2696 CoefficientInfo *B, BoundInfo *Bound, in exploreDirections()
2814 BoundInfo *Bound, const SCEV *Delta) const { in testBounds()
2842 BoundInfo *Bound, unsigned K) const { in findBoundsALL()
2881 BoundInfo *Bound, unsigned K) const { in findBoundsEQ()
2921 BoundInfo *Bound, unsigned K) const { in findBoundsLT()
2965 BoundInfo *Bound, unsigned K) const { in findBoundsGT()
H A DDemandedBits.cpp505 APInt Bound = (LHS.Zero & RHS.Zero) | (LHS.One & RHS.One); in determineLiveOperandBitsAddCarry() local
H A DScalarEvolution.cpp7289 const Instruction *Bound = nullptr; in getDefiningScopeBound() local
10399 [&](APInt Bound) -> std::pair<std::optional<APInt>, bool> { in SolveQuadraticAddRecRange()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp458 static void handleVLABoundNotPositive(VLABoundData *Data, ValueHandle Bound, in handleVLABoundNotPositive()
474 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive()
479 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive_abort()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp821 std::optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher() local
H A DParser.cpp398 std::optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in parseIdentifierPrefixImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h73 unsigned Bound; variable
H A DSPIRVAsmPrinter.cpp128 unsigned Bound = 2 * (ST->getBound() + 1) + NLabels; in emitEndOfAsmFile() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1579 DISubrangeType::BoundType Bound) -> void { in constructSubrangeDIE()
1621 DISubrange::BoundType Bound) -> void { in constructSubrangeDIE()
1663 DIGenericSubrange::BoundType Bound) -> void { in constructGenericSubrangeDIE()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp102 BasicBlock *Exit, Value *Bound, in createLoop()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp380 size_t Bound = SignatureTable.size() - Signature.size() + 1; in getIndex() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp235 llvm::APSInt Bound, ProgramStateRef State) { in isInRelation()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp5444 auto convToMetadata = [&](MDSignedOrMDField Bound) -> Metadata * { in parseDISubrangeType()
5484 auto convToMetadata = [&](const MDSignedOrMDField &Bound) -> Metadata * { in parseDISubrange()
5516 auto ConvToMetadata = [&](const MDSignedOrMDField &Bound) -> Metadata * { in parseDIGenericSubrange()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp843 auto ConvToMetadata = [&](DIGenericSubrange::BoundType Bound) -> Metadata * { in getOrCreateGenericSubrange()
H A DAsmWriter.cpp2173 auto GetConstant = [&](Metadata *Bound) -> std::optional<int64_t> { in writeDIGenericSubrange()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1230 llvm::Value *Bound = in EmitBoundsCheck() local
1236 void CodeGenFunction::EmitBoundsCheckImpl(const Expr *E, llvm::Value *Bound, in EmitBoundsCheckImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1687 APInt Bound = in foldICmpXorShiftConst() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2648 unsigned Bound = (VT == MVT::v8i8) ? 11 : 12; in computeKnownBitsForTargetNode() local