/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_arith_ll.ll | 389 %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/ |
D | APInt.cpp | 1066 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/ |
D | APSInt.h | 119 *this = urem(RHS); 134 return IsUnsigned ? APSInt(urem(RHS), true) : APSInt(srem(RHS), false);
|
D | APInt.h | 1087 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/ |
D | Loads.cpp | 88 !Offset.urem(APInt(Offset.getBitWidth(), Alignment.value())) in isDereferenceableAndAlignedPointer() 245 if (EltSize.urem(Alignment.value()) != 0) in isDereferenceableAndAlignedInLoop()
|
D | DemandedBits.cpp | 162 uint64_t ShiftAmt = SA->urem(BitWidth); in determineLiveOperandBits()
|
D | ConstantFolding.cpp | 2356 unsigned ShAmt = C2->urem(BitWidth); in ConstantFoldScalarCall3()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCLoopInstrFormPrep.cpp | 387 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/ |
D | APInt.cpp | 791 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/ |
D | IceInst.def | 45 X(Urem, "urem", 0) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 909 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/ |
D | ConstantRange.h | 397 ConstantRange urem(const ConstantRange &Other) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfoM.td | 70 def : PatGprGpr<urem, REMU>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips64r6InstrInfo.td | 71 class DMODU_DESC : DIVMOD_DESC_BASE<"dmodu", GPR64Opnd, II_DMODU, urem>; 319 def : MipsPat<(i64 (sext (i32 (urem GPR32:$src, GPR32:$src2)))),
|
D | MipsMSAInstrInfo.td | 2442 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>;
|
D | Mips32r6InstrInfo.td | 555 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/ |
D | SelectionDAGCompat.td | 63 def : GINodeEquiv<G_UREM, urem>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | Utils.cpp | 379 return C1.urem(C2); in ConstantFoldBinOp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInteger.td | 59 defm REM_U : BinaryInt<urem, "rem_u", 0x70, 0x82>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 792 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/ |
D | Execution.cpp | 791 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/ |
D | LLLexer.cpp | 847 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/ |
D | LoadStoreVectorizer.cpp | 431 if (PtrDelta.urem(Stride) != 0) in lookThroughComplexAddresses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 804 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/ |
D | InstCombineSimplifyDemanded.cpp | 729 uint64_t ShiftAmt = SA->urem(BitWidth); in SimplifyDemandedUseBits()
|