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

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetInstrInfo.h 609 /// OptimizeCompareInstr - See if the comparison instruction can be converted
612 virtual bool OptimizeCompareInstr(MachineInstr *CmpInstr,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.h 193 /// OptimizeCompareInstr - Convert the instruction to set the zero flag so
195 virtual bool OptimizeCompareInstr(MachineInstr *CmpInstr, unsigned SrcReg,
ARMBaseInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PeepholeOptimizer.cpp 344 if (TII->OptimizeCompareInstr(MI, SrcReg, CmpMask, CmpValue, MRI)) {

Completed in 349 milliseconds