HomeSort by relevance Sort by last modified time
    Searched refs:CmpValue (Results 1 - 9 of 9) 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/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600ISelLowering.cpp 339 SDValue CmpValue;
341 CmpValue = DAG.getNode(
351 CmpValue.getDebugLoc(),
353 JumpT, CmpValue);
SIISelLowering.cpp 315 SDValue CmpValue;
317 CmpValue = DAG.getNode(
326 CmpValue.getDebugLoc(),
328 JumpT, CmpValue);
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 339 SDValue CmpValue;
341 CmpValue = DAG.getNode(
351 CmpValue.getDebugLoc(),
353 JumpT, CmpValue);
SIISelLowering.cpp 315 SDValue CmpValue;
317 CmpValue = DAG.getNode(
326 CmpValue.getDebugLoc(),
328 JumpT, CmpValue);
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 192 /// compares against in CmpValue. Return true if the comparison instruction
196 int &CmpValue) const;
203 unsigned SrcReg2, int CmpMask, int CmpValue,
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 390 /// compares against in CmpValue. Return true if the comparison instruction
394 int &CmpMask, int &CmpValue) const;
400 unsigned SrcReg2, int CmpMask, int CmpValue,
X86InstrInfo.cpp     [all...]

Completed in 1348 milliseconds