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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 219 SADDO, UADDO,
    [all...]
SelectionDAG.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 200 case ISD::SADDO: return "saddo";
LegalizeIntegerTypes.cpp 115 case ISD::SADDO:
459 unsigned Opcode = N->getOpcode() == ISD::SADDO ? 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 77 milliseconds