HomeSort by relevance Sort by last modified time
    Searched full:bitwidth (Results 126 - 150 of 171) sorted by null

1 2 3 4 56 7

  /external/llvm/include/llvm/Target/
TargetLowering.h 639 unsigned BitWidth = VT.getSizeInBits();
641 return (BitWidth + RegWidth - 1) / RegWidth;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 216 // same bitwidth as the result before expanding.
LegalizeTypes.cpp     [all...]
LegalizeVectorOps.cpp 350 // Increase the bitwidth of the element to the next pow-of-two
SelectionDAGBuilder.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 438 /* BitWidth = */ NULL,
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
MicrosoftMangle.cpp 332 llvm::APSInt APSNumber(/*BitWidth=*/64, /*isUnsigned=*/false);
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 296 unsigned BitWidth = FieldValue.getBitWidth();
298 FieldValue = FieldValue.zext(CharWidth) << (CharWidth - BitWidth);
    [all...]
CodeGenModule.cpp     [all...]
TargetInfo.cpp     [all...]
  /external/linux-tools-perf/util/
probe-finder.c 973 /* Check the bitwidth */
975 pr_info("%s exceeds max-bitwidth. Cut down to %d bits.\n",
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 456 Error("bitwidth for integer type out of range!");
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/ipsec-tools/src/racoon/
oakley.c 369 * NOTE: we do not support prf with different input/output bitwidth,
468 * NOTE: we do not support prf with different input/output bitwidth,
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 370 unsigned BitWidth = cast<IntegerType>(Ty)->getBitWidth();
371 return "IntegerType::get(mod->getContext(), " + utostr(BitWidth) + ")";
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /external/llvm/docs/
BitCodeFormat.rst 141 these start with an abbreviation ID encoded as a fixed-bitwidth field. The
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h 108 /// getBitWidth - Return the bitwidth of this constant.
    [all...]

Completed in 1027 milliseconds

1 2 3 4 56 7