/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MatrixUtils.cpp | 24 Value *Bound, Value *Step, StringRef Name, in CreateLoop() argument
|
H A D | SimplifyLibCalls.cpp | 924 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 D | SPIRVObjectWriter.cpp | 55 constexpr uint32_t Bound = 900; writeHeader() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 1110 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 D | DemandedBits.cpp | 507 APInt Bound = (LHS.Zero & RHS.Zero) | (LHS.One & RHS.One); in determineLiveOperandBitsAddCarry() local
|
H A D | ScalarEvolution.cpp | 7268 const Instruction *Bound = nullptr; getDefiningScopeBound() local 10266 __anon508f8d702a02(APInt Bound) SolveQuadraticAddRecRange() argument [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_handlers.cpp | 436 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 D | Registry.cpp | 817 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
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXIntrinsics.cpp | 104 BasicBlock *Exit, Value *Bound, in createLoop() argument
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | RISCVVEmitter.cpp | 293 size_t Bound = SignatureTable.size() - Signature.size() + 1; getIndex() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 1365 __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 D | ELF_riscv.cpp | 156 auto Bound = getRISCVPCRelHi20() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SimpleSValBuilder.cpp | 235 llvm::APSInt Bound, ProgramStateRef State) { in isInRelation()
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 1989 __anoncb2f1b2a0702(Metadata *Bound) writeDIGenericSubrange() argument 1998 __anoncb2f1b2a0802(Metadata *Bound) writeDIGenericSubrange() argument
|
H A D | DIBuilder.cpp | 708 __anona0cb2f400102(DIGenericSubrange::BoundType Bound) getOrCreateGenericSubrange() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 1181 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 D | LLParser.cpp | 4981 __anon801c2aa40a02(MDSignedOrMDField Bound) parseDISubrange() argument 5013 __anon801c2aa40b02(MDSignedOrMDField Bound) parseDIGenericSubrange() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 1634 APInt Bound = foldICmpXorShiftConst() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 2221 unsigned Bound = (VT == MVT::v8i8) ? 11 : 12; computeKnownBitsForTargetNode() local [all...] |