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

  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 610 // out64 = intrinsic-node in64
612 // lo = copy (extract-element (in64, 0))
613 // hi = copy (extract-element (in64, 1))
633 SDValue Opnd = Op->getOperand(++OpNo), In64;
636 In64 = initAccumulator(Opnd, DL, DAG);
644 // Add In64 to the end of the list.
645 if (In64.getNode())
646 Ops.push_back(In64);
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 101 milliseconds