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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 602 /// Mul1, Addend0 and Addend1.
604 isADDADDMUL(SDValue Op, SDValue &Mul0, SDValue &Mul1, SDValue &Addend0,
629 Mul1 = OtherOp.getOperand(1);
639 Mul1 = AddOp.getOperand(0).getOperand(1);
649 Mul1 = AddOp.getOperand(1).getOperand(1);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp 589 /// Mul1, Addend0 and Addend1.
591 isADDADDMUL(SDValue Op, SDValue &Mul0, SDValue &Mul1, SDValue &Addend0,
616 Mul1 = OtherOp.getOperand(1);
626 Mul1 = AddOp.getOperand(0).getOperand(1);
636 Mul1 = AddOp.getOperand(1).getOperand(1);
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /art/test/458-checker-instruct-simplification/src/
Main.java 362 /// CHECK-START: long Main.$noinline$Mul1(long) instruction_simplifier (before)
368 /// CHECK-START: long Main.$noinline$Mul1(long) instruction_simplifier (after)
372 /// CHECK-START: long Main.$noinline$Mul1(long) instruction_simplifier (after)
375 public static long $noinline$Mul1(long arg) {
421 /// CHECK-DAG: <<Mul1:j\d+>> Mul [<<Const10>>,<<ArgValue>>]
422 /// CHECK-DAG: <<Mul2:j\d+>> Mul [<<Mul1>>,<<Const11>>]
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 602 milliseconds