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

12 3

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 699 // Additional macros to execute binary operations udiv/sdiv/urem/srem since
737 case Instruction::SDiv: INTEGER_VECTOR_FUNCTION(sdiv) break;
779 case Instruction::SDiv: R.IntVal = Src1.IntVal.sdiv(Src2.IntVal); break;
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 329 case Instruction::SDiv:
    [all...]
Instructions.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 518 return Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 756 return Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 621 return Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv;
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
GVN.cpp 415 case Instruction::SDiv:
    [all...]
Reassociate.cpp 266 case Instruction::SDiv:
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 167 | SDiv
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 430 // Transform "sdiv exact X, 8" -> "sra X, 3".
431 if (ISDOpcode == ISD::SDIV && isa<BinaryOperator>(I) &&
    [all...]
SelectionDAGISel.cpp 97 STATISTIC(NumFastIselFailSDiv,"Fast isel fails on SDiv");
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 107 case Instruction::SDiv: return bitc::BINOP_SDIV;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 92 case Instruction::SDiv: return bitc::BINOP_SDIV;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 92 case Instruction::SDiv: return bitc::BINOP_SDIV;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 93 case Instruction::SDiv: return bitc::BINOP_SDIV;
    [all...]

Completed in 936 milliseconds

12 3