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

  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 382 int CmpMask, CmpValue;
383 if (!TII->analyzeCompare(MI, SrcReg, SrcReg2, CmpMask, CmpValue) ||
389 if (TII->optimizeCompareInstr(MI, SrcReg, SrcReg2, CmpMask, CmpValue, MRI)) {
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 194 /// compares against in CmpValue. Return true if the comparison instruction
198 int &CmpValue) const;
205 unsigned SrcReg2, int CmpMask, int CmpValue,
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 380 /// compares against in CmpValue. Return true if the comparison instruction
384 int &CmpMask, int &CmpValue) const;
390 unsigned SrcReg2, int CmpMask, int CmpValue,
X86InstrInfo.cpp     [all...]

Completed in 1177 milliseconds