Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp309 static int64_t computeDelta(SectionEntry *A, SectionEntry *B) { in computeDelta() function
330 int64_t DeltaForText = computeDelta(Text, EHFrame); in registerEHFrames()
333 DeltaForEH = computeDelta(ExceptTab, EHFrame); in registerEHFrames()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h214 bool computeDelta(MachineInstr &MI, unsigned &Delta);
H A DMachinePipeliner.h467 bool computeDelta(const MachineInstr &MI, int &Delta) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2881 bool SwingSchedulerDAG::computeDelta(const MachineInstr &MI, int &Delta) const { in computeDelta() function in SwingSchedulerDAG
3019 if (!computeDelta(*BaseMI, DeltaB) || !computeDelta(*OtherMI, DeltaO) || in mayOverlapInLaterIter()
H A DModuloSchedule.cpp945 bool ModuloScheduleExpander::computeDelta(MachineInstr &MI, unsigned &Delta) { in computeDelta() function in ModuloScheduleExpander
1002 if (Num != UINT_MAX && computeDelta(OldMI, Delta)) { in updateMemOperands()