Home
last modified time | relevance | path

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

1234567

/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
HDUSRFinder.cpp36 explicit NamedDeclOccurrenceFindingVisitor(const SourceLocation Point, in NamedDeclOccurrenceFindingVisitor() argument
40 Point(Point), Context(Context) {} in NamedDeclOccurrenceFindingVisitor()
63 return Point == Start || Point == End || in isPointWithin()
65 Point) && in isPointWithin()
66 Context.getSourceManager().isBeforeInTranslationUnit(Point, End)); in isPointWithin()
70 const SourceLocation Point; // The location to find the NamedDecl. member in clang::tooling::__anone0d90eb80111::NamedDeclOccurrenceFindingVisitor
77 const SourceLocation Point) { in getNamedDeclAt() argument
79 NamedDeclOccurrenceFindingVisitor Visitor(Point, Context); in getNamedDeclAt()
88 SM.isBeforeInTranslationUnit(StartLoc, Point) != in getNamedDeclAt()
89 SM.isBeforeInTranslationUnit(EndLoc, Point)) in getNamedDeclAt()
HDUSRFindingAction.cpp215 const SourceLocation Point = SourceMgr.getLocForStartOfFile(MainFileID) in FindSymbol() local
218 ? getNamedDeclAt(Context, Point) in FindSymbol()
223 FullSourceLoc FullLoc(Point, SourceMgr); in FindSymbol()
227 Engine.Report(Point, CouldNotFindSymbolAt) << SymbolOffset; in FindSymbol()
/freebsd-11-stable/contrib/gcc/config/mips/
HDmips-ps-3d.md193 ; cvt.ps.s - Floating Point Convert Pair to Paired Single
209 ; cvt.s.pl - Floating Point Convert Pair Lower to Single Floating Point
217 ; cvt.s.pu - Floating Point Convert Pair Upper to Single Floating Point
225 ; alnv.ps - Floating Point Align Variable
237 ; addr.ps - Floating Point Reduction Add
248 ; cvt.pw.ps - Floating Point Convert Paired Single to Paired Word
258 ; cvt.ps.pw - Floating Point Convert Paired Word to Paired Single
268 ; mulr.ps - Floating Point Reduction Multiply
305 ; Floating Point Comparisons for Scalars
321 ; Floating Point Comparisons for Four Singles
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorizationPlanner.h69 VPBasicBlock::iterator Point; variable
77 : Block(InsertBlock), Point(InsertPoint) {} in VPInsertPoint()
83 VPBasicBlock::iterator getPoint() const { return Point; } in getPoint()
150 VPBasicBlock::iterator Point; variable
154 : Builder(B), Block(B.getInsertBlock()), Point(B.getInsertPoint()) {} in InsertPointGuard()
159 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); } in ~InsertPointGuard()
/freebsd-11-stable/contrib/file/magic/Magdir/
HDforth27 >>40 lelong x Entry Point: 0x%08X,
39 >>20 lelong x Entry Point: 0x%08X,
49 >20 belong x Entry Point: 0x%08X,
58 >20 lelong x Entry Point: 0x%08X,
72 #>12 short x Entry Point: 0x%08X
80 >24 long x Entry Point: 0x%08X
HDesri16 >32 lelong =1 type Point
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
HDxray-color-helper.cpp181 ColorHelper::getColorTuple(double Point) const { in getColorTuple()
185 if (Point < MinIn) in getColorTuple()
187 if (Point > MaxIn) in getColorTuple()
192 double OffsetP = Point - MinIn; in getColorTuple()
219 std::string ColorHelper::getColorString(double Point) const { in getColorString()
220 return getColorString(getColorTuple(Point)); in getColorString()
HDxray-color-helper.h72 std::tuple<uint8_t, uint8_t, uint8_t> getColorTuple(double Point) const;
74 std::string getColorString(double Point) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCV.td31 "'F' (Single-Precision Floating-Point)">;
34 "'F' (Single-Precision Floating-Point)">;
38 "'D' (Double-Precision Floating-Point)",
42 "'D' (Double-Precision Floating-Point)">;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDScalarEvolutionExpander.h105 BasicBlock::iterator Point; variable
114 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()), in SCEVInsertPointGuard()
125 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point)); in ~SCEVInsertPointGuard()
129 BasicBlock::iterator GetInsertPoint() const { return Point; } in GetInsertPoint()
130 void SetInsertPoint(BasicBlock::iterator I) { Point = I; } in SetInsertPoint()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
HDUSRFinder.h35 const SourceLocation Point);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86RegisterBanks.td15 /// Floating Point/Vector Registers
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDScalarizer.cpp202 Scatterer scatter(Instruction *Point, Value *V);
345 Scatterer ScalarizerVisitor::scatter(Instruction *Point, Value *V) { in scatter() argument
361 return Scatterer(Point->getParent(), Point->getIterator(), in scatter()
371 return Scatterer(Point->getParent(), Point->getIterator(), V); in scatter()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64RegisterBanks.td15 /// Floating Point/Vector Registers: B, H, S, D, Q.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCScheduleP9.td88 // Four ALU (Fixed Point Arithmetic) units in total. Two even, two Odd.
99 // Two DIV (Fixed Point Divide) units.
102 // Four DP (Floating Point) units in total. Two even, two Odd.
119 // Only one DFU (Decimal Floating Point and Quad Precision) unit.
/freebsd-11-stable/contrib/binutils/gas/doc/
HDc-arc.texi22 * ARC Floating Point:: Floating Point
106 @node ARC Floating Point
107 @section Floating Point
HDc-sh.texi13 * SH Floating Point:: Floating Point
171 @node SH Floating Point
172 @section Floating Point
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.cpp96 type summary add -s "x=${var.x}, y=${var.y}" curses::Point
101 struct Point { struct
105 Point(int _x = 0, int _y = 0) : x(_x), y(_y) {} in Point() argument
112 Point &operator+=(const Point &rhs) { in operator +=() argument
121 bool operator==(const Point &lhs, const Point &rhs) { in operator ==()
125 bool operator!=(const Point &lhs, const Point &rhs) { in operator !=()
151 Point origin;
156 Rect(const Point &p, const Size &s) : origin(p), size(s) {} in Rect()
372 return Rect(Point(), GetSize()); in GetFrame()
374 Point GetParentOrigin() { return Point(GetParentX(), GetParentY()); } in GetParentOrigin()
[all …]
/freebsd-11-stable/contrib/sqlite3/
HDReplace.cs115 #region Program Entry Point
/freebsd-11-stable/sys/arm/mv/
HDfiles.mv13 # - Vector Floating Point (VFP) unit
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDRegBankSelect.cpp833 RegBankSelect::InsertPoint &Point) { in addInsertPoint() argument
834 CanMaterialize &= Point.canMaterialize(); in addInsertPoint()
835 HasSplit |= Point.isSplit(); in addInsertPoint()
836 InsertPoints.emplace_back(&Point); in addInsertPoint()
/freebsd-11-stable/sys/gnu/dts/arm/
HDarmada-385-db-ap.dts2 * Device Tree file for Marvell Armada 385 Access Point Development board
48 model = "Marvell Armada 385 Access Point Development Board";
/freebsd-11-stable/crypto/openssh/
HDREADME.platform57 MacOS X 10.4 in Point-to-Point (Layer 3) and Ethernet (Layer 2) mode
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsInstrFPU.td14 // Floating Point Instructions
25 // Floating Point Compare and Branch
364 // Floating Point Instructions
564 /// Floating Point Memory Instructions
689 // Floating Point Branch Codes
706 /// Floating Point Compare
733 // Floating Point Pseudo-Instructions
902 // Floating Point Patterns
/freebsd-11-stable/lib/libc/softfloat/
HDREADME.txt11 the IEC/IEEE Standard for Binary Floating-Point Arithmetic. SoftFloat is

1234567