| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | Thumb2InstrInfo.h | 71 bool isSchedulingBoundary(const MachineInstr &MI,
|
| H A D | Thumb2InstrInfo.cpp | 292 bool Thumb2InstrInfo::isSchedulingBoundary(const MachineInstr &MI, in isSchedulingBoundary() function in Thumb2InstrInfo 308 return ARMBaseInstrInfo::isSchedulingBoundary(MI, MBB, MF); in isSchedulingBoundary()
|
| H A D | ARMBaseInstrInfo.h | 264 bool isSchedulingBoundary(const MachineInstr &MI,
|
| H A D | ARMBaseInstrInfo.cpp | 1888 bool ARMBaseInstrInfo::isSchedulingBoundary(const MachineInstr &MI, in isSchedulingBoundary() function in ARMBaseInstrInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchInstrInfo.h | 70 bool isSchedulingBoundary(const MachineInstr &MI,
|
| H A D | LoongArchInstrInfo.cpp | 534 bool LoongArchInstrInfo::isSchedulingBoundary(const MachineInstr &MI, in isSchedulingBoundary() function in LoongArchInstrInfo 537 if (TargetInstrInfo::isSchedulingBoundary(MI, MBB, MF)) in isSchedulingBoundary()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600Packetizer.cpp | 361 if (TII->isSchedulingBoundary(*std::prev(I), &*MBB, Fn)) in runOnMachineFunction()
|
| H A D | SIFixSGPRCopies.cpp | 604 TII->isSchedulingBoundary(*R, MBB, *MBB->getParent())) in hoistAndMergeSGPRInits()
|
| H A D | SIInstrInfo.h | 423 bool isSchedulingBoundary(const MachineInstr &MI,
|
| H A D | SIInstrInfo.cpp | 4237 bool SIInstrInfo::isSchedulingBoundary(const MachineInstr &MI, in isSchedulingBoundary() function in SIInstrInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 252 bool isSchedulingBoundary(const MachineInstr &MI,
|
| H A D | HexagonVLIWPacketizer.cpp | 246 while (RB != End && HII->isSchedulingBoundary(*RB, &MB, MF)) in runOnMachineFunction() 251 while (RE != End && !HII->isSchedulingBoundary(*RE, &MB, MF)) in runOnMachineFunction()
|
| H A D | HexagonInstrInfo.cpp | 1796 bool HexagonInstrInfo::isSchedulingBoundary(const MachineInstr &MI, in isSchedulingBoundary() function in HexagonInstrInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | PostRASchedulerList.cpp | 327 if (MI.isCall() || TII->isSchedulingBoundary(MI, &MBB, MF)) { in run()
|
| H A D | WindowScheduler.cpp | 225 if (TII->isSchedulingBoundary(MI, MBB, *MF)) { in initialize()
|
| H A D | TargetInstrInfo.cpp | 1686 bool TargetInstrInfo::isSchedulingBoundary(const MachineInstr &MI, in isSchedulingBoundary() function in TargetInstrInfo
|
| H A D | MachineScheduler.cpp | 770 return MI->isCall() || TII->isSchedulingBoundary(*MI, MBB, *MF) || in isSchedBoundary()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 530 bool isSchedulingBoundary(const MachineInstr &MI,
|
| H A D | X86InstrInfo.cpp | 8921 bool X86InstrInfo::isSchedulingBoundary(const MachineInstr &MI, in isSchedulingBoundary() function in X86InstrInfo 8936 return TargetInstrInfo::isSchedulingBoundary(MI, MBB, MF); in isSchedulingBoundary()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 641 bool isSchedulingBoundary(const MachineInstr &MI,
|
| H A D | PPCInstrInfo.cpp | 2183 bool PPCInstrInfo::isSchedulingBoundary(const MachineInstr &MI, in isSchedulingBoundary() function in PPCInstrInfo 2197 return TargetInstrInfo::isSchedulingBoundary(MI, MBB, MF); in isSchedulingBoundary()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 418 bool isSchedulingBoundary(const MachineInstr &MI,
|
| H A D | AArch64InstrInfo.cpp | 1245 bool AArch64InstrInfo::isSchedulingBoundary(const MachineInstr &MI, in isSchedulingBoundary() function in AArch64InstrInfo 1248 if (TargetInstrInfo::isSchedulingBoundary(MI, MBB, MF)) in isSchedulingBoundary()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1746 virtual bool isSchedulingBoundary(const MachineInstr &MI,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 13559 …hineBasicBlockERKNS_15MachineFunctionE", "llvm::ARMBaseInstrInfo::isSchedulingBoundary(llvm::Machi… 17988 …eBasicBlockERKNS_15MachineFunctionE", "llvm::TargetInstrInfoImpl::isSchedulingBoundary(llvm::Machi…
|