Home
last modified time | relevance | path

Searched refs:URem (Results 1 – 25 of 48) sorted by relevance

12

/external/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp64 Value *URem = Builder.CreateURem(UDividend, UDivisor); in generateSignedRemainderCode() local
65 Value *Xored = Builder.CreateXor(URem, DividendSign); in generateSignedRemainderCode()
68 if (Instruction *URemInst = dyn_cast<Instruction>(URem)) in generateSignedRemainderCode()
378 Rem->getOpcode() == Instruction::URem) && in expandRemainder()
491 Rem->getOpcode() == Instruction::URem) && in expandRemainderUpTo32Bits()
541 Rem->getOpcode() == Instruction::URem) && in expandRemainderUpTo64Bits()
DBypassSlowDivision.cpp234 bool UseRemOp = Opcode == Instruction::SRem || Opcode == Instruction::URem; in bypassSlowDivision()
DSimplifyIndVar.cpp247 if (IsSigned || Rem->getOpcode() == Instruction::URem) { in eliminateIVUser()
/external/llvm/unittests/Transforms/Utils/
DIntegerDivision.cpp113 TEST(IntegerDivision, URem) { in TEST() argument
132 EXPECT_TRUE(BB->front().getOpcode() == Instruction::URem); in TEST()
253 EXPECT_TRUE(BB->front().getOpcode() == Instruction::URem); in TEST()
/external/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp165 case Instruction::URem: in getIntImmCost()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp95 case Instruction::URem: in createReplacementInstr()
/external/lldb/source/Expression/
DIRInterpreter.cpp521 case Instruction::URem: in CanInterpret()
623 case Instruction::URem: in Interpret()
694 case Instruction::URem: in Interpret()
/external/llvm/include/llvm/IR/
DInstruction.def117 HANDLE_BINARY_INST(17, URem , BinaryOperator)
DPatternMatch.h488 inline BinaryOp_match<LHS, RHS, Instruction::URem> m_URem(const LHS &L, in m_URem()
490 return BinaryOp_match<LHS, RHS, Instruction::URem>(L, R); in m_URem()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp619 case Instruction::URem: in CanEvaluateShuffled()
682 case Instruction::URem: in BuildNew()
782 case Instruction::URem: in EvaluateInDifferentElementOrder()
DInstCombineCasts.cpp185 case Instruction::URem: { in EvaluateInDifferentType()
366 case Instruction::URem: { in CanEvaluateTruncated()
/external/llvm/lib/IR/
DConstantFold.cpp953 case Instruction::URem: in ConstantFoldBinaryInstruction()
1019 case Instruction::URem: in ConstantFoldBinaryInstruction()
1121 case Instruction::URem: in ConstantFoldBinaryInstruction()
1153 case Instruction::URem: in ConstantFoldBinaryInstruction()
1242 case Instruction::URem: in ConstantFoldBinaryInstruction()
DInstruction.cpp205 case URem: return "urem"; in getOpcodeName()
DConstants.cpp331 case Instruction::URem: in canTrapImpl()
1880 case Instruction::URem: in get()
2278 return get(Instruction::URem, C1, C2); in getURem()
/external/llvm/lib/Analysis/
DCostModel.cpp405 case Instruction::URem: in getInstructionCost()
DInstructionSimplify.cpp1185 (Opcode == Instruction::URem && in SimplifyRem()
1226 if (Value *V = SimplifyRem(Instruction::URem, Op0, Op1, Q, MaxRecurse)) in SimplifyURemInst()
3450 case Instruction::URem: return SimplifyURemInst(LHS, RHS, Q, MaxRecurse); in SimplifyBinOp()
3684 case Instruction::URem: in SimplifyInstruction()
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp91 case Instruction::URem: in getIntImmCost()
/external/llvm/lib/Transforms/ObjCARC/
DARCInstKind.cpp275 case Instruction::URem: in GetARCInstKind()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp386 J->getOpcode() == Instruction::URem || in mightUseCTR()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp878 case Instruction::URem: Out << "getURem("; break; in printConstant()
1226 case Instruction::URem: in printInstruction()
1246 case Instruction::URem:Out << "Instruction::URem"; break; in printInstruction()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp766 case Instruction::URem: in getConstantValue()
784 case Instruction::URem:GV.IntVal = LHS.IntVal.urem(RHS.IntVal); break; in getConstantValue()
/external/llvm/lib/AsmParser/
DLLLexer.cpp705 INSTKEYWORD(urem, URem); INSTKEYWORD(srem, SRem); INSTKEYWORD(frem, FRem); in LexIdentifier()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp738 case Instruction::URem: INTEGER_VECTOR_FUNCTION(urem) break; in visitBinaryOperator()
780 case Instruction::URem: R.IntVal = Src1.IntVal.urem(Src2.IntVal); break; in visitBinaryOperator()
2036 case Instruction::URem: Dest.IntVal = Op0.IntVal.urem(Op1.IntVal); break; in getConstantExprValue()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp348 case 6:{Op = (isFloat?Instruction::FRem : Instruction::URem); break; } in Act()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1655 case Instruction::URem: OpIndex = 3; break; in X86SelectDivRem()
1711 I->getOpcode() == Instruction::URem) && in X86SelectDivRem()
3208 case Instruction::URem: in fastSelectInstruction()

12