/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | IntegerDivisionTest.cpp | 100 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 D | COFF.cpp | 33 unsigned Rem = Value % 64; in encodeBase64StringEntry() local
|
/llvm-project/llvm/lib/Support/ |
H A D | BranchProbability.cpp | 92 uint64_t Rem = (uint64_t(Upper32) << 32) | Mid32; in scale() local
|
H A D | APFixedPoint.cpp | 322 APInt Rem; div() local
|
H A D | APInt.cpp | 2740 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 D | IntegerDivision.cpp | 354 bool llvm::expandRemainder(BinaryOperator *Rem) { in expandRemainder() argument 456 expandRemainderUpTo32Bits(BinaryOperator * Rem) expandRemainderUpTo32Bits() argument 505 expandRemainderUpTo64Bits(BinaryOperator * Rem) expandRemainderUpTo64Bits() argument [all...] |
H A D | SimplifyIndVar.cpp | 327 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 D | AMDGPUEmitPrintf.cpp | 348 int Rem = (Str.size() % 8); in processConstantStringArg() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | StackFrameLayoutAnalysisPass.cpp | 105 MachineOptimizationRemarkAnalysis Rem(DEBUG_TYPE, "StackLayout", runOnMachineFunction() local [all...] |
H A D | SelectOptimize.cpp | 847 EmitAndPrintRemark(OptimizationRemarkEmitter * ORE,DiagnosticInfoOptimizationBase & Rem) EmitAndPrintRemark() argument
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineScheduler.h | 843 SchedRemainder *Rem = nullptr; global() variable 1170 SchedRemainder Rem; global() variable
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ExpandVariadics.cpp | 716 if (uint64_t Rem = CurrentOffset % DataAlignV) { expandCall() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 375 return Rem.isZero() && !Quot.isAllOnes(); in visitMul() local 418 Value *Rem = Builder.CreateBinOp(RemOpc, XFreeze, DivOp1); in visitMul() local
|
H A D | InstCombineSimplifyDemanded.cpp | 865 const APInt *Rem; SimplifyDemandedUseBits() local
|
H A D | InstCombineShifts.cpp | 504 Value *Rem = Builder.CreateAnd(A, Mask, Op1->getName()); commonShiftTransforms() local
|
H A D | InstructionCombining.cpp | 2971 uint64_t Rem; visitGetElementPtrInst() local 2977 int64_t Rem; visitGetElementPtrInst() local
|
H A D | InstCombineAddSub.cpp | 1173 Value *Div, *Rem; SimplifyAddWithRemainder() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteAlloca.cpp | 425 uint64_t Rem; in GEPToVectorIndex() local
|
H A D | AMDGPULowerModuleLDSPass.cpp | 1203 if (uint64_t Rem = CurrentOffset % DataAlignV) { createLDSVariableReplacement() local
|
H A D | AMDGPUISelLowering.cpp | 2008 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 D | AMDGPUCodeGenPrepare.cpp | 1304 Value *Rem = Builder.CreateMul(Div, Den); expandDivRem24Impl() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 1632 uint64_t Weight = Total / NCases, Rem = Total % NCases; EmitCaseStmtRange() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 1821 OptimizationRemark Rem(DEBUG_TYPE, "Reproducer", &F); eliminateConstraints() local
|
H A D | LowerMatrixIntrinsics.cpp | 2581 OptimizationRemark Rem(DEBUG_TYPE, "matrix-lowered", Loc, emitRemarks() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 1518 int64_t Rem = StepVal % Size; getPtrStride() local
|