| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | TargetSchedule.cpp | 50 unsigned Rem = Dividend % Divisor; in gcd() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| H A D | IntegerDivision.cpp | 375 bool llvm::expandRemainder(BinaryOperator *Rem) { in expandRemainder() argument 485 expandRemainderUpTo32Bits(BinaryOperator *Rem) expandRemainderUpTo32Bits() argument 534 expandRemainderUpTo64Bits(BinaryOperator *Rem) expandRemainderUpTo64Bits() argument [all...] |
| H A D | SimplifyIndVar.cpp | 320 void SimplifyIndvar::replaceSRemWithURem(BinaryOperator *Rem) { in replaceSRemWithURem() argument 332 replaceRemWithNumerator(BinaryOperator *Rem) replaceRemWithNumerator() argument 341 replaceRemWithNumeratorOrZero(BinaryOperator *Rem) replaceRemWithNumeratorOrZero() argument 356 simplifyIVRemainder(BinaryOperator *Rem, Value *IVOperand, bool IsSigned) simplifyIVRemainder() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 261 size_t Rem = SizeStr % DWORD_ALIGN; in lowerPrintfForGpu() local 449 size_t Rem = SizeStr % DWORD_ALIGN; in lowerPrintfForGpu() local
|
| H A D | AMDGPUCodeGenPrepare.cpp | 724 Value *Rem = Builder.CreateMul(Div, Den); in expandDivRem24() local 870 Value *Rem = Builder.CreateSelect(Tmp1_0_CC, Remainder, Remainder_S_Den); in expandDivRem32() local
|
| H A D | AMDGPUISelLowering.cpp | 1617 SDValue Rem = DAG.getNode(ISD::MUL, DL, VT, Div, RHS); in LowerDIVREM24() local 1797 SDValue Rem in LowerUDIVREM64() local 1950 SDValue Rem = DAG.getSelectCC(DL, Tmp1, DAG.getConstant(0, DL, VT), LowerUDIVREM() local 2008 SDValue Rem = Div.getValue(1); LowerSDIVREM() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 439 unsigned Rem = Value % 64; in encodeBase64StringEntry() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 324 Value *Rem = Builder.CreateBinOp(RemOpc, X, DivOp1); in visitMul() local
|
| H A D | InstCombineShifts.cpp | 409 Value *Rem = Builder.CreateAnd(A, ConstantInt::get(I.getType(), *B - 1), in commonShiftTransforms() local
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| H A D | bn.rs | 1326 impl<'a, 'b> Rem<&'b BigNumRef> for &'a BigNumRef { impls
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | MachineScheduler.h | 615 SchedRemainder *Rem = nullptr; member in llvm::SchedBoundary 897 SchedRemainder Rem; member in llvm::GenericSchedulerBase
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 1076 int64_t Rem = StepVal % Size; in getPtrStride() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 6091 APInt Rem; in extractShiftForRotate() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 16256 SDValue Rem = DAG.getNode(ISD::SUB, dl, VT, Dividend, Mul); in LowerDivRem() local
|