Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/MC/
H A DSPIRVObjectWriter.cpp49 uint32_t Bound = VIT.Update; writeHeader() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp24 Value *Bound, Value *Step, StringRef Name, in CreateLoop()
H A DSimplifyLibCalls.cpp932 optimizeStringLength(CallInst * CI,IRBuilderBase & B,unsigned CharSize,Value * Bound) optimizeStringLength() argument
1054 Value *Bound = CI->getArgOperand(1); optimizeStrNLen() local
[all...]
/llvm-project/flang/include/flang/Semantics/
H A Dtype.h61 explicit Bound(MaybeSubscriptIntExpr &&expr) : expr_{std::move(expr)} {} Bound() function
79 Bound(Category category) : category_{category} {} Bound() function
80 Bound(Category category, MaybeSubscriptIntExpr &&expr) Bound() function
[all...]
/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2616 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest() local
1110 const SCEV *Bound = SE->getMinusSCEV(S, Size); isKnownLessThan() local
2686 exploreDirections(unsigned Level,CoefficientInfo * A,CoefficientInfo * B,BoundInfo * Bound,const SmallBitVector & Loops,unsigned & DepthExpanded,const SCEV * Delta) const exploreDirections() argument
2804 testBounds(unsigned char DirKind,unsigned Level,BoundInfo * Bound,const SCEV * Delta) const testBounds() argument
2832 findBoundsALL(CoefficientInfo * A,CoefficientInfo * B,BoundInfo * Bound,unsigned K) const findBoundsALL() argument
2871 findBoundsEQ(CoefficientInfo * A,CoefficientInfo * B,BoundInfo * Bound,unsigned K) const findBoundsEQ() argument
2911 findBoundsLT(CoefficientInfo * A,CoefficientInfo * B,BoundInfo * Bound,unsigned K) const findBoundsLT() argument
2955 findBoundsGT(CoefficientInfo * A,CoefficientInfo * B,BoundInfo * Bound,unsigned K) const findBoundsGT() argument
[all...]
H A DDemandedBits.cpp507 APInt Bound = (LHS.Zero & RHS.Zero) | (LHS.One & RHS.One); determineLiveOperandBitsAddCarry() local
H A DScalarEvolution.cpp7282 const Instruction *Bound = nullptr; getDefiningScopeBound() local
10325 __anon08f5dad12902(APInt Bound) SolveQuadraticAddRecRange() argument
[all...]
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp436 handleVLABoundNotPositive(VLABoundData * Data,ValueHandle Bound,ReportOptions Opts) handleVLABoundNotPositive() argument
452 __ubsan_handle_vla_bound_not_positive(VLABoundData * Data,ValueHandle Bound) __ubsan_handle_vla_bound_not_positive() argument
457 __ubsan_handle_vla_bound_not_positive_abort(VLABoundData * Data,ValueHandle Bound) __ubsan_handle_vla_bound_not_positive_abort() argument
/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp818 std::optional<DynTypedMatcher> Bound = Result->tryBind(BindID); constructBoundMatcher() local
H A DParser.cpp399 std::optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in parseIdentifierPrefixImpl() local
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h70 unsigned Bound; global() variable
H A DSPIRVAsmPrinter.cpp117 unsigned Bound = 2 * (ST->getBound() + 1) + NLabels; emitEndOfAsmFile() local
/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp295 size_t Bound = SignatureTable.size() - Signature.size() + 1; getIndex() local
/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp104 createLoop(BasicBlock * Preheader,BasicBlock * Exit,Value * Bound,Value * Step,StringRef Name,IRBuilderBase & B,Loop * L) createLoop() argument
/llvm-project/flang/lib/Semantics/
H A Dtype.cpp702 Bound::Bound(common::ConstantSubscript bound) : expr_{bound} {} Bound() function in Fortran::semantics::Bound
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1398 __anon2ffef30f0202(dwarf::Attribute Attr, DISubrange::BoundType Bound) constructSubrangeDIE() argument
1437 __anon2ffef30f0302(dwarf::Attribute Attr, DIGenericSubrange::BoundType Bound) constructGenericSubrangeDIE() argument
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp235 llvm::APSInt Bound, ProgramStateRef State) { in isInRelation() argument
/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2066 __anond8c98f0b0702(Metadata *Bound) writeDIGenericSubrange() argument
2075 __anond8c98f0b0802(Metadata *Bound) writeDIGenericSubrange() argument
H A DDIBuilder.cpp735 __anonae65a3210102(DIGenericSubrange::BoundType Bound) getOrCreateGenericSubrange() argument
/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1172 llvm::Value *Bound = EmitBoundsCheck() local
1178 EmitBoundsCheckImpl(const Expr * E,llvm::Value * Bound,llvm::Value * Index,QualType IndexType,QualType IndexedType,bool Accessed) EmitBoundsCheckImpl() argument
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp5222 __anonea7043450c02(MDSignedOrMDField Bound) parseDISubrange() argument
5254 __anonea7043450d02(MDSignedOrMDField Bound) parseDIGenericSubrange() argument
[all...]
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1651 APInt Bound = foldICmpXorShiftConst() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2385 unsigned Bound = (VT == MVT::v8i8) ? 11 : 12; computeKnownBitsForTargetNode() local
[all...]