Home
last modified time | relevance | path

Searched defs:getLatency (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h68 unsigned getLatency(unsigned NodeNum) const { in getLatency() function
H A DResourcePriorityQueue.h93 unsigned getLatency(unsigned NodeNum) const { in getLatency() function
H A DScheduleDAG.h142 unsigned getLatency() const { in getLatency() function
H A DMachinePipeliner.h400 unsigned getLatency() { return Latency; } getLatency() function
/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp195 static int getLatency(LLVMDisasmContext *DC, const MCInst &Inst) { getLatency() function
/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h263 unsigned getLatency() const { return WD->Latency; } in getLatency() function
541 unsigned getLatency() const { return Desc.MaxLatency; } in getLatency() function
/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp271 unsigned MachineCombiner::getLatency(MachineInstr *Root, MachineInstr *NewRoot, getLatency() function in MachineCombiner
/llvm-project/mlir/lib/Dialect/SCF/TransformOps/
H A DSCFTransformOps.cpp258 auto getLatency = [&](Operation *op) -> unsigned { loopScheduling() local