HomeSort by relevance Sort by last modified time
    Searched refs:IndexOffset (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 563 APInt IndexOffset = Idx - BasisIdx;
568 IndexOffset.getBitWidth(),
572 APInt::sdivrem(IndexOffset, ElementSize, Q, R);
574 IndexOffset = Q;
581 if (IndexOffset.getSExtValue() == 1)
584 if (IndexOffset.getSExtValue() == -1)
590 IntegerType::get(Basis.Ins->getContext(), IndexOffset.getBitWidth());
592 if (IndexOffset.isPowerOf2()) {
594 ConstantInt *Exponent = ConstantInt::get(DeltaType, IndexOffset.logBase2());
597 if ((-IndexOffset).isPowerOf2())
    [all...]
  /external/mesa3d/src/mesa/main/
pixeltransfer.c 199 GLint offset = ctx->Pixel.IndexOffset;
252 if (ctx->Pixel.IndexShift != 0 || ctx->Pixel.IndexOffset != 0) {
253 const GLint offset = ctx->Pixel.IndexOffset;
pixel.c 534 if (ctx->Pixel.IndexOffset == (GLint) param)
537 ctx->Pixel.IndexOffset = (GLint) param;
633 if (ctx->Pixel.IndexShift || ctx->Pixel.IndexOffset)
705 ctx->Pixel.IndexOffset = 0;
readpix.c 606 || ctx->Pixel.IndexOffset || ctx->Pixel.MapStencilFlag;
mtypes.h 1046 GLint IndexShift, IndexOffset;
    [all...]
pack.c     [all...]
get.c     [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 423 APInt IndexScale(Width, 0), IndexOffset(Width, 0);
425 Index = GetLinearExpression(Index, IndexScale, IndexOffset, ZExtBits,
430 BaseOffs += IndexOffset.getSExtValue() * Scale;
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 703 unsigned IndexOffset = insn.sibIndex -
708 (insn.sibIndex == SIB_INDEX_NONE ? 4 : IndexOffset));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 300 milliseconds