Home
last modified time | relevance | path

Searched defs:Rem (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ia32/
H A Dmath.c150 UINT32 Rem; in DivU64x32() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp375 bool llvm::expandRemainder(BinaryOperator *Rem) { in expandRemainder()
485 bool llvm::expandRemainderUpTo32Bits(BinaryOperator *Rem) { in expandRemainderUpTo32Bits()
534 bool llvm::expandRemainderUpTo64Bits(BinaryOperator *Rem) { in expandRemainderUpTo64Bits()
H A DSimplifyIndVar.cpp340 void SimplifyIndvar::replaceSRemWithURem(BinaryOperator *Rem) { in replaceSRemWithURem()
352 void SimplifyIndvar::replaceRemWithNumerator(BinaryOperator *Rem) { in replaceRemWithNumerator()
361 void SimplifyIndvar::replaceRemWithNumeratorOrZero(BinaryOperator *Rem) { in replaceRemWithNumeratorOrZero()
376 void SimplifyIndvar::simplifyIVRemainder(BinaryOperator *Rem, Value *IVOperand, in simplifyIVRemainder()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DBranchProbability.cpp91 uint64_t Rem = (uint64_t(Upper32) << 32) | Mid32; in scale() local
H A DAPFixedPoint.cpp305 APInt Rem; in div() local
H A DAPInt.cpp2824 APInt Quo, Rem; in RoundingUDiv() local
2839 APInt Quo, Rem; in RoundingSDiv() local
3005 APInt Rem; in SolveQuadraticEquationWrap() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp184 if (uint64_t Rem = CurrentOffset % DataAlignV) { in runOnModule() local
H A DAMDGPUPrintfRuntimeBinding.cpp258 size_t Rem = SizeStr % DWORD_ALIGN; in lowerPrintfForGpu() local
439 size_t Rem = SizeStr % DWORD_ALIGN; in lowerPrintfForGpu() local
H A DAMDGPUCodeGenPrepare.cpp946 Value *Rem = Builder.CreateMul(Div, Den); in expandDivRem24Impl() local
H A DAMDGPUISelLowering.cpp1749 SDValue Rem = DAG.getNode(ISD::MUL, DL, VT, Div, RHS); in LowerDIVREM24() local
1931 SDValue Rem = DAG.getSelectCC(DL, C3, Zero, Sel2, Sub1, ISD::SETNE); in LowerUDIVREM64() local
2082 SDValue Rem = Div.getValue(1); in LowerSDIVREM() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetSchedule.cpp50 unsigned Rem = Dividend % Divisor; in gcd() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h619 SchedRemainder *Rem = nullptr; variable
911 SchedRemainder Rem; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp699 ConstantInt *Rem; in SimplifyDemandedUseBits() local
H A DInstCombineShifts.cpp419 Value *Rem = Builder.CreateAnd(A, Mask, Op1->getName()); in commonShiftTransforms() local
H A DInstCombineMulDivRem.cpp292 Value *Rem = Builder.CreateBinOp(RemOpc, X, DivOp1); in visitMul() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp450 unsigned Rem = Value % 64; in encodeBase64StringEntry() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp1337 uint64_t Weight = Total / NCases, Rem = Total % NCases; in EmitCaseStmtRange() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1102 int64_t Rem = StepVal % Size; in getPtrStride() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1999 OptimizationRemark Rem(DEBUG_TYPE, "matrix-lowered", Loc, in emitRemarks() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2187 SDValue Rem = in ExpandDivRemLibCall() local
H A DTargetLowering.cpp8268 SDValue Rem; in expandFixedPointDiv() local
H A DDAGCombiner.cpp6655 APInt Rem; in extractShiftForRotate() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp217 uint64_t Rem = Offset - SL->getElementOffset(Idx); in constructPointer() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5866 const SCEV *Rem = SE->getURemExpr( in computeMaxVF() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp18742 SDValue Rem = DAG.getNode(ISD::SUB, dl, VT, Dividend, Mul); in LowerDivRem() local