HomeSort by: relevance | last modified time | path
    Searched refs:canInsertSelect (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 238 bool canInsertSelect(const MachineBasicBlock &, ArrayRef<MachineOperand> Cond,
SystemZInstrInfo.cpp 533 bool SystemZInstrInfo::canInsertSelect(const MachineBasicBlock &MBB,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 213 bool canInsertSelect(const MachineBasicBlock &, ArrayRef<MachineOperand> Cond,
AArch64InstrInfo.cpp 611 bool AArch64InstrInfo::canInsertSelect(const MachineBasicBlock &MBB,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.h 346 bool canInsertSelect(const MachineBasicBlock &, ArrayRef<MachineOperand> Cond,
X86InstrInfo.cpp 3306 bool X86InstrInfo::canInsertSelect(const MachineBasicBlock &MBB,
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 423 bool canInsertSelect(const MachineBasicBlock &, ArrayRef<MachineOperand> Cond,
PPCInstrInfo.cpp 1531 bool PPCInstrInfo::canInsertSelect(const MachineBasicBlock &MBB,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 861 virtual bool canInsertSelect(const MachineBasicBlock &MBB,
872 /// This function can only be called after canInsertSelect() returned true.
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
EarlyIfConversion.cpp 525 if (!TII->canInsertSelect(*Head, Cond, PI.PHI->getOperand(0).getReg(),
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.h 302 bool canInsertSelect(const MachineBasicBlock &MBB,
SIInstrInfo.cpp 2492 bool SIInstrInfo::canInsertSelect(const MachineBasicBlock &MBB,

Completed in 62 milliseconds