Home
last modified time | relevance | path

Searched defs:computeDelta (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp310 static int64_t computeDelta(SectionEntry *A, SectionEntry *B) { computeDelta() function
/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp924 bool ModuloScheduleExpander::computeDelta(MachineInstr &MI, unsigned &Delta) { computeDelta() function in ModuloScheduleExpander
H A DMachinePipeliner.cpp2558 bool SwingSchedulerDAG::computeDelta(MachineInstr &MI, unsigned &Delta) { computeDelta() function in SwingSchedulerDAG
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp272 FailureOr<int64_t> computeDelta = in isDisjointTransferIndices() local