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

  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 412 /// analyzeSelect - Analyze the given select instruction, returning true if
430 virtual bool analyzeSelect(const MachineInstr *MI,
439 /// analyzeSelect and returned Optimizable = true, attempt to optimize MI by
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 208 virtual bool analyzeSelect(const MachineInstr *MI,
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 403 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable))

Completed in 179 milliseconds