HomeSort by relevance Sort by last modified time
    Searched refs:SRem (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 30 /// should be pointing where the caller wants code generated, e.g. at the srem
57 // ; %srem = sub i32 %xored, %dividend_sgn
66 Value *SRem = Builder.CreateSub(Xored, DividendSign);
71 return SRem;
377 assert((Rem->getOpcode() == Instruction::SRem ||
389 if (Rem->getOpcode() == Instruction::SRem) {
487 assert((Rem->getOpcode() == Instruction::SRem ||
512 if (Rem->getOpcode() == Instruction::SRem) {
536 assert((Rem->getOpcode() == Instruction::SRem ||
560 if (Rem->getOpcode() == Instruction::SRem) {
    [all...]
BypassSlowDivision.cpp 223 bool UseRemOp = Opcode == Instruction::SRem || Opcode == Instruction::URem;
225 Opcode == Instruction::SRem;
SimplifyIndVar.cpp 430 bool IsSigned = Rem->getOpcode() == Instruction::SRem;
  /external/llvm/unittests/Transforms/Utils/
IntegerDivision.cpp 83 TEST(IntegerDivision, SRem) {
102 EXPECT_TRUE(BB->front().getOpcode() == Instruction::SRem);
223 EXPECT_TRUE(BB->front().getOpcode() == Instruction::SRem);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyIndVar.cpp 253 bool IsSigned = Rem->getOpcode() == Instruction::SRem;
422 bool IsSigned = Rem->getOpcode() == Instruction::SRem;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instruction.cpp 119 case SRem: return "srem";
410 case SRem: {
ConstantFold.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 166 case Instruction::SRem:
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 96 case Instruction::SRem:
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
assembly_grammar.cpp 125 CASE(SRem),
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVOpCodeEnum.h 128 _SPIRV_OP(SRem, 138)
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineVectorOps.cpp 660 case Instruction::SRem:
723 case Instruction::SRem:
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 68 case Instruction::SRem:
  /external/llvm/lib/Analysis/
CostModel.cpp 401 case Instruction::SRem:
ObjCARCInstKind.cpp 280 case Instruction::SRem:
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 40 STATISTIC(NumSRems, "Number of srem converted to urem");
329 // Helper function to rewrite srem and sdiv. As a policy choice, we choose not
433 case Instruction::SRem:
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 118 _SPIRV_OP(SRem, SRem)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 351 inline BinaryOp_match<LHS, RHS, Instruction::SRem>
353 return BinaryOp_match<LHS, RHS, Instruction::SRem>(L, R);
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instruction.cpp 284 case SRem: return "srem";
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp 810 case Instruction::SRem:
831 case Instruction::SRem:
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 415 J->getOpcode() == Instruction::SRem)) {
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp 685 case Instruction::SRem:
703 case Instruction::SRem:GV.IntVal = LHS.IntVal.srem(RHS.IntVal); break;
    [all...]

Completed in 5708 milliseconds

1 2 3 4