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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 216 ADDE, SUBE,
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 245 case ISD::SUBE:
250 (Opc == ISD::SUBC || Opc == ISD::SUBE)) &&
MipsSEISelDAGToDAG.cpp 207 (Opc == ISD::SUBC || Opc == ISD::SUBE)) &&
317 case ISD::SUBE: {
MipsISelLowering.cpp 380 setTargetDAGCombine(ISD::SUBE);
486 // (addc Lo0, multLo), (sube Hi0, multHi),
547 // replace uses of sube and subc here
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 83 SUBE, // Sub using carry
ARMISelLowering.cpp 660 setOperationAction(ISD::SUBE, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 209 case ISD::SUBE: return "sube";
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDILISelLowering.cpp 101 setOperationAction(ISD::SUBE, VT, Expand);
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 92 setOperationAction(ISD::SUBE, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 374 setOperationAction(ISD::SUBE, VT, Custom);
    [all...]

Completed in 222 milliseconds