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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 229 SSUBO, USUBO,
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 235 SSUBO, USUBO,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 254 SSUBO, USUBO,
    [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 173 setOperationAction(ISD::USUBO, VT, Custom);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 231 case ISD::USUBO: return "usubo";
LegalizeIntegerTypes.cpp 135 case ISD::USUBO: Res = PromoteIntRes_UADDSUBO(N, ResNo); break;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 273 case ISD::USUBO: return "usubo";
    [all...]
LegalizeIntegerTypes.cpp 137 case ISD::USUBO: Res = PromoteIntRes_UADDSUBO(N, ResNo); break;
    [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringBase.cpp 615 setOperationAction(ISD::USUBO, VT, Expand);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 139 setOperationAction(ISD::USUBO, MVT::i32, Custom);
623 case ISD::USUBO: return LowerUADDSUBO(Op, DAG, ISD::SUB, AMDGPUISD::BORROW);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 178 setOperationAction(ISD::USUBO, MVT::i32, Custom);
484 case ISD::USUBO: return LowerUADDSUBO(Op, DAG, ISD::SUB, AMDGPUISD::BORROW);
    [all...]
AMDGPUISelDAGToDAG.cpp 488 case ISD::USUBO: {
    [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/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 117 case ISD::USUBO: Res = PromoteIntRes_UADDSUBO(N, ResNo); break;
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 245 setOperationAction(ISD::USUBO, MVT::i32, Custom);
246 setOperationAction(ISD::USUBO, MVT::i64, Custom);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 315 setOperationAction(ISD::USUBO, MVT::i32, Custom);
316 setOperationAction(ISD::USUBO, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 9284 milliseconds

1 2