/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/comp/ |
D | specialization-constant-evaluation.comp | 18 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/ |
D | ARMTargetTransformInfo.cpp | 687 { 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()
|
D | ARMISelLowering.cpp | 207 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/ |
D | SparcISelDAGToDAG.cpp | 341 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/ |
D | specialization-constant-evaluation.comp | 34 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/ |
D | LanaiTargetTransformInfo.h | 93 case ISD::SDIV:
|
D | LanaiISelLowering.cpp | 106 setOperationAction(ISD::SDIV, MVT::i32, Expand); in LanaiTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 248 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/ |
D | ISDOpcodes.h | 202 ADD, SUB, MUL, SDIV, UDIV, SREM, UREM, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 1931 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()
|
D | MipsSEISelLowering.cpp | 240 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()
|
D | MipsScheduleP5600.td | 191 def : InstRW<[P5600WriteAL2Div], (instrs DIV, PseudoSDIV, SDIV)>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFISelDAGToDAG.cpp | 193 case ISD::SDIV: { in Select()
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeARM_64.c | 119 #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()
|
D | sljitNativeSPARC_common.c | 195 #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()
|
D | sljitNativeARM_T2_32.c | 168 #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/ |
D | RISCVISelLowering.cpp | 129 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/ |
D | TargetLoweringBase.cpp | 789 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/ |
D | SelectionDAGDumper.cpp | 230 case ISD::SDIV: return "sdiv"; in getOperationName()
|
D | LegalizeDAG.cpp | 3279 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()
|
D | FastISel.cpp | 634 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/ |
D | MSP430ISelLowering.cpp | 136 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/ |
D | AVRISelLowering.cpp | 148 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/ |
D | AArch64TargetTransformInfo.cpp | 509 case ISD::SDIV: in getArithmeticInstrCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenMCPseudoLowering.inc | 833 TmpInst.setOpcode(Mips::SDIV);
|