/llvm-project/llvm/lib/MC/ |
H A D | SPIRVObjectWriter.cpp | 49 uint32_t Bound = VIT.Update; writeHeader() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MatrixUtils.cpp | 24 Value *Bound, Value *Step, StringRef Name, in CreateLoop()
|
H A D | SimplifyLibCalls.cpp | 932 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 D | type.h | 61 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 D | DependenceAnalysis.cpp | 2616 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 D | DemandedBits.cpp | 507 APInt Bound = (LHS.Zero & RHS.Zero) | (LHS.One & RHS.One); determineLiveOperandBitsAddCarry() local
|
H A D | ScalarEvolution.cpp | 7282 const Instruction *Bound = nullptr; getDefiningScopeBound() local 10325 __anon08f5dad12902(APInt Bound) SolveQuadraticAddRecRange() argument [all...] |
/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_handlers.cpp | 436 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 D | Registry.cpp | 818 std::optional<DynTypedMatcher> Bound = Result->tryBind(BindID); constructBoundMatcher() local
|
H A D | Parser.cpp | 399 std::optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in parseIdentifierPrefixImpl() local
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.h | 70 unsigned Bound; global() variable
|
H A D | SPIRVAsmPrinter.cpp | 117 unsigned Bound = 2 * (ST->getBound() + 1) + NLabels; emitEndOfAsmFile() local
|
/llvm-project/clang/utils/TableGen/ |
H A D | RISCVVEmitter.cpp | 295 size_t Bound = SignatureTable.size() - Signature.size() + 1; getIndex() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXIntrinsics.cpp | 104 createLoop(BasicBlock * Preheader,BasicBlock * Exit,Value * Bound,Value * Step,StringRef Name,IRBuilderBase & B,Loop * L) createLoop() argument
|
/llvm-project/flang/lib/Semantics/ |
H A D | type.cpp | 702 Bound::Bound(common::ConstantSubscript bound) : expr_{bound} {} Bound() function in Fortran::semantics::Bound
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 1398 __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 D | SimpleSValBuilder.cpp | 235 llvm::APSInt Bound, ProgramStateRef State) { in isInRelation() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 2066 __anond8c98f0b0702(Metadata *Bound) writeDIGenericSubrange() argument 2075 __anond8c98f0b0802(Metadata *Bound) writeDIGenericSubrange() argument
|
H A D | DIBuilder.cpp | 735 __anonae65a3210102(DIGenericSubrange::BoundType Bound) getOrCreateGenericSubrange() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 1172 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 D | LLParser.cpp | 5222 __anonea7043450c02(MDSignedOrMDField Bound) parseDISubrange() argument 5254 __anonea7043450d02(MDSignedOrMDField Bound) parseDIGenericSubrange() argument [all...] |
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 1651 APInt Bound = foldICmpXorShiftConst() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 2385 unsigned Bound = (VT == MVT::v8i8) ? 11 : 12; computeKnownBitsForTargetNode() local [all...] |