Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/lib/BinaryFormat/
H A DCOFF.cpp33 unsigned Rem = Value % 64; in encodeBase64StringEntry() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp354 bool llvm::expandRemainder(BinaryOperator *Rem) { in expandRemainder()
456 bool llvm::expandRemainderUpTo32Bits(BinaryOperator *Rem) { in expandRemainderUpTo32Bits()
505 bool llvm::expandRemainderUpTo64Bits(BinaryOperator *Rem) { in expandRemainderUpTo64Bits()
H A DSimplifyIndVar.cpp312 void SimplifyIndvar::replaceSRemWithURem(BinaryOperator *Rem) { in replaceSRemWithURem()
324 void SimplifyIndvar::replaceRemWithNumerator(BinaryOperator *Rem) { in replaceRemWithNumerator()
333 void SimplifyIndvar::replaceRemWithNumeratorOrZero(BinaryOperator *Rem) { in replaceRemWithNumeratorOrZero()
348 void SimplifyIndvar::simplifyIVRemainder(BinaryOperator *Rem, in simplifyIVRemainder()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DBranchProbability.cpp92 uint64_t Rem = (uint64_t(Upper32) << 32) | Mid32; in scale() local
H A DAPFixedPoint.cpp316 APInt Rem; in div() local
H A DAPInt.cpp2729 APInt Quo, Rem; in RoundingUDiv() local
2744 APInt Quo, Rem; in RoundingSDiv() local
2910 APInt Rem; in SolveQuadraticEquationWrap() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp105 MachineOptimizationRemarkAnalysis Rem(DEBUG_TYPE, "StackLayout", in runOnMachineFunction() local
H A DSelectOptimize.cpp577 DiagnosticInfoOptimizationBase &Rem) { in EmitAndPrintRemark()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h622 SchedRemainder *Rem = nullptr; variable
941 SchedRemainder Rem; variable
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp1048 if (uint64_t Rem = CurrentOffset % DataAlignV) { in createLDSVariableReplacement() local
H A DAMDGPUPromoteAlloca.cpp374 uint64_t Rem; in GEPToVectorIndex() local
H A DAMDGPUCodeGenPrepare.cpp995 Value *Rem = Builder.CreateMul(Div, Den); in expandDivRem24Impl() local
H A DAMDGPUISelLowering.cpp1782 SDValue Rem = DAG.getNode(ISD::MUL, DL, VT, Div, RHS); in LowerDIVREM24() local
1965 SDValue Rem = DAG.getSelectCC(DL, C3, Zero, Sel2, Sub1, ISD::SETNE); in LowerUDIVREM64() local
2116 SDValue Rem = Div.getValue(1); in LowerSDIVREM() local
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp819 const APInt *Rem; in SimplifyDemandedUseBits() local
H A DInstCombineShifts.cpp462 Value *Rem = Builder.CreateAnd(A, Mask, Op1->getName()); in commonShiftTransforms() local
H A DInstCombineMulDivRem.cpp375 Value *Rem = Builder.CreateBinOp(RemOpc, XFreeze, DivOp1); in visitMul() local
/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DInterp.h258 bool Rem(InterpState &S, CodePtr OpPC) { in Rem() function
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp1447 uint64_t Weight = Total / NCases, Rem = Total % NCases; in EmitCaseStmtRange() local
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1455 int64_t Rem = StepVal % Size; in getPtrStride() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2329 OptimizationRemark Rem(DEBUG_TYPE, "matrix-lowered", Loc, in emitRemarks() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2211 SDValue Rem = in ExpandDivRemLibCall() local
H A DTargetLowering.cpp7408 SDValue Rem = DAG.getNode(ISD::BUILD_PAIR, dl, VT, RemL, RemH); in expandDIVREMByConstant() local
9851 SDValue Rem; in expandFixedPointDiv() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5122 const SCEV *Rem = SE->getURemExpr( in computeMaxVF() local
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp20525 SDValue Rem = DAG.getNode(ISD::SUB, dl, VT, Dividend, Mul); in LowerDivRem() local
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15662 APInt Rem; in performMulCombine() local

12