/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 229 SSUBO, USUBO, enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 235 SSUBO, USUBO, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 254 SSUBO, USUBO, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 99 SADDO, SSUBO, UADDO, USUBO, ADDCARRY, SUBCARRY, enumerator
|
D | SystemZISelLowering.cpp | 169 setOperationAction(ISD::SSUBO, VT, Custom); in SystemZTargetLowering() 3233 case ISD::SSUBO: in lowerXALUO() 3234 BaseOp = SystemZISD::SSUBO; in lowerXALUO() 4813 case ISD::SSUBO: in LowerOperation() 4999 OPCODE(SSUBO); in getTargetNodeName()
|
D | SystemZOperators.td | 277 def z_ssubo : SDNode<"SystemZISD::SSUBO", SDT_ZBinaryWithFlags>;
|
D | SystemZISelDAGToDAG.cpp | 1309 case SystemZISD::SSUBO: in tryFoldLoadStoreIntoMemOperand()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 230 case ISD::SSUBO: return "ssubo"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 133 case ISD::SSUBO: Res = PromoteIntRes_SADDSUBO(N, ResNo); break; in PromoteIntegerResult() 1398 case ISD::SSUBO: ExpandIntRes_SADDSUBO(N, Lo, Hi); break; in ExpandIntegerResult()
|
D | SelectionDAG.cpp | 2126 case ISD::SSUBO: in computeKnownBits() 2617 case ISD::SSUBO: in ComputeNumSignBits()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 272 case ISD::SSUBO: return "ssubo"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 135 case ISD::SSUBO: Res = PromoteIntRes_SADDSUBO(N, ResNo); break; in PromoteIntegerResult() 1473 case ISD::SSUBO: ExpandIntRes_SADDSUBO(N, Lo, Hi); break; in ExpandIntegerResult()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 613 setOperationAction(ISD::SSUBO, VT, Expand); in initActions()
|
/external/llvm/test/CodeGen/X86/ |
D | xaluo.ll | 244 ; SSUBO
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1339 setOperationAction(ISD::SSUBO, VT, Expand); in HexagonTargetLowering() 1418 ISD::UADDO, ISD::SSUBO, ISD::USUBO, ISD::SMUL_LOHI, ISD::UMUL_LOHI, in HexagonTargetLowering()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 243 setOperationAction(ISD::SSUBO, MVT::i32, Custom); in AArch64TargetLowering() 244 setOperationAction(ISD::SSUBO, MVT::i64, Custom); in AArch64TargetLowering() 1635 case ISD::SSUBO: in getAArch64XALUOOp() 2344 case ISD::SSUBO: in LowerOperation() 3638 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerBR_CC() 4087 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerSELECT()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 880 setOperationAction(ISD::SSUBO, VT, Expand); in initActions()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 115 case ISD::SSUBO: Res = PromoteIntRes_SADDSUBO(N, ResNo); break; in PromoteIntegerResult() 1153 case ISD::SSUBO: ExpandIntRes_SADDSUBO(N, Lo, Hi); break; in ExpandIntegerResult()
|
D | SelectionDAG.cpp | 1735 case ISD::SSUBO: in ComputeMaskedBits() 2170 case ISD::SSUBO: in ComputeNumSignBits() 6020 case ISD::SSUBO: return "ssubo"; in getOperationName()
|
D | LegalizeDAG.cpp | 857 case ISD::SSUBO: in LegalizeOp() 3552 case ISD::SSUBO: { in ExpandNode()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1856 setOperationAction(ISD::SSUBO, VT, Expand); in HexagonTargetLowering() 1938 ISD::SUBC, ISD::SADDO, ISD::UADDO, ISD::SSUBO, ISD::USUBO, in HexagonTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 313 setOperationAction(ISD::SSUBO, MVT::i32, Custom); in AArch64TargetLowering() 314 setOperationAction(ISD::SSUBO, MVT::i64, Custom); in AArch64TargetLowering() 1929 case ISD::SSUBO: in getAArch64XALUOOp() 2035 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in isOverflowIntrOpRes() 2814 case ISD::SSUBO: in LowerOperation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | xaluo.ll | 594 ; SSUBO
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 807 setOperationAction(ISD::SSUBO, MVT::i32, Custom); in ARMTargetLowering() 3984 case ISD::SSUBO: in getARMXALUOOp() 4114 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerSELECT() 4680 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerBRCOND() 4731 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerBR_CC() 8123 case ISD::SSUBO: in LowerOperation()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 722 setOperationAction(ISD::SSUBO, MVT::i32, Custom); in ARMTargetLowering() 3539 case ISD::SSUBO: in getARMXALUOOp() 3587 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerSELECT() 7212 case ISD::SSUBO: in LowerOperation()
|