Home
last modified time | relevance | path

Searched defs:IntWidth (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp1028 unsigned IntWidth = ScalarTy->getIntegerBitWidth(); in hasActiveVectorLength() local
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp28 unsigned IntWidth = TI.getIntWidth(); in getIntPrimType() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5882 unsigned IntWidth = ScalarTy->getIntegerBitWidth(); in isLegalMaskedLoad() local
5953 unsigned IntWidth = ScalarTy->getIntegerBitWidth(); in isLegalMaskedExpandLoad() local
5992 unsigned IntWidth = ScalarTy->getIntegerBitWidth(); in isLegalMaskedGatherScatter() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp746 uint32_t IntWidth = DL.getTypeSizeInBits(CE->getType()); in getConstantValue() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1162 unsigned IntWidth = Idx->getType()->getScalarSizeInBits(); in canScalarizeAccess() local
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h87 unsigned char IntWidth, IntAlign; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp19710 unsigned IntWidth = Context.getTargetInfo().getIntWidth(); in CheckEnumConstant() local
20189 unsigned IntWidth = Context.getTargetInfo().getIntWidth(); in ActOnEnumBody() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp7339 unsigned IntWidth = IntTy->getScalarSizeInBits(); in foldFCmpIntToFPConst() local
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7275 unsigned IntWidth = Info.Ctx.getIntWidth(QualType(T, 0)); in visit() local