Home
last modified time | relevance | path

Searched refs:shouldScheduleAdjacent (Results 1 – 6 of 6) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h106 bool shouldScheduleAdjacent(MachineInstr *First,
H A DAArch64InstrInfo.cpp1459 bool AArch64InstrInfo::shouldScheduleAdjacent(MachineInstr *First, in shouldScheduleAdjacent() function in AArch64InstrInfo
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h361 bool shouldScheduleAdjacent(MachineInstr* First,
H A DX86InstrInfo.cpp5313 bool X86InstrInfo::shouldScheduleAdjacent(MachineInstr* First, in shouldScheduleAdjacent() function in X86InstrInfo
/minix/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetInstrInfo.h860 virtual bool shouldScheduleAdjacent(MachineInstr* First, in shouldScheduleAdjacent() function
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1360 if (!TII->shouldScheduleAdjacent(SU->getInstr(), Branch)) in apply()