Home
last modified time | relevance | path

Searched refs:urem (Results 1 – 25 of 44) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_arith_ll.ll389 %result = urem i32 %a, %b
397 %result.trunc = urem i8 %a.trunc, %b.trunc
405 %result.trunc = urem i16 %a.trunc, %b.trunc
413 %result = urem i32 %a, %b
421 %result = urem i64 %a, %b
429 %result = urem <4 x i32> %a, %b
437 %result = urem <8 x i16> %a, %b
445 %result = urem <16 x i8> %a, %b
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp1066 rot = rot.urem(APInt(rot.getBitWidth(), BitWidth)); in rotateModulo()
1235 anc = t - 1 - t.urem(ad); // absolute value of nc in magic()
1280 nc = allOnes - (allOnes - d).urem(d); in magicu()
1694 APInt APInt::urem(const APInt &RHS) const { in urem() function in APInt
1732 uint64_t APInt::urem(uint64_t RHS) const { in urem() function in APInt
1767 return -((-(*this)).urem(-RHS)); in srem()
1768 return -((-(*this)).urem(RHS)); in srem()
1771 return this->urem(-RHS); in srem()
1772 return this->urem(RHS); in srem()
1778 return -((-(*this)).urem(-RHS)); in srem()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h119 *this = urem(RHS);
134 return IsUnsigned ? APSInt(urem(RHS), true) : APSInt(srem(RHS), false);
DAPInt.h1087 APInt urem(const APInt &RHS) const;
1088 uint64_t urem(uint64_t RHS) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoads.cpp88 !Offset.urem(APInt(Offset.getBitWidth(), Alignment.value())) in isDereferenceableAndAlignedPointer()
245 if (EltSize.urem(Alignment.value()) != 0) in isDereferenceableAndAlignedInLoop()
DDemandedBits.cpp162 uint64_t ShiftAmt = SA->urem(BitWidth); in determineLiveOperandBits()
DConstantFolding.cpp2356 unsigned ShAmt = C2->urem(BitWidth); in ConstantFoldScalarCall3()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp387 BucketChain.Elements[j].Offset->getAPInt().urem(Form); in prepareBaseForDispFormChain()
521 ((Form == DSForm) && !BasePtrIncSCEV->getAPInt().urem(4) && in rewriteLoadStores()
775 if (Diff && !Diff->getAPInt().urem(Form)) { in alreadyPrepared()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp791 B = APIntOps::urem(A, B); in GreatestCommonDivisor()
1391 anc = t - 1 - t.urem(ad); // absolute value of nc in magic()
1436 nc = allOnes - (allOnes - d).urem(d); in magicu()
1850 APInt APInt::urem(const APInt& RHS) const { in urem() function in APInt
1890 return -((-(*this)).urem(-RHS)); in srem()
1891 return -((-(*this)).urem(RHS)); in srem()
1894 return this->urem(-RHS); in srem()
1895 return this->urem(RHS); in srem()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInst.def45 X(Urem, "urem", 0) \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h909 APInt urem(const APInt &RHS) const;
1921 inline APInt urem(const APInt &LHS, const APInt &RHS) { return LHS.urem(RHS); } in urem() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h397 ConstantRange urem(const ConstantRange &Other) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfoM.td70 def : PatGprGpr<urem, REMU>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips64r6InstrInfo.td71 class DMODU_DESC : DIVMOD_DESC_BASE<"dmodu", GPR64Opnd, II_DMODU, urem>;
319 def : MipsPat<(i64 (sext (i32 (urem GPR32:$src, GPR32:$src2)))),
DMipsMSAInstrInfo.td2442 class MOD_U_B_DESC : MSA_3R_DESC_BASE<"mod_u.b", urem, MSA128BOpnd>;
2443 class MOD_U_H_DESC : MSA_3R_DESC_BASE<"mod_u.h", urem, MSA128HOpnd>;
2444 class MOD_U_W_DESC : MSA_3R_DESC_BASE<"mod_u.w", urem, MSA128WOpnd>;
2445 class MOD_U_D_DESC : MSA_3R_DESC_BASE<"mod_u.d", urem, MSA128DOpnd>;
DMips32r6InstrInfo.td555 class MODU_DESC : DIVMOD_DESC_BASE<"modu", GPR32Opnd, II_MODU, urem>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/
DSelectionDAGCompat.td63 def : GINodeEquiv<G_UREM, urem>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp379 return C1.urem(C2); in ConstantFoldBinOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInteger.td59 defm REM_U : BinaryInt<urem, "rem_u", 0x70, 0x82>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp792 return urem(Other); in binaryOp()
1137 ConstantRange ConstantRange::urem(const ConstantRange &RHS) const { in urem() function in ConstantRange
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp791 case Instruction::URem: INTEGER_VECTOR_FUNCTION(urem) break; in visitBinaryOperator()
833 case Instruction::URem: R.IntVal = Src1.IntVal.urem(Src2.IntVal); break; in visitBinaryOperator()
2083 case Instruction::URem: Dest.IntVal = Op0.IntVal.urem(Op1.IntVal); break; in getConstantExprValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp847 INSTKEYWORD(urem, URem); INSTKEYWORD(srem, SRem); INSTKEYWORD(frem, FRem); in LexIdentifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp431 if (PtrDelta.urem(Stride) != 0) in lookThroughComplexAddresses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp804 case Instruction::URem:GV.IntVal = LHS.IntVal.urem(RHS.IntVal); break; in getConstantValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp729 uint64_t ShiftAmt = SA->urem(BitWidth); in SimplifyDemandedUseBits()

12