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

  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 200 /// optimizeCompareInstr - Convert the instruction to set the zero flag so
204 virtual bool optimizeCompareInstr(MachineInstr *CmpInstr, unsigned SrcReg,
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 386 /// optimizeCompareInstr - Check if there exists an earlier instruction that
389 virtual bool optimizeCompareInstr(MachineInstr *CmpInstr, unsigned SrcReg,
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 389 if (TII->optimizeCompareInstr(MI, SrcReg, SrcReg2, CmpMask, CmpValue, MRI)) {

Completed in 624 milliseconds