Searched
full:udiv (Results
451 -
475 of
952) sorted by null
<<11121314151617181920>>
/external/llvm/test/Transforms/InstCombine/ |
div-shift-crash.ll | 74 %div.i.i.i.i = udiv i32 %conv33.i.i.i, %.sub5.i.i.i.i
|
/external/llvm/utils/ |
llvm.grm | 59 udiv | OptExact sdiv | fdiv | urem | srem | frem ;
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
SparcISelDAGToDAG.cpp | 148 case ISD::UDIV: {
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Blackfin/ |
mulhu.ll | 87 %tmp46 = udiv i32 %tmp44, 5 ; <i32> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
2006-08-30-CoalescerCrash.ll | 86 %tmp46 = udiv i32 %tmp44, 5 ; <i32> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/Transforms/ConstProp/ |
constant-expr.ll | 16 @E = global i1 udiv (i1 icmp ult (i8* @X, i8* @Y), i1 icmp ult (i8* @X, i8* @Z))
|
/external/swiftshader/third_party/LLVM/utils/ |
llvm.grm | 59 udiv | OptExact sdiv | fdiv | urem | srem | frem ;
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/ |
InstructionSimplify.h | 106 /// Given operands for a UDiv, fold the result or return null.
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/ |
InstructionSimplify.h | 106 /// Given operands for a UDiv, fold the result or return null.
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/ |
InstructionSimplify.h | 106 /// Given operands for a UDiv, fold the result or return null.
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/ |
InstructionSimplify.h | 106 /// Given operands for a UDiv, fold the result or return null.
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/ |
InstructionSimplify.h | 106 /// Given operands for a UDiv, fold the result or return null.
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/ |
InstructionSimplify.h | 106 /// Given operands for a UDiv, fold the result or return null.
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/ |
InstructionSimplify.h | 106 /// Given operands for a UDiv, fold the result or return null.
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/ |
InstructionSimplify.h | 106 /// Given operands for a UDiv, fold the result or return null.
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/ |
InstructionSimplify.h | 106 /// Given operands for a UDiv, fold the result or return null.
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/ |
InstructionSimplify.h | 106 /// Given operands for a UDiv, fold the result or return null.
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/ |
InstructionSimplify.h | 106 /// Given operands for a UDiv, fold the result or return null.
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/ |
InstructionSimplify.h | 106 /// Given operands for a UDiv, fold the result or return null.
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 181 case ISD::UDIV: return "udiv";
|
/external/llvm/lib/IR/ |
Instruction.cpp | 280 case UDiv: return "udiv";
|
/external/llvm/lib/Transforms/Scalar/ |
CorrelatedValuePropagation.cpp | 39 STATISTIC(NumSDivs, "Number of sdiv converted to udiv"); 366 /// positive. If this is the case, replace the SDiv with a UDiv. Even for local
|
/external/llvm/test/CodeGen/AArch64/ |
aarch64-fix-cortex-a53-835769.ll | 273 %div = udiv i64 %mul, %conv2 292 %div = udiv i64 %sub, %conv2
|
/external/mesa3d/src/compiler/nir/ |
nir_opt_algebraic.py | 69 (('udiv', a, 1), a), 73 (('udiv', a, '#b@32(is_pos_power_of_two)'), ('ushr', a, ('find_lsb', b))),
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
InstructionSimplify.cpp | 803 /// SimplifyDiv - Given operands for an SDiv or UDiv, see if we can [all...] |
Completed in 626 milliseconds
<<11121314151617181920>>