/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineTraceMetrics.h | 156 unsigned Height; global() member 259 unsigned Height; global() member
|
H A D | ScheduleDAG.h | 283 unsigned Height = 0; ///< Node height. variable
|
/llvm-project/clang/include/clang/Tooling/ASTDiff/ |
H A D | ASTDiff.h | 40 int Depth, Height, Shift = 0; member
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineTraceMetrics.cpp | 387 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 D | SIMachineScheduler.h | 123 unsigned Height = 0; // Maximum topdown path length to block without outputs variable 366 unsigned Height; member
|
H A D | GCNILPSched.cpp | 110 unsigned Height = Succ.getSUnit()->getHeight(); in closestSucc() local
|
H A D | SIMachineScheduler.cpp | 1396 unsigned Height = 0; fillStats() local [all...] |
/llvm-project/llvm/tools/llvm-rc/ |
H A D | ResourceFileWriter.cpp | 740 uint8_t Height; member 750 ulittle16_t Height; member 776 ulittle32_t Height; member 1033 ulittle16_t Height; in writeSingleDialogControl() member
|
H A D | ResourceScriptStmt.h | 670 uint32_t ID, X, Y, Width, Height; variable
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 2218 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 D | HexagonConstExtenders.cpp | 127 unsigned Height = 1; member
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGRRList.cpp | 424 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 D | IntervalMap.h | 884 void fillLeft(unsigned Height) { in fillLeft() argument 1294 visitNodes(void (IntervalMap::*f)(IntervalMapImpl::NodeRef, unsigned Height)) { in visitNodes() argument
|