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

  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 261 SDValue InFlag = Node->getOperand(2), CmpLHS;
269 CmpLHS = InFlag.getValue(0);
272 CmpLHS = InFlag.getOperand(0);
276 SDValue Ops[] = { CmpLHS, InFlag.getOperand(1) };
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 305 Value *CmpLHS = IC->getOperand(0);
313 if (!match(CmpLHS, m_And(m_Value(X), m_Power2(C1))))
325 Value *V = CmpLHS;
362 Value *CmpLHS = ICI->getOperand(0);
388 if (match(Count, m_Intrinsic<Intrinsic::cttz>(m_Specific(CmpLHS))) ||
389 match(Count, m_Intrinsic<Intrinsic::ctlz>(m_Specific(CmpLHS)))) {
408 Value *CmpLHS = ICI->getOperand(0);
437 if ((CmpLHS == TrueVal && AdjustedRHS == FalseVal) ||
438 (CmpLHS == FalseVal && AdjustedRHS == TrueVal))
452 if (match(TrueVal, m_SExt(m_Specific(CmpLHS))) &
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 219 CaseBlock(ISD::CondCode cc, const Value *cmplhs, const Value *cmprhs,
224 : CC(cc), CmpLHS(cmplhs), CmpMHS(cmpmiddle), CmpRHS(cmprhs),
231 // CmpLHS/CmpRHS/CmpMHS - The LHS/MHS/RHS of the comparison to emit.
234 const Value *CmpLHS, *CmpMHS, *CmpRHS;
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 226 milliseconds