Home
last modified time | relevance | path

Searched refs:Point (Results 1 – 25 of 149) sorted by relevance

123456

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFinder.cpp37 explicit NamedDeclOccurrenceFindingVisitor(const SourceLocation Point, in NamedDeclOccurrenceFindingVisitor() argument
41 Point(Point), Context(Context) {} in NamedDeclOccurrenceFindingVisitor()
64 return Point == Start || Point == End || in isPointWithin()
66 Point) && in isPointWithin()
67 Context.getSourceManager().isBeforeInTranslationUnit(Point, End)); in isPointWithin()
71 const SourceLocation Point; // The location to find the NamedDecl. member in clang::tooling::__anondbfc6fb50111::NamedDeclOccurrenceFindingVisitor
78 const SourceLocation Point) { in getNamedDeclAt() argument
80 NamedDeclOccurrenceFindingVisitor Visitor(Point, Context); in getNamedDeclAt()
89 SM.isBeforeInTranslationUnit(StartLoc, Point) != in getNamedDeclAt()
90 SM.isBeforeInTranslationUnit(EndLoc, Point)) in getNamedDeclAt()
H A DUSRFindingAction.cpp252 const SourceLocation Point = SourceMgr.getLocForStartOfFile(MainFileID) in FindSymbol() local
255 ? getNamedDeclAt(Context, Point) in FindSymbol()
260 FullSourceLoc FullLoc(Point, SourceMgr); in FindSymbol()
264 Engine.Report(Point, CouldNotFindSymbolAt) << SymbolOffset; in FindSymbol()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h35 Range(const llvm::APSInt &Point) : Range(Point, Point) {} in Range() argument
37 bool Includes(const llvm::APSInt &Point) const { in Includes() argument
38 return From() <= Point && Point <= To(); in Includes()
141 RangeSet add(RangeSet Original, const llvm::APSInt &Point);
180 RangeSet intersect(RangeSet What, llvm::APSInt Point);
186 RangeSet deletePoint(RangeSet From, const llvm::APSInt &Point);
251 RangeSet(Factory &F, const llvm::APSInt &Point) in RangeSet() argument
252 : RangeSet(F.getRangeSet(Point)) {} in RangeSet()
282 bool contains(llvm::APSInt Point) const { return containsImpl(Point); } in contains() argument
304 bool pin(llvm::APSInt &Point) const;
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVScheduleV.td131 // 12. Vector Fixed-Point Arithmetic Instructions
151 // 13. Vector Floating-Point Instructions
163 // 13.5. Vector Widening Floating-Point Multiply
186 // 13.15. Vector Floating-Point Merge Instruction
188 // 13.16. Vector Floating-Point Move Instruction
235 // 16.2. Floating-Point Scalar Move Instructions
364 // 13. Vector Floating-Point Instructions
376 // 13.5. Vector Widening Floating-Point Multiply
402 // 13.16. Vector Floating-Point Move Instruction
594 // 14. Vector Floating-Point Instructions
[all …]
H A DRISCV.td31 "'F' (Single-Precision Floating-Point)">;
34 "'F' (Single-Precision Floating-Point)">;
38 "'D' (Double-Precision Floating-Point)",
42 "'D' (Double-Precision Floating-Point)">;
46 "'Zfh' (Half-Precision Floating-Point)",
50 "'Zfh' (Half-Precision Floating-Point)">;
H A DRISCVInstrInfoVSDPatterns.td586 // 14.2. Vector Single-Width Floating-Point Add/Subtract Instructions
591 // 14.4. Vector Single-Width Floating-Point Multiply/Divide Instructions
596 // 14.6 Vector Single-Width Floating-Point Fused Multiply-Add Instructions.
660 // 14.8. Vector Floating-Point Square-Root Instruction
665 // 14.12. Vector Floating-Point Sign-Injection Instructions
693 // 14.11. Vector Floating-Point MIN/MAX Instructions
697 // 14.13. Vector Floating-Point Compare Instructions
712 // 14.15. Vector Floating-Point Merge Instruction
735 // 14.17. Vector Single-Width Floating-Point/Integer Type-Convert Instructions
741 // 14.18. Widening Floating-Point/Integer Type-Convert Instructions
[all …]
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dforth29 >>>40 lelong x Entry Point: %#08X,
41 >>20 lelong x Entry Point: %#08X,
51 >20 belong x Entry Point: %#08X,
60 >20 lelong x Entry Point: %#08X,
74 #>12 short x Entry Point: %#08X
82 >24 long x Entry Point: %#08X
H A Desri16 >32 lelong =1 type Point
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp182 ColorHelper::getColorTuple(double Point) const { in getColorTuple()
186 if (Point < MinIn) in getColorTuple()
188 if (Point > MaxIn) in getColorTuple()
193 double OffsetP = Point - MinIn; in getColorTuple()
220 std::string ColorHelper::getColorString(double Point) const { in getColorString()
221 return getColorString(getColorTuple(Point)); in getColorString()
H A Dxray-color-helper.h71 std::tuple<uint8_t, uint8_t, uint8_t> getColorTuple(double Point) const;
73 std::string getColorString(double Point) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h76 VPBasicBlock::iterator Point; variable
84 : Block(InsertBlock), Point(InsertPoint) {} in VPInsertPoint()
90 VPBasicBlock::iterator getPoint() const { return Point; } in getPoint()
161 VPBasicBlock::iterator Point; variable
165 : Builder(B), Block(B.getInsertBlock()), Point(B.getInsertPoint()) {} in InsertPointGuard()
170 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); } in ~InsertPointGuard()
/freebsd-13.1/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smp2p.txt1 Qualcomm Shared Memory Point 2 Point binding
3 The Shared Memory Point to Point (SMP2P) protocol facilitates communication of
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DFPOptions.def1 //===--- FPOptions.def - Floating Point Options database --------*- C++ -*-===//
9 // This file defines the Floating Point language options. Users of this file
H A DLangOptions.def201 COMPATIBLE_LANGOPT(UnsafeFPMath , 1, 0, "Unsafe Floating Point Math")
204 BENIGN_LANGOPT(AllowFPReassoc , 1, 0, "Permit Floating Point reassociation")
205 BENIGN_LANGOPT(NoHonorNaNs , 1, 0, "Permit Floating Point optimization without regard to NaN")
206 BENIGN_LANGOPT(NoHonorInfs , 1, 0, "Permit Floating Point optimization without regard to infi…
207 BENIGN_LANGOPT(NoSignedZero , 1, 0, "Permit Floating Point optimization without regard to sign…
208 BENIGN_LANGOPT(AllowRecip , 1, 0, "Permit Floating Point reciprocal")
209 BENIGN_LANGOPT(ApproxFunc , 1, 0, "Permit Floating Point approximation")
291 BENIGN_LANGOPT(CLNoSignedZero , 1, 0, "Permit Floating Point optimization without regard to signed …
292 COMPATIBLE_LANGOPT(CLUnsafeMath , 1, 0, "Unsafe Floating Point Math")
H A Driscv_vector.td1721 // 13. Vector Fixed-Point Arithmetic Instructions
1741 // 13.5. Vector Narrowing Fixed-Point Clip Instructions
1745 // 14. Vector Floating-Point Instructions
1764 // 14.5. Vector Widening Floating-Point Multiply
1787 // 14.8. Vector Floating-Point Square-Root Instruction
1796 // 14.11. Vector Floating-Point MIN/MAX Instructions
1807 // 14.13. Vector Floating-Point Compare Instructions
1815 // 14.14. Vector Floating-Point Classify Instruction
1819 // 14.15. Vector Floating-Point Merge Instructio
1832 // 14.16. Vector Floating-Point Move Instruction
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h134 BasicBlock::iterator Point; variable
143 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()), in SCEVInsertPointGuard()
154 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point)); in ~SCEVInsertPointGuard()
158 BasicBlock::iterator GetInsertPoint() const { return Point; } in GetInsertPoint()
159 void SetInsertPoint(BasicBlock::iterator I) { Point = I; } in SetInsertPoint()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp126 return add(Original, Range(Point)); in add()
176 if (isEmpty() || !pin(Point)) in containsImpl()
179 Range Dummy(Point); in containsImpl()
184 return std::prev(It)->Includes(Point); in containsImpl()
187 bool RangeSet::pin(llvm::APSInt &Point) const { in pin()
192 Type.apply(Point); in pin()
413 if (LHS.containsImpl(Point)) in intersect()
484 if (!From.contains(Point)) in deletePoint()
487 llvm::APSInt Upper = Point; in deletePoint()
488 llvm::APSInt Lower = Point; in deletePoint()
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/mailbox/
H A Dqcom-ipcc.yaml17 Modem's interrupts via Shared Memory Point to Point (SMP2P) interface. In such
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DUSRFinder.h35 const SourceLocation Point);
/freebsd-13.1/sys/contrib/device-tree/src/powerpc/fsl/
H A De500mc_power_isa.dtsi51 power-isa-fp; // Floating Point
52 power-isa-fp.r; // Floating Point.Record
H A De5500_power_isa.dtsi51 power-isa-fp; // Floating Point
52 power-isa-fp.r; // Floating Point.Record
H A De6500_power_isa.dtsi51 power-isa-fp; // Floating Point
52 power-isa-fp.r; // Floating Point.Record
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterBanks.td15 /// Floating Point/Vector Registers
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterBanks.td15 /// Floating Point/Vector Registers: B, H, S, D, Q.
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Darmada-385-db-ap.dts3 * Device Tree file for Marvell Armada 385 Access Point Development board
17 model = "Marvell Armada 385 Access Point Development Board";

123456