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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 226 SADDO, UADDO,
    [all...]
SelectionDAG.h     [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 232 SADDO, UADDO,
    [all...]
SelectionDAG.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 251 SADDO, UADDO,
    [all...]
TargetLowering.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 99 SADDO, SSUBO, UADDO, USUBO, ADDCARRY, SUBCARRY,
SystemZISelDAGToDAG.cpp     [all...]
SystemZISelLowering.cpp 168 setOperationAction(ISD::SADDO, VT, Custom);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 228 case ISD::SADDO: return "saddo";
LegalizeIntegerTypes.cpp 132 case ISD::SADDO:
551 unsigned Opcode = N->getOpcode() == ISD::SADDO ? ISD::ADD : ISD::SUB;
    [all...]
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 270 case ISD::SADDO: return "saddo";
    [all...]
LegalizeIntegerTypes.cpp 134 case ISD::SADDO:
550 unsigned Opcode = N->getOpcode() == ISD::SADDO ? ISD::ADD : ISD::SUB;
    [all...]
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 114 case ISD::SADDO:
457 unsigned Opcode = N->getOpcode() == ISD::SADDO ? ISD::ADD : ISD::SUB;
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringBase.cpp 612 setOperationAction(ISD::SADDO, VT, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 239 setOperationAction(ISD::SADDO, MVT::i32, Custom);
240 setOperationAction(ISD::SADDO, MVT::i64, Custom);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 309 setOperationAction(ISD::SADDO, MVT::i32, Custom);
310 setOperationAction(ISD::SADDO, MVT::i64, Custom);
    [all...]

Completed in 92 milliseconds

1 2