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

  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 253 case ISD::ADDE: {
256 assert(((Opc == ISD::ADDC || Opc == ISD::ADDE) ||
261 if (Opcode == ISD::ADDE) {
MipsSEISelDAGToDAG.cpp 221 assert(((Opc == ISD::ADDC || Opc == ISD::ADDE) ||
336 case ISD::ADDE: {
MipsSEISelLowering.cpp 114 setTargetDAGCombine(ISD::ADDE);
162 // (addc multLo, Lo0), (adde multHi, Hi0),
219 // replace uses of adde and addc here
497 case ISD::ADDE:
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 204 ADDE, SUBE,
    [all...]
SelectionDAG.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 81 ADDE, // Add using carry
ARMISelLowering.cpp 668 setOperationAction(ISD::ADDE, MVT::i32, Custom);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 113 setOperationAction(ISD::ADDE, VT, Expand);
213 setOperationAction(ISD::ADDE, MVT::Other, Expand);
  /external/llvm/lib/Target/R600/
AMDILISelLowering.cpp 102 setOperationAction(ISD::ADDE, VT, Expand);
196 setOperationAction(ISD::ADDE, MVT::Other, Expand);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 113 setOperationAction(ISD::ADDE, VT, Expand);
213 setOperationAction(ISD::ADDE, MVT::Other, Expand);
  /external/qemu/tcg/ppc/
tcg-target.c 346 #define ADDE XO31(138)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 197 case ISD::ADDE: return "adde";
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 336 #define ADDE XO31(138)
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 208 setOperationAction(ISD::ADDE, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 92 setOperationAction(ISD::ADDE, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 317 case ISD::ADDE:
    [all...]
X86ISelLowering.cpp 427 setOperationAction(ISD::ADDE, VT, Custom);
    [all...]

Completed in 180 milliseconds