Home
last modified time | relevance | path

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

12

/external/llvm/unittests/Transforms/Utils/
DIntegerDivision.cpp101 Value *Rem = Builder.CreateSRem(A, B); in TEST() local
131 Value *Rem = Builder.CreateURem(A, B); in TEST() local
222 Value *Rem = Builder.CreateSRem(A, B); in TEST() local
252 Value *Rem = Builder.CreateURem(A, B); in TEST() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyIndVar.cpp189 void SimplifyIndvar::eliminateIVRemainder(BinaryOperator *Rem, in eliminateIVRemainder()
252 if (BinaryOperator *Rem = dyn_cast<BinaryOperator>(UseInst)) { in eliminateIVUser() local
421 if (BinaryOperator *Rem = dyn_cast<BinaryOperator>(UseInst)) { in simplifyIVUsers() local
/external/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp376 bool llvm::expandRemainder(BinaryOperator *Rem) { in expandRemainder()
486 bool llvm::expandRemainderUpTo32Bits(BinaryOperator *Rem) { in expandRemainderUpTo32Bits()
535 bool llvm::expandRemainderUpTo64Bits(BinaryOperator *Rem) { in expandRemainderUpTo64Bits()
DSimplifyIndVar.cpp270 void SimplifyIndvar::eliminateIVRemainder(BinaryOperator *Rem, in eliminateIVRemainder()
429 if (BinaryOperator *Rem = dyn_cast<BinaryOperator>(UseInst)) { in eliminateIVUser() local
/external/llvm/lib/Support/
DBranchProbability.cpp93 uint64_t Rem = (uint64_t(Upper32) << 32) | Mid32; in scale() local
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp671 SDNode *Rem = CurDAG->getMachineNode(TargetOpcode::EXTRACT_SUBREG, in Select() local
755 SDNode *Rem = CurDAG->getMachineNode(TargetOpcode::EXTRACT_SUBREG, in Select() local
/external/llvm/lib/CodeGen/
DTargetSchedule.cpp41 unsigned Rem = Dividend % Divisor; in gcd() local
/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUISelLowering.cpp274 SDValue Rem = DAG.getSelectCC(DL, Tmp1, DAG.getConstant(0, VT), in LowerUDIVREM() local
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h582 SchedRemainder *Rem; variable
863 SchedRemainder Rem; variable
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineShifts.cpp47 Value *Rem = Builder->CreateAnd(A, ConstantInt::get(I.getType(), *B-1), in commonShiftTransforms() local
DInstCombineSimplifyDemanded.cpp683 if (ConstantInt *Rem = dyn_cast<ConstantInt>(I->getOperand(1))) { in SimplifyDemandedUseBits() local
DInstCombineMulDivRem.cpp205 Value *Rem; in visitMul() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp468 if (ConstantInt *Rem = dyn_cast<ConstantInt>(I->getOperand(1))) { in ComputeMaskedBits() local
511 if (ConstantInt *Rem = dyn_cast<ConstantInt>(I->getOperand(1))) { in ComputeMaskedBits() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp674 if (ConstantInt *Rem = dyn_cast<ConstantInt>(I->getOperand(1))) { in SimplifyDemandedUseBits() local
DInstCombineShifts.cpp49 Value *Rem = Builder->CreateAnd(A, ConstantInt::get(I.getType(), *B-1), in commonShiftTransforms() local
DInstCombineMulDivRem.cpp330 Value *Rem; in visitMul() local
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp456 unsigned Rem = Value % 64; in encodeBase64StringEntry() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1316 SDValue Rem = DAG.getNode(ISD::MUL, DL, VT, Div, RHS); in LowerDIVREM24() local
1514 SDValue Rem = DAG.getSelectCC(DL, Tmp1, DAG.getConstant(0, DL, VT), in LowerUDIVREM() local
1572 SDValue Rem = Div.getValue(1); in LowerSDIVREM() local
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp1036 if (size_t Rem = OS.str().size() % 8) { in emit() local
DCGStmt.cpp1129 uint64_t Weight = Total / NCases, Rem = Total % NCases; in EmitCaseStmtRange() local
/external/llvm/lib/Analysis/
DValueTracking.cpp1084 if (ConstantInt *Rem = dyn_cast<ConstantInt>(I->getOperand(1))) { in computeKnownBitsFromOperator() local
1122 if (ConstantInt *Rem = dyn_cast<ConstantInt>(I->getOperand(1))) { in computeKnownBitsFromOperator() local
DLoopAccessAnalysis.cpp952 int64_t Rem = StepVal % Size; in getPtrStride() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2442 SDValue Rem = DAG.getLoad(RetVT, dl, LastCALLSEQ_END, FIPtr, in ExpandDivRemLibCall() local
DSelectionDAG.cpp2011 if (ConstantSDNode *Rem = dyn_cast<ConstantSDNode>(Op.getOperand(1))) { in ComputeMaskedBits() local
2040 if (ConstantSDNode *Rem = dyn_cast<ConstantSDNode>(Op.getOperand(1))) { in ComputeMaskedBits() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2145 SDValue Rem = DAG.getLoad(RetVT, dl, CallInfo.second, FIPtr, in ExpandDivRemLibCall() local

12