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

/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h138 bool canInsertSelect(const MachineBasicBlock &,
H A DAArch64InstrInfo.cpp369 bool AArch64InstrInfo::canInsertSelect( function in class:AArch64InstrInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h140 bool canInsertSelect(const MachineBasicBlock&,
H A DPPCInstrInfo.cpp584 bool PPCInstrInfo::canInsertSelect(const MachineBasicBlock &MBB, function in class:PPCInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h256 bool canInsertSelect(const MachineBasicBlock&,
H A DX86InstrInfo.cpp2971 canInsertSelect(const MachineBasicBlock &MBB, function in class:X86InstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h412 /// canInsertSelect - Return true if it is possible to insert a select
429 virtual bool canInsertSelect(const MachineBasicBlock &MBB, function in class:llvm::TargetInstrInfo
441 /// This function can only be called after canInsertSelect() returned true.
/external/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp423 if (!TII->canInsertSelect(*Head, Cond, PI.TReg, PI.FReg,

Completed in 1680 milliseconds