Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h156 unsigned Height; global() member
259 unsigned Height; global() member
H A DScheduleDAG.h283 unsigned Height = 0; ///< Node height. variable
/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h40 int Depth, Height, Shift = 0; member
/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp387 unsigned Height = SuccTBI->InstrHeight; pickTraceSucc() local
905 updatePhysDepsUpwards(const MachineInstr & MI,unsigned Height,SparseSet<LiveRegUnit> & RegUnits,const TargetSchedModel & SchedModel,const TargetInstrInfo * TII,const TargetRegisterInfo * TRI) 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...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h123 unsigned Height = 0; // 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.cpp1396 unsigned Height = 0; fillStats() local
[all...]
/llvm-project/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp740 uint8_t Height; member
750 ulittle16_t Height; member
776 ulittle32_t Height; member
1033 ulittle16_t Height; in writeSingleDialogControl() member
H A DResourceScriptStmt.h670 uint32_t ID, X, Y, Width, Height; variable
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp2218 int Height = std::max(NodeHeights[Mul1.Value], NodeHeights[Mul2.Value]) + 1; in balanceSubTree() local
2281 int Height = std::max(NodeHeights[GA.Value], NodeHeights[SHL.Value]) + 1; in balanceSubTree() local
2340 int Height = std::max(NodeHeights[V0], NodeHeights[V1]) + 1; in balanceSubTree() local
2366 int Height in balanceSubTree() local
[all...]
H A DHexagonConstExtenders.cpp127 unsigned Height = 1; member
/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...]
/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h884 void fillLeft(unsigned Height) { in fillLeft() argument
1294 visitNodes(void (IntervalMap::*f)(IntervalMapImpl::NodeRef, unsigned Height)) { in visitNodes() argument