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

  /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/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/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);

Completed in 51 milliseconds