Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dexecutionengine.go75 func (g GenericValue) IntWidth() int { return int(C.LLVMGenericValueIntWidth(g.C)) } func
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5242 unsigned IntWidth = ScalarTy->getIntegerBitWidth(); in isLegalMaskedLoad() local
5313 unsigned IntWidth = ScalarTy->getIntegerBitWidth(); in isLegalMaskedExpandLoad() local
5354 unsigned IntWidth = ScalarTy->getIntegerBitWidth(); in isLegalMaskedGather() local
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp734 uint32_t IntWidth = DL.getTypeSizeInBits(CE->getType()); in getConstantValue() local
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp1405 unsigned IntWidth = ScalarTy->getIntegerBitWidth(); in hasActiveVectorLength() local
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp881 unsigned IntWidth = Idx->getType()->getScalarSizeInBits(); in canScalarizeAccess() local
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h72 unsigned char IntWidth, IntAlign; member
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6487 unsigned IntWidth = IntTy->getScalarSizeInBits(); in foldFCmpIntToFPConst() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp18481 unsigned IntWidth = Context.getTargetInfo().getIntWidth(); in CheckEnumConstant() local
18959 unsigned IntWidth = Context.getTargetInfo().getIntWidth(); in ActOnEnumBody() local
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp7102 unsigned IntWidth = Info.Ctx.getIntWidth(QualType(T, 0)); in visit() local