/external/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 108 SlowRemainderV = SlowBuilder.CreateURem(Dividend, Divisor); in insertFastDiv() 125 Value *ShortRemainderV = FastBuilder.CreateURem(ShortDividendV, in insertFastDiv()
|
D | IntegerDivision.cpp | 64 Value *URem = Builder.CreateURem(UDividend, UDivisor); in generateSignedRemainderCode() 519 ExtRem = Builder.CreateURem(ExtDividend, ExtDivisor); in expandRemainderUpTo32Bits() 567 ExtRem = Builder.CreateURem(ExtDividend, ExtDivisor); in expandRemainderUpTo64Bits()
|
D | LoopUnrollRuntime.cpp | 567 Value *ModValTmp = B.CreateURem(BECount, in UnrollRuntimeLoopRemainder() 574 ModVal = B.CreateURem(ModValAdd, in UnrollRuntimeLoopRemainder()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 276 DivRemPair.Remainder = Builder.CreateURem(Dividend, Divisor); in createSlowBB() 300 Value *ShortRV = Builder.CreateURem(ShortDividendV, ShortDivisorV); in createFastBB() 377 Value *TruncRem = Builder.CreateURem(TruncDividend, TruncDivisor); in insertFastDivAndRem()
|
D | IntegerDivision.cpp | 63 Value *URem = Builder.CreateURem(UDividend, UDivisor); in generateSignedRemainderCode() 518 ExtRem = Builder.CreateURem(ExtDividend, ExtDivisor); in expandRemainderUpTo32Bits() 566 ExtRem = Builder.CreateURem(ExtDividend, ExtDivisor); in expandRemainderUpTo64Bits()
|
D | LoopUnrollRuntime.cpp | 737 Value *ModValTmp = B.CreateURem(BECount, in UnrollRuntimeLoopRemainder() 744 ModVal = B.CreateURem(ModValAdd, in UnrollRuntimeLoopRemainder()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 276 DivRemPair.Remainder = Builder.CreateURem(Dividend, Divisor); in createSlowBB() 301 Value *ShortRV = Builder.CreateURem(ShortDividendV, ShortDivisorV); in createFastBB() 380 Value *TruncRem = Builder.CreateURem(TruncDividend, TruncDivisor); in insertFastDivAndRem()
|
D | IntegerDivision.cpp | 63 Value *URem = Builder.CreateURem(UDividend, UDivisor); in generateSignedRemainderCode() 518 ExtRem = Builder.CreateURem(ExtDividend, ExtDivisor); in expandRemainderUpTo32Bits() 566 ExtRem = Builder.CreateURem(ExtDividend, ExtDivisor); in expandRemainderUpTo64Bits()
|
D | LoopUnrollRuntime.cpp | 763 Value *ModValTmp = B.CreateURem(BECount, in UnrollRuntimeLoopRemainder() 770 ModVal = B.CreateURem(ModValAdd, in UnrollRuntimeLoopRemainder()
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | ir_array.cc | 66 (*multidim)[dimension] = b->CreateURem( in Delinearize() 93 b->CreateURem(quot, dynamic_dims[dimension], "dim_value"); in Delinearize() 251 builder->CreateURem(logical_linear_index, divisor); in SourceIndexOfReshape() 395 linear = builder->CreateURem(linear, GetConstantWithIndexType(mod)); in SourceIndexOfBroadcast()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | NoFolder.h | 101 Instruction *CreateURem(Constant *LHS, Constant *RHS) const override { in CreateURem() function 102 return BinaryOperator::CreateURem(LHS, RHS); in CreateURem()
|
D | IRBuilderFolder.h | 46 virtual Value *CreateURem(Constant *LHS, Constant *RHS) const = 0;
|
D | ConstantFolder.h | 79 Constant *CreateURem(Constant *LHS, Constant *RHS) const override { in CreateURem() function
|
/external/llvm/include/llvm/IR/ |
D | NoFolder.h | 109 Instruction *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem() function 110 return BinaryOperator::CreateURem(LHS, RHS); in CreateURem()
|
D | ConstantFolder.h | 66 Constant *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | NoFolder.h | 127 Instruction *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem() function 128 return BinaryOperator::CreateURem(LHS, RHS); in CreateURem()
|
D | ConstantFolder.h | 76 Constant *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem() function
|
/external/llvm-project/llvm/unittests/Transforms/Utils/ |
D | IntegerDivisionTest.cpp | 130 Value *Rem = Builder.CreateURem(A, B); in TEST() 251 Value *Rem = Builder.CreateURem(A, B); in TEST()
|
/external/llvm/unittests/Transforms/Utils/ |
D | IntegerDivision.cpp | 131 Value *Rem = Builder.CreateURem(A, B); in TEST() 252 Value *Rem = Builder.CreateURem(A, B); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | DivRemPairs.cpp | 207 : BinaryOperator::CreateURem(X, Y); in optimizeDivRem()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | DivRemPairs.cpp | 210 : BinaryOperator::CreateURem(X, Y); in optimizeDivRem()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PoisonChecking.cpp | 158 B.CreateICmp(ICmpInst::ICMP_NE, B.CreateURem(LHS, RHS), in generatePoisonChecksForBinOp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 78 Constant *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem() function
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | PoisonChecking.cpp | 156 B.CreateICmp(ICmpInst::ICMP_NE, B.CreateURem(LHS, RHS), in generateCreationChecksForBinOp()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 80 Constant *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem() function
|