Home
last modified time | relevance | path

Searched defs:Bound (Results 1 – 20 of 20) 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.h38 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 DSimplifyLibCalls.cpp933 Value *Bound) { in optimizeStringLength()
1055 Value *Bound = CI->getArgOperand(1); in optimizeStrNLen() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1110 const SCEV *Bound = SE->getMinusSCEV(S, Size); in isKnownLessThan() local
2616 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest() local
2686 CoefficientInfo *B, BoundInfo *Bound, in exploreDirections()
2804 BoundInfo *Bound, const SCEV *Delta) const { in testBounds()
2832 BoundInfo *Bound, unsigned K) const { in findBoundsALL()
2871 BoundInfo *Bound, unsigned K) const { in findBoundsEQ()
2911 BoundInfo *Bound, unsigned K) const { in findBoundsLT()
2955 BoundInfo *Bound, unsigned K) const { in findBoundsGT()
H A DDemandedBits.cpp507 APInt Bound = (LHS.Zero & RHS.Zero) | (LHS.One & RHS.One); in determineLiveOperandBitsAddCarry() local
H A DScalarEvolution.cpp7284 const Instruction *Bound = nullptr; in getDefiningScopeBound() local
10327 [&](APInt Bound) -> std::pair<std::optional<APInt>, bool> { in SolveQuadraticAddRecRange()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp436 static void handleVLABoundNotPositive(VLABoundData *Data, ValueHandle Bound, in handleVLABoundNotPositive()
452 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive()
457 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive_abort()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp818 std::optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h74 unsigned Bound; variable
H A DSPIRVAsmPrinter.cpp118 unsigned Bound = 2 * (ST->getBound() + 1) + NLabels; in emitEndOfAsmFile() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp295 size_t Bound = SignatureTable.size() - Signature.size() + 1; in getIndex() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp104 BasicBlock *Exit, Value *Bound, in createLoop()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1398 DISubrange::BoundType Bound) -> void { in constructSubrangeDIE()
1437 DIGenericSubrange::BoundType Bound) -> void { in constructGenericSubrangeDIE()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2066 auto IsConstant = [&](Metadata *Bound) -> bool { in writeDIGenericSubrange()
2075 auto GetConstant = [&](Metadata *Bound) -> int64_t { in writeDIGenericSubrange()
H A DDIBuilder.cpp735 auto ConvToMetadata = [&](DIGenericSubrange::BoundType Bound) -> Metadata * { in getOrCreateGenericSubrange()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1175 llvm::Value *Bound = in EmitBoundsCheck() local
1181 void CodeGenFunction::EmitBoundsCheckImpl(const Expr *E, llvm::Value *Bound, in EmitBoundsCheckImpl()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp5237 auto convToMetadata = [&](MDSignedOrMDField Bound) -> Metadata * { in parseDISubrange()
5269 auto ConvToMetadata = [&](MDSignedOrMDField Bound) -> Metadata * { in parseDIGenericSubrange()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1651 APInt Bound = in foldICmpXorShiftConst() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2403 unsigned Bound = (VT == MVT::v8i8) ? 11 : 12; in computeKnownBitsForTargetNode() local