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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 194 // like ADDC/SUBC, which indicate the carry result is always false.
201 ADDC, SUBC,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 81 SUBC, // Sub with carry
ARMISelLowering.cpp 617 setOperationAction(ISD::SUBC, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 206 case ISD::SUBC: return "subc";
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 391 (Opc == ISD::SUBC || Opc == ISD::SUBE)) &&
MipsISelLowering.cpp 380 // SUBENode's second operand must be a flag output of an SUBC node in order
384 if (SUBCNode->getOpcode() != ISD::SUBC)
434 // replace uses of sube and subc here
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 90 setOperationAction(ISD::SUBC, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 361 setOperationAction(ISD::SUBC, VT, Custom);
    [all...]

Completed in 493 milliseconds