/external/clang/lib/AST/ |
DumpXML.cpp | 525 TemporaryContainer C(*this, "bitwidth");
|
ASTImporter.cpp | [all...] |
MicrosoftMangle.cpp | 360 llvm::APSInt APSNumber(/*BitWidth=*/64, /*isUnsigned=*/false); [all...] |
ExprConstant.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
ProgramState.cpp | 286 // the integer value to the correct signedness and bitwidth.
|
/external/llvm/include/llvm/IR/ |
Type.h | 199 bool isIntegerTy(unsigned Bitwidth) const;
|
/external/llvm/include/llvm/Target/ |
TargetLowering.h | 642 unsigned BitWidth = VT.getSizeInBits(); 644 return (BitWidth + RegWidth - 1) / RegWidth; [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeTypesGeneric.cpp | 218 // 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
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_pack.c | 597 * Truncate or expand the bitwidth.
|
/frameworks/compile/slang/ |
slang_rs_export_foreach.cpp | 438 /* BitWidth = */ NULL,
|
/prebuilts/sdk/tools/linux/ |
libbcc.so | |
/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...] |
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/ExecutionEngine/Interpreter/ |
Execution.cpp | [all...] |
/external/clang/lib/Rewrite/Frontend/ |
RewriteObjC.cpp | [all...] |
/external/clang/lib/Sema/ |
SemaLambda.cpp | 500 Loc, /*Mutable*/ false, /*BitWidth*/ 0, ICIS_NoInit, [all...] |
SemaDeclCXX.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...] |