Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp24 Value *Bound, Value *Step, StringRef Name, in CreateLoop() argument
H A DSimplifyLibCalls.cpp924 optimizeStringLength(CallInst * CI,IRBuilderBase & B,unsigned CharSize,Value * Bound) optimizeStringLength() argument
1046 Value *Bound = CI->getArgOperand(1); optimizeStrNLen() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DSPIRVObjectWriter.cpp55 constexpr uint32_t Bound = 900; writeHeader() local
/freebsd-src/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 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); in determineLiveOperandBitsAddCarry() local
H A DScalarEvolution.cpp7268 const Instruction *Bound = nullptr; getDefiningScopeBound() local
10266 __anon508f8d702a02(APInt Bound) SolveQuadraticAddRecRange() argument
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp436 static void handleVLABoundNotPositive(VLABoundData *Data, ValueHandle Bound, in handleVLABoundNotPositive() argument
452 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive() argument
457 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive_abort() argument
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp817 std::optional<DynTypedMatcher> Bound = Result->tryBind(BindID); constructBoundMatcher() local
H A DParser.cpp399 std::optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in parseIdentifierPrefixImpl() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp104 BasicBlock *Exit, Value *Bound, in createLoop() argument
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp293 size_t Bound = SignatureTable.size() - Signature.size() + 1; getIndex() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1365 __anon3c5edd2e0102(dwarf::Attribute Attr, DISubrange::BoundType Bound) constructSubrangeDIE() argument
1404 __anon3c5edd2e0202(dwarf::Attribute Attr, DIGenericSubrange::BoundType Bound) constructGenericSubrangeDIE() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp156 auto Bound = getRISCVPCRelHi20() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp235 llvm::APSInt Bound, ProgramStateRef State) { in isInRelation()
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1989 __anoncb2f1b2a0702(Metadata *Bound) writeDIGenericSubrange() argument
1998 __anoncb2f1b2a0802(Metadata *Bound) writeDIGenericSubrange() argument
H A DDIBuilder.cpp708 __anona0cb2f400102(DIGenericSubrange::BoundType Bound) getOrCreateGenericSubrange() argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1181 void CodeGenFunction::EmitBoundsCheckImpl(const Expr *E, llvm::Value *Bound, in EmitBoundsCheck() local
1187 EmitBoundsCheckImpl(const Expr * E,llvm::Value * Bound,llvm::Value * Index,QualType IndexType,QualType IndexedType,bool Accessed) EmitBoundsCheckImpl() argument
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4981 __anon801c2aa40a02(MDSignedOrMDField Bound) parseDISubrange() argument
5013 __anon801c2aa40b02(MDSignedOrMDField Bound) parseDIGenericSubrange() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1634 APInt Bound = foldICmpXorShiftConst() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2221 unsigned Bound = (VT == MVT::v8i8) ? 11 : 12; computeKnownBitsForTargetNode() local
[all...]