HomeSort by relevance Sort by last modified time
    Searched full:sdiv (Results 151 - 175 of 226) sorted by null

1 2 3 4 5 67 8 910

  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.td 496 defm SDIV : F3_12np<"sdiv", 0b001111>;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 758 bool DivIsSigned = DivI->getOpcode() == Instruction::SDiv;
    [all...]
  /external/llvm/lib/Target/
README.txt 331 icmp pred (sdiv X / C1 ), C2
    [all...]
  /external/llvm/include/llvm/Target/
TargetSelectionDAG.td 324 def sdiv : SDNode<"ISD::SDIV" , SDTIntBinOp>;
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 209 C->getValue()->getValue().sdiv(
238 SE.getConstant(C->getValue()->getValue().sdiv(
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 205 | SDiv
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 121 return Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv;
    [all...]
  /external/llvm/lib/Support/
APInt.cpp     [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 195 case Instruction::SDiv:
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 134 return Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
LegalizeIntegerTypes.cpp 108 case ISD::SDIV:
    [all...]
LegalizeVectorTypes.cpp 107 case ISD::SDIV:
480 case ISD::SDIV:
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/docs/
LangRef.html 140 <li><a href="#i_sdiv">'<tt>sdiv</tt>' Instruction</a></li>
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 189 ADD, SUB, MUL, SDIV, UDIV, SREM, UREM,
    [all...]
  /external/llvm/include/llvm/
InstrTypes.h 276 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstr64Bit.td 440 [(set G8RC:$rT, (sdiv G8RC:$rA, G8RC:$rB))]>, isPPC64,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 139 I->getOpcode() == Instruction::SDiv ||
    [all...]
  /external/llvm/test/Transforms/SimplifyCFG/
2006-10-29-InvokeCrash.ll 260 %tmp156 = sdiv i32 %tmp155, 72 ; <i32> [#uses=1]
    [all...]
2009-06-15-InvokeCrash.ll 262 %tmp156 = sdiv i32 %tmp155, 72 ; <i32> [#uses=1]
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/PTX/
PTXInstrInfo.td 488 defm SDIV : PTX_INT3_SIGNED<"div", sdiv>;
    [all...]

Completed in 783 milliseconds

1 2 3 4 5 67 8 910