Searched refs:canInsertSelect (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 178 bool canInsertSelect(const MachineBasicBlock &, ArrayRef<MachineOperand> Cond,
|
D | PPCInstrInfo.cpp | 683 bool PPCInstrInfo::canInsertSelect(const MachineBasicBlock &MBB, in canInsertSelect() function in PPCInstrInfo
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 147 bool canInsertSelect(const MachineBasicBlock &, ArrayRef<MachineOperand> Cond,
|
D | AArch64InstrInfo.cpp | 360 bool AArch64InstrInfo::canInsertSelect( in canInsertSelect() function in AArch64InstrInfo
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 326 bool canInsertSelect(const MachineBasicBlock&, ArrayRef<MachineOperand> Cond,
|
D | X86InstrInfo.cpp | 4195 canInsertSelect(const MachineBasicBlock &MBB, in canInsertSelect() function in X86InstrInfo
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 651 virtual bool canInsertSelect(const MachineBasicBlock &MBB, in canInsertSelect() function
|
/external/llvm/lib/CodeGen/ |
D | EarlyIfConversion.cpp | 423 if (!TII->canInsertSelect(*Head, Cond, PI.TReg, PI.FReg, in canConvertIf()
|