Searched defs:computeDelta (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ | ||
H A D | RuntimeDyldMachO.cpp | 310 static int64_t computeDelta(SectionEntry *A, SectionEntry *B) { computeDelta() function |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | ModuloSchedule.cpp | 924 bool ModuloScheduleExpander::computeDelta(MachineInstr &MI, unsigned &Delta) { computeDelta() function in ModuloScheduleExpander |
H A D | MachinePipeliner.cpp | 2558 bool SwingSchedulerDAG::computeDelta(MachineInstr &MI, unsigned &Delta) { computeDelta() function in SwingSchedulerDAG |
/llvm-project/mlir/lib/Dialect/Vector/IR/ | ||
H A D | VectorOps.cpp | 272 FailureOr<int64_t> computeDelta = in isDisjointTransferIndices() local |