HomeSort by relevance Sort by last modified time
    Searched refs:UADDO (Results 1 - 25 of 41) 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 172 setOperationAction(ISD::UADDO, VT, Custom);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 134 case ISD::UADDO:
744 unsigned Opcode = N->getOpcode() == ISD::UADDO ? ISD::ADD : ISD::SUB;
    [all...]
SelectionDAGDumper.cpp 229 case ISD::UADDO: return "uaddo";
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 136 case ISD::UADDO:
751 unsigned Opcode = N->getOpcode() == ISD::UADDO ? ISD::ADD : ISD::SUB;
    [all...]
SelectionDAGDumper.cpp 271 case ISD::UADDO: return "uaddo";
    [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 116 case ISD::UADDO:
620 unsigned Opcode = N->getOpcode() == ISD::UADDO ? ISD::ADD : ISD::SUB;
    [all...]
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 487 case ISD::UADDO:
761 unsigned Opc = N->getOpcode() == ISD::UADDO ?
    [all...]
R600ISelLowering.cpp 175 setOperationAction(ISD::UADDO, MVT::i32, Custom);
483 case ISD::UADDO: return LowerUADDSUBO(Op, DAG, ISD::ADD, AMDGPUISD::CARRY);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringBase.cpp 614 setOperationAction(ISD::UADDO, VT, Expand);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 136 setOperationAction(ISD::UADDO, MVT::i32, Custom);
622 case ISD::UADDO: return LowerUADDSUBO(Op, DAG, ISD::ADD, AMDGPUISD::CARRY);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]

Completed in 1296 milliseconds

1 2