Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h210 bool computeDelta(MachineInstr &MI, unsigned &Delta);
H A DMachinePipeliner.h297 bool computeDelta(MachineInstr &MI, unsigned &Delta);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2125 bool SwingSchedulerDAG::computeDelta(MachineInstr &MI, unsigned &Delta) { in computeDelta() function in SwingSchedulerDAG
2307 if (!computeDelta(*SI, DeltaS) || !computeDelta(*DI, DeltaD)) in isLoopCarriedDep()
H A DModuloSchedule.cpp911 bool ModuloScheduleExpander::computeDelta(MachineInstr &MI, unsigned &Delta) { in computeDelta() function in ModuloScheduleExpander
968 if (Num != UINT_MAX && computeDelta(OldMI, Delta)) { in updateMemOperands()