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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 213 SADDO, UADDO,
    [all...]
SelectionDAG.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 199 case ISD::UADDO: return "uaddo";
LegalizeIntegerTypes.cpp 117 case ISD::UADDO:
635 unsigned Opcode = N->getOpcode() == ISD::UADDO ? ISD::ADD : ISD::SUB;
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 54 milliseconds