/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | 142 return Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv; [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | 196 return Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv; [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeIntegerTypes.cpp | 109 case ISD::SDIV: [all...] |
LegalizeVectorTypes.cpp | 107 case ISD::SDIV: 559 case ISD::SDIV: [all...] |
DAGCombiner.cpp | [all...] |
LegalizeDAG.cpp | [all...] |
SelectionDAG.cpp | [all...] |
/external/llvm/lib/IR/ |
Constants.cpp | 261 case Instruction::SDiv: [all...] |
/external/llvm/lib/Transforms/Scalar/ |
SROA.cpp | [all...] |
LoopStrengthReduce.cpp | 495 return SE.getConstant(LA.sdiv(RA)); 498 // Distribute the sdiv over addrec operands, if the addrec doesn't overflow. 515 // Distribute the sdiv over add operands, if the add doesn't overflow. [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
BitcodeReader.cpp | 438 return Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv; [all...] |
/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 188 ADD, SUB, MUL, SDIV, UDIV, SREM, UREM, [all...] |
/external/llvm/include/llvm/IR/ |
InstrTypes.h | 274 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv [all...] |
/external/llvm/docs/ |
LangRef.rst | [all...] |
/external/llvm/lib/Analysis/ |
ScalarEvolutionExpander.cpp | 235 C->getValue()->getValue().sdiv( 264 SE.getConstant(C->getValue()->getValue().sdiv( [all...] |
ValueTracking.cpp | [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinter.cpp | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMFastISel.cpp | [all...] |
ARMISelLowering.cpp | 144 setOperationAction(ISD::SDIV, VT, Expand); 549 setOperationAction(ISD::SDIV, MVT::v4i16, Custom); 550 setOperationAction(ISD::SDIV, MVT::v8i8, Custom); 681 setOperationAction(ISD::SDIV, MVT::i32, Expand); [all...] |
/external/llvm/lib/Target/X86/ |
README.txt | 182 Evaluate what the best way to codegen sdiv X, (2^C) is. For X/8, we currently 186 %Y = sdiv i32 %X, 8 [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.ml | 156 | SDiv [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64InstrInfo.td | [all...] |
/external/llvm/lib/Target/MBlaze/ |
MBlazeISelLowering.cpp | 123 setOperationAction(ISD::SDIV, MVT::i32, Expand); [all...] |
/external/llvm/lib/Target/Mips/ |
MipsInstrInfo.td | [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXVector.td | 441 defm VSDiv : IntBinVOp<"div.s", sdiv, SDIVi64rr, SDIVi32rr, SDIVi16rr, [all...] |