Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.h39 bool isLegalToSplitMBBAt(MachineBasicBlock &MBB,
H A DThumb2InstrInfo.cpp110 Thumb2InstrInfo::isLegalToSplitMBBAt(MachineBasicBlock &MBB, in isLegalToSplitMBBAt() function in Thumb2InstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h79 bool isLegalToSplitMBBAt(MachineBasicBlock &MBB,
H A DR600InstrInfo.cpp97 bool R600InstrInfo::isLegalToSplitMBBAt(MachineBasicBlock &MBB, in isLegalToSplitMBBAt() function in R600InstrInfo
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h682 virtual bool isLegalToSplitMBBAt(MachineBasicBlock &MBB, in isLegalToSplitMBBAt() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DBranchFolding.cpp448 if (!TII->isLegalToSplitMBBAt(CurMBB, BBI1)) in SplitMBBAt()