Searched defs:BitWidth (Results 26 - 50 of 123) sorted by relevance

12345

/netbsd-current/sys/external/bsd/acpica/dist/tables/
H A Dtbfadt.c218 UINT8 BitWidth; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp417 FunctionLoweringInfo::GetLiveOutRegInfo(Register Reg, unsigned BitWidth) { argument
449 unsigned BitWidth = IntVT.getSizeInBits(); local
[all...]
H A DLegalizeTypes.cpp871 unsigned BitWidth = Op.getValueSizeInBits(); local
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h326 const uint64_t BitWidth = Ctx.getTypeSize(Ty); local
27 mkSort(llvm::SMTSolverRef &Solver, const QualType &Ty, unsigned BitWidth) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.h59 static EVT getFloatingPointVT(unsigned BitWidth) { argument
65 static EVT getIntegerVT(LLVMContext &Context, unsigned BitWidth) { argument
375 unsigned BitWidth = getSizeInBits(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DKnownBits.cpp89 unsigned BitWidth = getBitWidth(); local
168 unsigned BitWidth = LHS.getBitWidth(); local
222 unsigned BitWidth = LHS.getBitWidth(); local
275 unsigned BitWidth = LHS.getBitWidth(); local
416 unsigned BitWidth = LHS.getBitWidth(); local
496 unsigned BitWidth = LHS.getBitWidth(); local
505 unsigned BitWidth = LHS.getBitWidth(); local
514 unsigned BitWidth = LHS.getBitWidth(); local
532 unsigned BitWidth = LHS.getBitWidth(); local
553 unsigned BitWidth = LHS.getBitWidth(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMachineValueType.h1093 static MVT getFloatingPointVT(unsigned BitWidth) { argument
1110 static MVT getIntegerVT(unsigned BitWidth) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp427 getIdentityValueForAtomicOp(AtomicRMWInst::BinOp Op, unsigned BitWidth) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPSInt.h30 explicit APSInt(uint32_t BitWidth, bool isUnsigned = true) argument
H A DAPInt.h98 unsigned BitWidth; ///< The number of bits in this APInt. variable
560 getSignMask(unsigned BitWidth) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPExpressions.cpp53 PPValue(unsigned BitWidth) : Val(BitWidth) {} argument
868 unsigned BitWidth = getTargetInfo().getIntMaxTWidth(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp577 unsigned BitWidth = cast<IntegerType>(RetTy)->getBitWidth(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp207 MaskOps(unsigned BitWidth, bool MatchAnds) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp35 unsigned BitWidth = Dividend->getType()->getIntegerBitWidth(); local
107 unsigned BitWidth = Dividend->getType()->getIntegerBitWidth(); local
158 unsigned BitWidth = DivTy->getBitWidth(); local
H A DFunctionComparator.cpp703 unsigned BitWidth = DL.getPointerSizeInBits(ASL); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp199 Polynomial(unsigned BitWidth, uint64_t A, unsigned ErrorMSBs = 0) argument
H A DSafeStack.cpp240 uint64_t BitWidth = SE.getTypeSizeInBits(Expr->getType()); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp56 unsigned BitWidth = Inst.getType()->getScalarSizeInBits(); local
114 uint32_t BitWidth = DemandedMask.getBitWidth(); local
862 unsigned BitWidth = DemandedMask.getBitWidth(); local
962 unsigned BitWidth = DemandedMask.getBitWidth(); local
1013 unsigned BitWidth = Ty->getScalarSizeInBits(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp670 const unsigned BitWidth = Context.getIntWidth(CastTy); local
735 const unsigned BitWidth = Context.getIntWidth(CastTy); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp202 static void DefineTypeSizeof(StringRef MacroName, unsigned BitWidth, argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTemplateBase.h117 unsigned BitWidth : 31; member in struct:clang::TemplateArgument::I
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp608 unsigned BitWidth = cast<IntegerType>(V->getType())->getBitWidth(); local
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp258 unsigned BitWidth = MVT(VT).getFixedSizeInBits(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp730 uint32_t BitWidth = cast<IntegerType>(DestTy)->getBitWidth(); local
737 uint32_t BitWidth = cast<IntegerType>(DestTy)->getBitWidth(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp688 unsigned BitWidth = Ty.getScalarSizeInBits(); local
725 const unsigned BitWidth = Ty.getScalarSizeInBits(); local

Completed in 445 milliseconds

12345