HomeSort by relevance Sort by last modified time
    Searched refs:SRem (Results 26 - 50 of 52) sorted by null

12 3

  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 699 // Additional macros to execute binary operations udiv/sdiv/urem/srem since
739 case Instruction::SRem: INTEGER_VECTOR_FUNCTION(srem) break;
781 case Instruction::SRem: R.IntVal = Src1.IntVal.srem(Src2.IntVal); break;
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 332 case Instruction::SRem:
    [all...]
Instructions.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]
BBVectorize.cpp 567 case Instruction::SRem:
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
GVN.cpp 418 case Instruction::SRem:
    [all...]
Reassociate.cpp 269 case Instruction::SRem:
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 170 | SRem
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
SelectionDAGISel.cpp 100 STATISTIC(NumFastIselFailSRem,"Fast isel fails on SRem");
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 110 case Instruction::SRem: return bitc::BINOP_SREM;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 95 case Instruction::SRem: return bitc::BINOP_SREM;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 95 case Instruction::SRem: return bitc::BINOP_SREM;
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 96 case Instruction::SRem: return bitc::BINOP_SREM;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 521 return Ty->isFPOrFPVectorTy() ? Instruction::FRem : Instruction::SRem;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 759 return Ty->isFPOrFPVectorTy() ? Instruction::FRem : Instruction::SRem;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 624 return Ty->isFPOrFPVectorTy() ? Instruction::FRem : Instruction::SRem;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]

Completed in 818 milliseconds

12 3