Searched defs:NumBits (Results 26 - 46 of 46) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp565 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits) { argument
587 LLVMTypeRef LLVMIntType(unsigned NumBits) { argument
H A DConstants.cpp1470 unsigned NumBits = Ty->getIntegerBitWidth(); // assert okay local
1477 unsigned NumBits = Ty->getIntegerBitWidth(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1279 unsigned NumBits = cast<IntegerType>(Ty)->getBitWidth(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp689 unsigned NumBits = Ty->getPrimitiveSizeInBits(); local
H A DValueTracking.cpp2759 unsigned NumBits = ComputeNumSignBits(U->getOperand(0), Depth + 1, Q); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp946 unsigned NumBits = Ty.getScalarSizeInBits(); local
H A DMachineIRBuilder.cpp203 buildMaskLowPtrBits(const DstOp &Res, const SrcOp &Op0, uint32_t NumBits) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1513 bool HexagonDAGToDAGISel::keepsLowBits(const SDValue &Val, unsigned NumBits, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp1694 const unsigned NumBits = TII->getNumFlatOffsetBits(AS, IsSigned); local
H A DSIISelLowering.cpp2298 unsigned NumBits local
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp343 ExtIntType::ExtIntType(bool IsUnsigned, unsigned NumBits) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp827 uint64_t NumBits = VE.computeBitsRequiredForTypeIndicies(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp723 uint64_t NumBits = DL.getTypeSizeInBits(Ty); local
807 uint64_t NumBits = DL.getTypeSizeInBits(Ty); local
H A DAArch64ISelLowering.cpp9795 unsigned NumBits = LoadedType.getSizeInBits(); local
10247 uint64_t NumBits = DL.getTypeSizeInBits(Ty); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2628 unsigned NumBits = 0; local
[all...]
H A DARMISelLowering.cpp6162 unsigned NumBits = ElemTy.getSizeInBits(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1231 getValueBits(SDValue V, unsigned NumBits) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2066 unsigned NumBits = Load->getMemoryVT().getSizeInBits(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1602 unsigned NumBits = std::max(NumNegativeBits, NumPositiveBits + 1); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp9609 unsigned NumBits = IntSigned local
H A DTreeTransform.h14112 RebuildExtIntType(bool IsUnsigned, unsigned NumBits, SourceLocation Loc) argument

Completed in 898 milliseconds

12