Searched refs:computeDelta (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldMachO.cpp | 310 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | ModuloSchedule.h | 210 bool computeDelta(MachineInstr &MI, unsigned &Delta);
|
H A D | MachinePipeliner.h | 297 bool computeDelta(MachineInstr &MI, unsigned &Delta);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachinePipeliner.cpp | 2125 bool SwingSchedulerDAG::computeDelta(MachineInstr &MI, unsigned &Delta) { in computeDelta() function in SwingSchedulerDAG 2307 if (!computeDelta(*SI, DeltaS) || !computeDelta(*DI, DeltaD)) in isLoopCarriedDep()
|
H A D | ModuloSchedule.cpp | 911 bool ModuloScheduleExpander::computeDelta(MachineInstr &MI, unsigned &Delta) { in computeDelta() function in ModuloScheduleExpander 968 if (Num != UINT_MAX && computeDelta(OldMI, Delta)) { in updateMemOperands()
|