Home
last modified time | relevance | path

Searched refs:computeDelta (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp310 static int64_t computeDelta(SectionEntry *A, SectionEntry *B) { in computeDelta() function
331 int64_t DeltaForText = computeDelta(Text, EHFrame); in registerEHFrames()
334 DeltaForEH = computeDelta(ExceptTab, EHFrame); in registerEHFrames()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h214 bool computeDelta(MachineInstr &MI, unsigned &Delta);
H A DMachinePipeliner.h314 bool computeDelta(MachineInstr &MI, unsigned &Delta);
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2568 bool SwingSchedulerDAG::computeDelta(MachineInstr &MI, unsigned &Delta) { in computeDelta() function in SwingSchedulerDAG
2752 if (!computeDelta(*SI, DeltaS) || !computeDelta(*DI, DeltaD)) in isLoopCarriedDep()
H A DModuloSchedule.cpp927 bool ModuloScheduleExpander::computeDelta(MachineInstr &MI, unsigned &Delta) { in computeDelta() function in ModuloScheduleExpander
984 if (Num != UINT_MAX && computeDelta(OldMI, Delta)) { in updateMemOperands()