Home
last modified time | relevance | path

Searched refs:canInsertSelect (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h177 bool canInsertSelect(const MachineBasicBlock &, ArrayRef<MachineOperand> Cond,
DPPCInstrInfo.cpp685 bool PPCInstrInfo::canInsertSelect(const MachineBasicBlock &MBB, in canInsertSelect() function in PPCInstrInfo
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h154 bool canInsertSelect(const MachineBasicBlock &, ArrayRef<MachineOperand> Cond,
DAArch64InstrInfo.cpp366 bool AArch64InstrInfo::canInsertSelect( in canInsertSelect() function in AArch64InstrInfo
/external/llvm/lib/Target/X86/
DX86InstrInfo.h323 bool canInsertSelect(const MachineBasicBlock&, ArrayRef<MachineOperand> Cond,
DX86InstrInfo.cpp4277 canInsertSelect(const MachineBasicBlock &MBB, in canInsertSelect() function in X86InstrInfo
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp423 if (!TII->canInsertSelect(*Head, Cond, PI.TReg, PI.FReg, in canConvertIf()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h688 virtual bool canInsertSelect(const MachineBasicBlock &MBB, in canInsertSelect() function