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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 201 // like ADDC/SUBC, which indicate the carry result is always false.
208 ADDC, SUBC,
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 214 (Opc == ISD::SUBC || Opc == ISD::SUBE)) &&
MipsISelLowering.cpp 326 // SUBENode's second operand must be a flag output of an SUBC node in order
330 if (SUBCNode->getOpcode() != ISD::SUBC)
381 // replace uses of sube and subc here
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 76 SUBC, // Sub with carry
ARMISelLowering.cpp 570 setOperationAction(ISD::SUBC, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 104 setOperationAction(ISD::SUBC , MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 91 setOperationAction(ISD::SUBC, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 363 setOperationAction(ISD::SUBC, VT, Custom);
    [all...]

Completed in 85 milliseconds