Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h178 bool canInsertSelect(const MachineBasicBlock &, ArrayRef<MachineOperand> Cond,
DPPCInstrInfo.cpp683 bool PPCInstrInfo::canInsertSelect(const MachineBasicBlock &MBB, in canInsertSelect() function in PPCInstrInfo
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h147 bool canInsertSelect(const MachineBasicBlock &, ArrayRef<MachineOperand> Cond,
DAArch64InstrInfo.cpp360 bool AArch64InstrInfo::canInsertSelect( in canInsertSelect() function in AArch64InstrInfo
/external/llvm/lib/Target/X86/
DX86InstrInfo.h326 bool canInsertSelect(const MachineBasicBlock&, ArrayRef<MachineOperand> Cond,
DX86InstrInfo.cpp4195 canInsertSelect(const MachineBasicBlock &MBB, in canInsertSelect() function in X86InstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h651 virtual bool canInsertSelect(const MachineBasicBlock &MBB, in canInsertSelect() function
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp423 if (!TII->canInsertSelect(*Head, Cond, PI.TReg, PI.FReg, in canConvertIf()