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

1 2 3 4 5 67 8 9

  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/docs/
MergeFunctions.rst 560 2.1.3.1. If types are vectors, compare their bitwidth using the
BitCodeFormat.rst 142 these start with an abbreviation ID encoded as a fixed-bitwidth field. The
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 444 // Increase the bitwidth of the element to the next pow-of-two
    [all...]
  /external/llvm/lib/Target/Hexagon/
BitTracker.cpp 425 assert((unsigned)BW == A.getBitWidth() && "BitWidth overflow");
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 583 /// bitwidth, signed/unsigned.
588 /// sets floating point QualTy according to specified bitwidth.
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
Decl.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/ipsec-tools/src/racoon/
oakley.c 373 * NOTE: we do not support prf with different input/output bitwidth,
472 * NOTE: we do not support prf with different input/output bitwidth,
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 381 unsigned BitWidth = cast<IntegerType>(Ty)->getBitWidth();
382 return "IntegerType::get(mod->getContext(), " + utostr(BitWidth) + ")";
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 624 row_copy(png_bytep toBuffer, png_const_bytep fromBuffer, unsigned int bitWidth,
627 memcpy(toBuffer, fromBuffer, bitWidth >> 3);
629 if ((bitWidth & 7) != 0)
633 toBuffer += bitWidth >> 3;
634 fromBuffer += bitWidth >> 3;
636 mask = 0xff << (bitWidth & 7);
638 mask = 0xff >> (bitWidth & 7);
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/include/llvm/IR/
Constants.h 110 /// getBitWidth - Return the bitwidth of this constant.
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Linker/
IRMover.cpp 156 return false; // bitwidth disagrees.
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 498 // bitwidth as the target's pointers).
    [all...]
InstCombineVectorOps.cpp     [all...]

Completed in 2722 milliseconds

1 2 3 4 5 67 8 9