/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 277 DivRemPair.Remainder = Builder.CreateURem(Dividend, Divisor); in createSlowBB() 301 Value *ShortRV = Builder.CreateURem(ShortDividendV, ShortDivisorV); in createFastBB() 378 Value *TruncRem = Builder.CreateURem(TruncDividend, TruncDivisor); in insertFastDivAndRem()
|
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 | 701 Value *ModValTmp = B.CreateURem(BECount, in UnrollRuntimeLoopRemainder() 708 ModVal = B.CreateURem(ModValAdd, in UnrollRuntimeLoopRemainder()
|
/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/include/llvm/Support/ |
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
|
D | TargetFolder.h | 80 Constant *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem() function
|
D | IRBuilder.h | 590 Value *CreateURem(Value *LHS, Value *RHS, const Twine &Name = "") { 593 return Insert(Folder.CreateURem(LC, RC), Name); 594 return Insert(BinaryOperator::CreateURem(LHS, RHS), Name);
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | ir_array.cc | 61 (*multidim)[dimension] = b->CreateURem( in Delinearize() 166 builder->CreateURem(logical_linear_index, divisor); in SourceIndexOfReshape() 308 linear = builder->CreateURem(linear, GetConstantWithIndexType(mod)); in SourceIndexOfBroadcast()
|
D | kernel_tiling.cc | 229 llvm::Value* x = b_->CreateURem(thread_id_int, num_thread_x, "thread.x"); in EmitThreadYXCoordinate()
|
D | sort_util.cc | 90 b->CreateURem(current_keys_index, index_typed_constant(block_size)); in EmitCompareLoopBody()
|
D | ir_builder_mixin.h | 229 return mixin_builder()->CreateURem(std::forward<Args>(args)...); in URem()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | NoFolder.h | 128 Instruction *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem() function 129 return BinaryOperator::CreateURem(LHS, RHS); in CreateURem()
|
D | ConstantFolder.h | 77 Constant *CreateURem(Constant *LHS, Constant *RHS) const { 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-7.0/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/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/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 207 Rem = Builder->CreateURem(Op0BO, Op1BO); in visitMul() 650 return new ZExtInst(Builder->CreateURem(ZOp0->getOperand(0), ZOp1), in visitURem() 682 return BinaryOperator::CreateURem(Op0, Op1, I.getName()); in visitSRem()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 79 Constant *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem() function
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 80 Constant *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem() function
|
/external/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 357 auto *BO = BinaryOperator::CreateURem(SDI->getOperand(0), SDI->getOperand(1), in processSRem()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 332 Rem = Builder->CreateURem(Op0BO, Op1BO); in visitMul() 1433 return new ZExtInst(Builder->CreateURem(ZOp0->getOperand(0), ZOp1), in visitURem() 1483 return BinaryOperator::CreateURem(Op0, Op1, I.getName()); in visitSRem()
|