Home
last modified time | relevance | path

Searched refs:SDIV (Results 1 – 25 of 73) sorted by relevance

123

/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/comp/
Dspecialization-constant-evaluation.comp18 const int SDIV = STWO / SNEG_TWO; // -1
26 const int RSHA = (-int(IADD)) >> (-SDIV); // -3
62 DUMMY_SSBO(SDiv, 4, SDIV + 2);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp687 { ISD::SDIV, MVT::v1i64, 1 * FunctionCallDivCost}, in getArithmeticInstrCost()
691 { ISD::SDIV, MVT::v2i32, 2 * FunctionCallDivCost}, in getArithmeticInstrCost()
695 { ISD::SDIV, MVT::v4i16, ReciprocalDivCost}, in getArithmeticInstrCost()
699 { ISD::SDIV, MVT::v8i8, ReciprocalDivCost}, in getArithmeticInstrCost()
704 { ISD::SDIV, MVT::v2i64, 2 * FunctionCallDivCost}, in getArithmeticInstrCost()
708 { ISD::SDIV, MVT::v4i32, 4 * FunctionCallDivCost}, in getArithmeticInstrCost()
712 { ISD::SDIV, MVT::v8i16, 8 * FunctionCallDivCost}, in getArithmeticInstrCost()
716 { ISD::SDIV, MVT::v16i8, 16 * FunctionCallDivCost}, in getArithmeticInstrCost()
977 case ISD::SDIV: in isHardwareLoopProfitable()
DARMISelLowering.cpp207 setOperationAction(ISD::SDIV, VT, Expand); in addTypeForNEON()
284 setOperationAction(ISD::SDIV, VT, Expand); in addMVEVectorTypes()
855 setOperationAction(ISD::SDIV, MVT::v4i16, Custom); in ARMTargetLowering()
856 setOperationAction(ISD::SDIV, MVT::v8i8, Custom); in ARMTargetLowering()
1120 setOperationAction(ISD::SDIV, MVT::i32, LibCall); in ARMTargetLowering()
1125 setOperationAction(ISD::SDIV, MVT::i32, Custom); in ARMTargetLowering()
1128 setOperationAction(ISD::SDIV, MVT::i64, Custom); in ARMTargetLowering()
8990 if (N->getOpcode() != ISD::SDIV) in BuildSDIVPow2()
9341 case ISD::SDIV: in LowerOperation()
9455 case ISD::SDIV: in ReplaceNodeResults()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp341 case ISD::SDIV: in Select()
352 if (N->getOpcode() == ISD::SDIV) { in Select()
364 unsigned Opcode = N->getOpcode() == ISD::SDIV ? SP::SDIVrr : SP::UDIVrr; in Select()
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/comp/
Dspecialization-constant-evaluation.comp34 const int SDIV = (STWO / SNEG_TWO);
35 const int _52 = (SDIV + 2);
50 const int _97 = (-SDIV);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiTargetTransformInfo.h93 case ISD::SDIV:
DLanaiISelLowering.cpp106 setOperationAction(ISD::SDIV, MVT::i32, Expand); in LanaiTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp248 if ((ISD == ISD::SDIV || ISD == ISD::SREM || ISD == ISD::UDIV || in getArithmeticInstrCost()
253 if (ISD == ISD::SDIV || ISD == ISD::SREM) { in getArithmeticInstrCost()
350 { ISD::SDIV, MVT::v64i8, 14 }, // 2*ext+2*pmulhw sequence in getArithmeticInstrCost()
354 { ISD::SDIV, MVT::v32i16, 6 }, // vpmulhw sequence in getArithmeticInstrCost()
369 { ISD::SDIV, MVT::v16i32, 15 }, // vpmuldq sequence in getArithmeticInstrCost()
384 { ISD::SDIV, MVT::v32i8, 14 }, // 2*ext+2*pmulhw sequence in getArithmeticInstrCost()
388 { ISD::SDIV, MVT::v16i16, 6 }, // vpmulhw sequence in getArithmeticInstrCost()
392 { ISD::SDIV, MVT::v8i32, 15 }, // vpmuldq sequence in getArithmeticInstrCost()
406 { ISD::SDIV, MVT::v32i8, 28+2 }, // 4*ext+4*pmulhw sequence + split. in getArithmeticInstrCost()
408 { ISD::SDIV, MVT::v16i8, 14 }, // 2*ext+2*pmulhw sequence in getArithmeticInstrCost()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h202 ADD, SUB, MUL, SDIV, UDIV, SREM, UREM, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp1931 case ISD::SDIV: in selectDivRem()
1933 DivOpc = Mips::SDIV; in selectDivRem()
2046 if (!selectBinaryOp(I, ISD::SDIV)) in fastSelectInstruction()
2047 return selectDivRem(I, ISD::SDIV); in fastSelectInstruction()
DMipsSEISelLowering.cpp240 setOperationAction(ISD::SDIV, MVT::i32, Legal); in MipsSETargetLowering()
287 setOperationAction(ISD::SDIV, MVT::i64, Legal); in MipsSETargetLowering()
339 setOperationAction(ISD::SDIV, Ty, Legal); in addMSAIntType()
1811 return DAG.getNode(ISD::SDIV, DL, Op->getValueType(0), Op->getOperand(1), in lowerINTRINSIC_WO_CHAIN()
DMipsScheduleP5600.td191 def : InstRW<[P5600WriteAL2Div], (instrs DIV, PseudoSDIV, SDIV)>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp193 case ISD::SDIV: { in Select()
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeARM_64.c119 #define SDIV 0x9ac00c00 macro
1228 …FAIL_IF(push_inst(compiler, ((op == SLJIT_DIVMOD_UW ? UDIV : SDIV) ^ inv_bits) | RD(SLJIT_R0) | RN… in sljit_emit_op0()
1233 …return push_inst(compiler, ((op == SLJIT_DIV_UW ? UDIV : SDIV) ^ inv_bits) | RD(SLJIT_R0) | RN(SLJ… in sljit_emit_op0()
DsljitNativeSPARC_common.c195 #define SDIV (OPC1(0x2) | OPC3(0x0f)) macro
974 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? UDIV : SDIV) | D(SLJIT_R0) | S1(SLJIT_R0… in sljit_emit_op0()
DsljitNativeARM_T2_32.c168 #define SDIV 0xfb90f0f0 macro
1486 …FAIL_IF(push_inst32(compiler, (op == SLJIT_DIVMOD_UW ? UDIV : SDIV) | RD4(SLJIT_R0) | RN4(SLJIT_R0… in sljit_emit_op0()
1491 …return push_inst32(compiler, (op == SLJIT_DIV_UW ? UDIV : SDIV) | RD4(SLJIT_R0) | RN4(SLJIT_R0) | … in sljit_emit_op0()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp129 setOperationAction(ISD::SDIV, XLenVT, Expand); in RISCVTargetLowering()
137 setOperationAction(ISD::SDIV, MVT::i32, Custom); in RISCVTargetLowering()
836 case ISD::SDIV: in getRISCVWOpcode()
910 case ISD::SDIV: in ReplaceNodeResults()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp789 case ISD::SDIV: in canOpTrap()
1602 case SDiv: return ISD::SDIV; in InstructionOpcodeToISD()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp230 case ISD::SDIV: return "sdiv"; in getOperationName()
DLegalizeDAG.cpp3279 unsigned DivOpc = isSigned ? ISD::SDIV : ISD::UDIV; in ExpandNode()
3297 case ISD::SDIV: { in ExpandNode()
3298 bool isSigned = Node->getOpcode() == ISD::SDIV; in ExpandNode()
4160 case ISD::SDIV: in ConvertNodeToLibcall()
4323 case ISD::SDIV: in PromoteNode()
4341 case ISD::SDIV: in PromoteNode()
DFastISel.cpp634 if (ISDOpcode == ISD::SDIV && isa<BinaryOperator>(I) && in selectBinaryOp()
1813 return selectBinaryOp(I, ISD::SDIV); in selectOperator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp136 setOperationAction(ISD::SDIV, MVT::i8, Promote); in MSP430TargetLowering()
142 setOperationAction(ISD::SDIV, MVT::i16, LibCall); in MSP430TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp148 setOperationAction(ISD::SDIV, MVT::i8, Expand); in AVRTargetLowering()
149 setOperationAction(ISD::SDIV, MVT::i16, Expand); in AVRTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp509 case ISD::SDIV: in getArithmeticInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenMCPseudoLowering.inc833 TmpInst.setOpcode(Mips::SDIV);

123