Home
last modified time | relevance | path

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

12

/llvm-project/llvm/unittests/Transforms/Utils/
H A DIntegerDivisionTest.cpp100 Value *Rem = Builder.CreateSRem(A, B); in TEST() local
130 Value *Rem = Builder.CreateURem(A, B); in TEST() local
221 Value *Rem = Builder.CreateSRem(A, B); in TEST() local
251 Value *Rem = Builder.CreateURem(A, B); in TEST() local
/llvm-project/llvm/lib/BinaryFormat/
H A DCOFF.cpp33 unsigned Rem = Value % 64; in encodeBase64StringEntry() local
/llvm-project/llvm/lib/Support/
H A DBranchProbability.cpp92 uint64_t Rem = (uint64_t(Upper32) << 32) | Mid32; in scale() local
H A DAPFixedPoint.cpp322 APInt Rem; div() local
H A DAPInt.cpp2740 APInt Quo, Rem; RoundingUDiv() local
2755 APInt Quo, Rem; RoundingSDiv() local
2921 APInt Rem; SolveQuadraticEquationWrap() local
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp354 bool llvm::expandRemainder(BinaryOperator *Rem) { in expandRemainder() argument
456 expandRemainderUpTo32Bits(BinaryOperator * Rem) expandRemainderUpTo32Bits() argument
505 expandRemainderUpTo64Bits(BinaryOperator * Rem) expandRemainderUpTo64Bits() argument
[all...]
H A DSimplifyIndVar.cpp327 void SimplifyIndvar::replaceSRemWithURem(BinaryOperator *Rem) { in replaceSRemWithURem() argument
340 replaceRemWithNumerator(BinaryOperator * Rem) replaceRemWithNumerator() argument
349 replaceRemWithNumeratorOrZero(BinaryOperator * Rem) replaceRemWithNumeratorOrZero() argument
365 simplifyIVRemainder(BinaryOperator * Rem,Instruction * IVOperand,bool IsSigned) simplifyIVRemainder() argument
[all...]
H A DAMDGPUEmitPrintf.cpp348 int Rem = (Str.size() % 8); in processConstantStringArg() local
/llvm-project/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp105 MachineOptimizationRemarkAnalysis Rem(DEBUG_TYPE, "StackLayout", runOnMachineFunction() local
[all...]
H A DSelectOptimize.cpp847 EmitAndPrintRemark(OptimizationRemarkEmitter * ORE,DiagnosticInfoOptimizationBase & Rem) EmitAndPrintRemark() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h843 SchedRemainder *Rem = nullptr; global() variable
1170 SchedRemainder Rem; global() variable
/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp716 if (uint64_t Rem = CurrentOffset % DataAlignV) { expandCall() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp375 return Rem.isZero() && !Quot.isAllOnes(); in visitMul() local
418 Value *Rem = Builder.CreateBinOp(RemOpc, XFreeze, DivOp1); in visitMul() local
H A DInstCombineSimplifyDemanded.cpp865 const APInt *Rem; SimplifyDemandedUseBits() local
H A DInstCombineShifts.cpp504 Value *Rem = Builder.CreateAnd(A, Mask, Op1->getName()); commonShiftTransforms() local
H A DInstructionCombining.cpp2971 uint64_t Rem; visitGetElementPtrInst() local
2977 int64_t Rem; visitGetElementPtrInst() local
H A DInstCombineAddSub.cpp1173 Value *Div, *Rem; SimplifyAddWithRemainder() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp425 uint64_t Rem; in GEPToVectorIndex() local
H A DAMDGPULowerModuleLDSPass.cpp1203 if (uint64_t Rem = CurrentOffset % DataAlignV) { createLDSVariableReplacement() local
H A DAMDGPUISelLowering.cpp2008 SDValue Rem = DAG.getNode(ISD::MUL, DL, VT, Div, RHS); LowerDIVREM24() local
2189 SDValue Rem = DAG.getSelectCC(DL, C3, Zero, Sel2, Sub1, ISD::SETNE); LowerUDIVREM64() local
2340 SDValue Rem = Div.getValue(1); LowerSDIVREM() local
[all...]
H A DAMDGPUCodeGenPrepare.cpp1304 Value *Rem = Builder.CreateMul(Div, Den); expandDivRem24Impl() local
/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1632 uint64_t Weight = Total / NCases, Rem = Total % NCases; EmitCaseStmtRange() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp1821 OptimizationRemark Rem(DEBUG_TYPE, "Reproducer", &F); eliminateConstraints() local
H A DLowerMatrixIntrinsics.cpp2581 OptimizationRemark Rem(DEBUG_TYPE, "matrix-lowered", Loc, emitRemarks() local
/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1518 int64_t Rem = StepVal % Size; getPtrStride() local

12