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

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 239 Value *BoolCast = 0, *OtherOp = 0;
241 BoolCast = Op0, OtherOp = Op1;
243 BoolCast = Op1, OtherOp = Op0;
248 return BinaryOperator::CreateAnd(V, OtherOp);
  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 511 Value *OtherOp = Inst->getOperand(OpIdx0);
512 if (Val == OtherOp)
513 OtherOp = Inst->getOperand(OpIdx1);
515 if (isa<ConstantPointerNull>(OtherOp))
518 Value *OtherObj = GetUnderlyingObject(OtherOp, *DL);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 376 Value *BoolCast = nullptr, *OtherOp = nullptr;
379 OtherOp = Op1;
382 OtherOp = Op0;
388 return BinaryOperator::CreateAnd(V, OtherOp);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 340 SDValue OtherOp = User->getOperand(0);
341 if (OtherOp.getNode() == N)
342 OtherOp = User->getOperand(1);
346 if (OtherOp->getOpcode() == ISD::CopyFromReg &&
348 OtherOp->getOperand(1).getNode())))
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 612 SDValue OtherOp;
615 OtherOp = N1;
618 OtherOp = N0;
624 if (OtherOp.getOpcode() == ISD::MUL) {
626 if (requireIntermediatesHaveOneUse && !OtherOp.hasOneUse())
628 Mul0 = OtherOp.getOperand(0);
629 Mul1 = OtherOp.getOperand(1);
641 Addend1 = OtherOp;
651 Addend1 = OtherOp;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp 599 SDValue OtherOp;
602 OtherOp = N1;
605 OtherOp = N0;
611 if (OtherOp.getOpcode() == ISD::MUL) {
613 if (requireIntermediatesHaveOneUse && !OtherOp.hasOneUse())
615 Mul0 = OtherOp.getOperand(0);
616 Mul1 = OtherOp.getOperand(1);
628 Addend1 = OtherOp;
638 Addend1 = OtherOp;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 874 milliseconds