Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.h38 bool isLegalToSplitMBBAt(MachineBasicBlock &MBB,
H A DThumb2InstrInfo.cpp113 Thumb2InstrInfo::isLegalToSplitMBBAt(MachineBasicBlock &MBB, in isLegalToSplitMBBAt() function in Thumb2InstrInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h78 bool isLegalToSplitMBBAt(MachineBasicBlock &MBB,
H A DR600InstrInfo.cpp73 bool R600InstrInfo::isLegalToSplitMBBAt(MachineBasicBlock &MBB, in isLegalToSplitMBBAt() function in R600InstrInfo
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h785 virtual bool isLegalToSplitMBBAt(MachineBasicBlock &MBB, in isLegalToSplitMBBAt() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp391 if (!TII->isLegalToSplitMBBAt(CurMBB, BBI1)) in SplitMBBAt()