Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DThumb2InstrInfo.h39 bool isLegalToSplitMBBAt(MachineBasicBlock &MBB,
DThumb2InstrInfo.cpp100 Thumb2InstrInfo::isLegalToSplitMBBAt(MachineBasicBlock &MBB, in isLegalToSplitMBBAt() function in Thumb2InstrInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb2InstrInfo.h38 bool isLegalToSplitMBBAt(MachineBasicBlock &MBB,
DThumb2InstrInfo.cpp109 Thumb2InstrInfo::isLegalToSplitMBBAt(MachineBasicBlock &MBB, in isLegalToSplitMBBAt() function in Thumb2InstrInfo
/external/llvm-project/llvm/lib/Target/ARM/
DThumb2InstrInfo.h38 bool isLegalToSplitMBBAt(MachineBasicBlock &MBB,
DThumb2InstrInfo.cpp115 Thumb2InstrInfo::isLegalToSplitMBBAt(MachineBasicBlock &MBB, in isLegalToSplitMBBAt() function in Thumb2InstrInfo
/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h68 bool isLegalToSplitMBBAt(MachineBasicBlock &MBB,
DR600InstrInfo.cpp77 bool R600InstrInfo::isLegalToSplitMBBAt(MachineBasicBlock &MBB, in isLegalToSplitMBBAt() function in R600InstrInfo
/external/llvm-project/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h78 bool isLegalToSplitMBBAt(MachineBasicBlock &MBB,
DR600InstrInfo.cpp96 bool R600InstrInfo::isLegalToSplitMBBAt(MachineBasicBlock &MBB, in isLegalToSplitMBBAt() function in R600InstrInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h78 bool isLegalToSplitMBBAt(MachineBasicBlock &MBB,
DR600InstrInfo.cpp96 bool R600InstrInfo::isLegalToSplitMBBAt(MachineBasicBlock &MBB, in isLegalToSplitMBBAt() function in R600InstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h611 virtual bool isLegalToSplitMBBAt(MachineBasicBlock &MBB, in isLegalToSplitMBBAt() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h758 virtual bool isLegalToSplitMBBAt(MachineBasicBlock &MBB, in isLegalToSplitMBBAt() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h765 virtual bool isLegalToSplitMBBAt(MachineBasicBlock &MBB, in isLegalToSplitMBBAt() function
/external/llvm/lib/CodeGen/
DBranchFolding.cpp443 if (!TII->isLegalToSplitMBBAt(CurMBB, BBI1)) in SplitMBBAt()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchFolding.cpp402 if (!TII->isLegalToSplitMBBAt(CurMBB, BBI1)) in SplitMBBAt()
/external/llvm-project/llvm/lib/CodeGen/
DBranchFolding.cpp391 if (!TII->isLegalToSplitMBBAt(CurMBB, BBI1)) in SplitMBBAt()