/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | COFF.cpp | 33 unsigned Rem = Value % 64; in encodeBase64StringEntry() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | IntegerDivision.cpp | 354 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 D | SimplifyIndVar.cpp | 317 replaceSRemWithURem(BinaryOperator * Rem) replaceSRemWithURem() argument 329 replaceRemWithNumerator(BinaryOperator * Rem) replaceRemWithNumerator() argument 338 replaceRemWithNumeratorOrZero(BinaryOperator * Rem) replaceRemWithNumeratorOrZero() argument 353 simplifyIVRemainder(BinaryOperator * Rem,Instruction * IVOperand,bool IsSigned) simplifyIVRemainder() argument [all...] |
H A D | AMDGPUEmitPrintf.cpp | 348 int Rem = (Str.size() % 8); in processConstantStringArg() local
|
/freebsd-src/contrib/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 | 316 APInt Rem; div() local
|
H A D | APInt.cpp | 2748 APInt Quo, Rem; RoundingUDiv() local 2763 APInt Quo, Rem; RoundingSDiv() local 2929 APInt Rem; SolveQuadraticEquationWrap() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackFrameLayoutAnalysisPass.cpp | 105 MachineOptimizationRemarkAnalysis Rem(DEBUG_TYPE, "StackLayout", runOnMachineFunction() local [all...] |
H A D | SelectOptimize.cpp | 794 EmitAndPrintRemark(OptimizationRemarkEmitter * ORE,DiagnosticInfoOptimizationBase & Rem) EmitAndPrintRemark() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineScheduler.h | 843 SchedRemainder *Rem = nullptr; variable 1170 SchedRemainder Rem; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 837 const APInt *Rem; SimplifyDemandedUseBits() local
|
H A D | InstCombineShifts.cpp | 494 Value *Rem = Builder.CreateAnd(A, Mask, Op1->getName()); commonShiftTransforms() local
|
H A D | InstCombineMulDivRem.cpp | 401 Value *Rem = Builder.CreateBinOp(RemOpc, XFreeze, DivOp1); visitMul() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteAlloca.cpp | 325 uint64_t Rem; GEPToVectorIndex() local
|
H A D | AMDGPULowerModuleLDSPass.cpp | 1412 if (uint64_t Rem = CurrentOffset % DataAlignV) { createLDSVariableReplacement() local
|
H A D | AMDGPUISelLowering.cpp | 1961 SDValue Rem = DAG.getNode(ISD::MUL, DL, VT, Div, RHS); LowerDIVREM24() local 2142 SDValue Rem = DAG.getSelectCC(DL, C3, Zero, Sel2, Sub1, ISD::SETNE); LowerUDIVREM64() local 2293 SDValue Rem = Div.getValue(1); LowerSDIVREM() local [all...] |
H A D | AMDGPUCodeGenPrepare.cpp | 1299 Value *Rem = Builder.CreateMul(Div, Den); expandDivRem24Impl() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 1777 OptimizationRemark Rem(DEBUG_TYPE, "Reproducer", &F); eliminateConstraints() local
|
H A D | LowerMatrixIntrinsics.cpp | 2483 OptimizationRemark Rem(DEBUG_TYPE, "matrix-lowered", Loc, emitRemarks() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 1465 uint64_t Weight = Total / NCases, Rem = Total % NCases; EmitCaseStmtRange() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 1519 int64_t Rem = StepVal % Size; getPtrStride() local
|
H A D | ScalarEvolution.cpp | 6891 uint64_t Rem = MaxVal.urem(Align); getRangeRef() local 15098 APInt Rem = ExprVal.urem(DivisorVal); applyLoopGuards() local 15114 APInt Rem = ExprVal.urem(DivisorVal); applyLoopGuards() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.h | 409 bool Rem(InterpState &S, CodePtr OpPC) { Rem() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 2284 SDValue Rem = ExpandDivRemLibCall() local
|
H A D | TargetLowering.cpp | 7731 SDValue Rem = DAG.getNode(ISD::BUILD_PAIR, dl, VT, RemL, RemH); expandDIVREMByConstant() local 10348 SDValue Rem; expandFixedPointDiv() local
|