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

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSelect.cpp 347 Value *CmpLHS = ICI->getOperand(0);
384 if ((CmpLHS == TrueVal && AdjustedRHS == FalseVal) ||
385 (CmpLHS == FalseVal && AdjustedRHS == TrueVal))
399 if (match(TrueVal, m_SExt(m_Specific(CmpLHS))) &&
401 CmpLHS = TrueVal;
403 } else if (match(FalseVal, m_SExt(m_Specific(CmpLHS))) &&
405 CmpLHS = FalseVal;
413 if (match(TrueVal, m_ZExt(m_Specific(CmpLHS))) &&
415 CmpLHS = TrueVal;
417 } else if (match(FalseVal, m_ZExt(m_Specific(CmpLHS))) &
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 316 Value *CmpLHS = IC->getOperand(0);
324 if (!match(CmpLHS, m_And(m_Value(X), m_Power2(C1))))
336 Value *V = CmpLHS;
373 Value *CmpLHS = ICI->getOperand(0);
399 if (match(Count, m_Intrinsic<Intrinsic::cttz>(m_Specific(CmpLHS))) ||
400 match(Count, m_Intrinsic<Intrinsic::ctlz>(m_Specific(CmpLHS)))) {
419 Value *CmpLHS = ICI->getOperand(0);
448 if ((CmpLHS == TrueVal && AdjustedRHS == FalseVal) ||
449 (CmpLHS == FalseVal && AdjustedRHS == TrueVal))
463 if (match(TrueVal, m_SExt(m_Specific(CmpLHS))) &
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 196 SDValue InFlag = Node->getOperand(2), CmpLHS;
205 CmpLHS = InFlag.getValue(0);
208 CmpLHS = InFlag.getOperand(0);
212 SDValue Ops[] = {CmpLHS, InFlag.getOperand(1)};
MipsSEISelDAGToDAG.h 42 void selectAddESubE(unsigned MOp, SDValue InFlag, SDValue CmpLHS,
MipsSEISelDAGToDAG.cpp 241 SDValue CmpLHS, const SDLoc &DL,
255 SDValue Ops[] = { CmpLHS, InFlag.getOperand(1) };
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelDAGToDAG.cpp 211 SDValue InFlag = Node->getOperand(2), CmpLHS;
219 CmpLHS = InFlag.getValue(0);
222 CmpLHS = InFlag.getOperand(0);
226 SDValue Ops[] = { CmpLHS, InFlag.getOperand(1) };
  /external/llvm/lib/Transforms/Scalar/
AlignmentFromAssumptions.cpp 215 Value *CmpLHS = ICI->getOperand(0);
217 const SCEV *CmpLHSSCEV = SE->getSCEV(CmpLHS);
220 std::swap(CmpLHS, CmpRHS);
224 BinaryOperator *CmpBO = dyn_cast<BinaryOperator>(CmpLHS);
GuardWidening.cpp 501 Value *CmpLHS = IC->getOperand(0), *CmpRHS = IC->getOperand(1);
503 std::swap(CmpLHS, CmpRHS);
508 CmpLHS, cast<ConstantInt>(ConstantInt::getNullValue(CmpRHS->getType())),
GVN.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 206 CaseBlock(ISD::CondCode cc, const Value *cmplhs, const Value *cmprhs,
211 : CC(cc), CmpLHS(cmplhs), CmpMHS(cmpmiddle), CmpRHS(cmprhs),
218 // CmpLHS/CmpRHS/CmpMHS - The LHS/MHS/RHS of the comparison to emit.
221 const Value *CmpLHS, *CmpMHS, *CmpRHS;
SelectionDAGBuilder.cpp     [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...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 1138 milliseconds