HomeSort by relevance Sort by last modified time
    Searched defs:canInsertSelect (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 412 /// canInsertSelect - Return true if it is possible to insert a select
429 virtual bool canInsertSelect(const MachineBasicBlock &MBB,
441 /// This function can only be called after canInsertSelect() returned true.
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 369 bool AArch64InstrInfo::canInsertSelect(
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 584 bool PPCInstrInfo::canInsertSelect(const MachineBasicBlock &MBB,
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 139 milliseconds