Home
last modified time | relevance | path

Searched defs:Rem (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetSchedule.cpp50 unsigned Rem = Dividend % Divisor; in gcd() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp375 bool llvm::expandRemainder(BinaryOperator *Rem) { in expandRemainder() argument
485 expandRemainderUpTo32Bits(BinaryOperator *Rem) expandRemainderUpTo32Bits() argument
534 expandRemainderUpTo64Bits(BinaryOperator *Rem) expandRemainderUpTo64Bits() argument
[all...]
H A DSimplifyIndVar.cpp320 void SimplifyIndvar::replaceSRemWithURem(BinaryOperator *Rem) { in replaceSRemWithURem() argument
332 replaceRemWithNumerator(BinaryOperator *Rem) replaceRemWithNumerator() argument
341 replaceRemWithNumeratorOrZero(BinaryOperator *Rem) replaceRemWithNumeratorOrZero() argument
356 simplifyIVRemainder(BinaryOperator *Rem, Value *IVOperand, bool IsSigned) simplifyIVRemainder() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp261 size_t Rem = SizeStr % DWORD_ALIGN; in lowerPrintfForGpu() local
449 size_t Rem = SizeStr % DWORD_ALIGN; in lowerPrintfForGpu() local
H A DAMDGPUCodeGenPrepare.cpp724 Value *Rem = Builder.CreateMul(Div, Den); in expandDivRem24() local
870 Value *Rem = Builder.CreateSelect(Tmp1_0_CC, Remainder, Remainder_S_Den); in expandDivRem32() local
H A DAMDGPUISelLowering.cpp1617 SDValue Rem = DAG.getNode(ISD::MUL, DL, VT, Div, RHS); in LowerDIVREM24() local
1797 SDValue Rem in LowerUDIVREM64() local
1950 SDValue Rem = DAG.getSelectCC(DL, Tmp1, DAG.getConstant(0, DL, VT), LowerUDIVREM() local
2008 SDValue Rem = Div.getValue(1); LowerSDIVREM() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp439 unsigned Rem = Value % 64; in encodeBase64StringEntry() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp324 Value *Rem = Builder.CreateBinOp(RemOpc, X, DivOp1); in visitMul() local
H A DInstCombineShifts.cpp409 Value *Rem = Builder.CreateAnd(A, ConstantInt::get(I.getType(), *B - 1), in commonShiftTransforms() local
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs1326 impl<'a, 'b> Rem<&'b BigNumRef> for &'a BigNumRef { impls
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h615 SchedRemainder *Rem = nullptr; member in llvm::SchedBoundary
897 SchedRemainder Rem; member in llvm::GenericSchedulerBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1076 int64_t Rem = StepVal % Size; in getPtrStride() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6091 APInt Rem; in extractShiftForRotate() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16256 SDValue Rem = DAG.getNode(ISD::SUB, dl, VT, Dividend, Mul); in LowerDivRem() local

Completed in 81 milliseconds