Home
last modified time | relevance | path

Searched defs:Height (Results 1 – 17 of 17) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h156 unsigned Height; member
258 unsigned Height; global() member
H A DScheduleDAG.h296 unsigned Height = 0; ///< Node height. global() variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h40 int Depth, Height, Shift = 0; member
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp387 unsigned Height = SuccTBI->InstrHeight; in pickTraceSucc() local
905 static unsigned updatePhysDepsUpwards(const MachineInstr &MI, unsigned Height, in updatePhysDepsUpwards() argument
1040 unsigned &Height = Heights[MTM.MRI->getVRegDef(LI.Reg)]; computeInstrHeights() local
1090 unsigned Height = TBI.Succ ? Cycles.lookup(&PHI).Height : 0; computeInstrHeights() local
[all...]
/freebsd-src/stand/common/
H A Dgfx_fb.c405 gfxfb_blt_fill(void * BltBuffer,uint32_t DestinationX,uint32_t DestinationY,uint32_t Width,uint32_t Height) gfxfb_blt_fill() argument
487 gfxfb_blt_video_to_buffer(void * BltBuffer,uint32_t SourceX,uint32_t SourceY,uint32_t DestinationX,uint32_t DestinationY,uint32_t Width,uint32_t Height,uint32_t Delta) gfxfb_blt_video_to_buffer() argument
587 gfxfb_blt_buffer_to_video(void * BltBuffer,uint32_t SourceX,uint32_t SourceY,uint32_t DestinationX,uint32_t DestinationY,uint32_t Width,uint32_t Height,uint32_t Delta) gfxfb_blt_buffer_to_video() argument
695 gfxfb_blt_video_to_video(uint32_t SourceX,uint32_t SourceY,uint32_t DestinationX,uint32_t DestinationY,uint32_t Width,uint32_t Height) gfxfb_blt_video_to_video() argument
747 gfxfb_shadow_fill(uint32_t * BltBuffer,uint32_t DestinationX,uint32_t DestinationY,uint32_t Width,uint32_t Height) gfxfb_shadow_fill() argument
780 gfxfb_blt(void * BltBuffer,GFXFB_BLT_OPERATION BltOperation,uint32_t SourceX,uint32_t SourceY,uint32_t DestinationX,uint32_t DestinationY,uint32_t Width,uint32_t Height,uint32_t Delta) gfxfb_blt() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h123 unsigned Height; // Maximum topdown path length to block without outputs variable
366 unsigned Height; member
H A DGCNILPSched.cpp110 unsigned Height = Succ.getSUnit()->getHeight(); in closestSucc() local
H A DSIMachineScheduler.cpp1398 unsigned Height = 0; fillStats() local
[all...]
/freebsd-src/lib/libvgl/
H A Dvgl.h70 byte Width, Height; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp2119 int Height = std::max(NodeHeights[Mul1.Value], NodeHeights[Mul2.Value]) + 1; balanceSubTree() local
2182 int Height = std::max(NodeHeights[GA.Value], NodeHeights[SHL.Value]) + 1; balanceSubTree() local
2241 int Height = std::max(NodeHeights[V0], NodeHeights[V1]) + 1; balanceSubTree() local
2267 int Height = NodeHeights[NewRoot]; balanceSubTree() local
[all...]
H A DHexagonConstExtenders.cpp127 unsigned Height = 1; member
/freebsd-src/sys/contrib/edk2/Include/Uefi/
H A DUefiInternalFormRepresentation.h178 UINT16 Height; member
531 UINT16 Height; member
555 UINT16 Height; member
571 UINT16 Height; member
589 UINT16 Height; member
1974 UINT16 Height; member
2008 UINT16 Height; member
2047 UINT16 Height; member
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp424 unsigned Height = PredSU->getHeight(); in ReleasePred() local
2350 unsigned Height = Succ.getSUnit()->getHeight(); in closestSucc() local
2480 static bool BUHasStall(SUnit *SU, int Height, RegReductionPQBas argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h884 void fillLeft(unsigned Height) { in fillLeft()
1294 visitNodes(void (IntervalMap::*f)(IntervalMapImpl::NodeRef, unsigned Height)) { in visitNodes()
/freebsd-src/sys/contrib/dev/acpica/include/
H A Dacbuffer.h234 UINT16 Height; member
/freebsd-src/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c387 int y, nonempty, n, x0, x1, Width, Height; in wcon_doupdate() local
H A Dwin_driver.c482 int y, nonempty, n, x0, x1, Width, Height; in wcon_doupdate() local