Home
last modified time | relevance | path

Searched refs:AlignOp (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslrestype1i.c465 ACPI_PARSE_OBJECT *AlignOp = NULL; in RsDoIoDescriptor() local
516 AlignOp = InitializerOp; in RsDoIoDescriptor()
549 MinOp, MaxOp, LengthOp, AlignOp, Info->DescriptorTypeOp); in RsDoIoDescriptor()
H A Daslrestype1.c356 ACPI_PARSE_OBJECT *AlignOp = NULL; in RsDoMemory32Descriptor() local
404 AlignOp = InitializerOp; in RsDoMemory32Descriptor()
436 MinOp, MaxOp, LengthOp, AlignOp, Info->DescriptorTypeOp); in RsDoMemory32Descriptor()
H A Daslresource.c196 ACPI_PARSE_OBJECT *AlignOp, in RsSmallAddressCheck() argument
H A Daslcompiler.h1371 ACPI_PARSE_OBJECT *AlignOp,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp68 Value *AlignOp);
490 Value *AlignOp) { in tryCreateStridedLoadStore() argument
492 MaybeAlign MA = cast<ConstantInt>(AlignOp)->getMaybeAlignValue(); in tryCreateStridedLoadStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVISelLowering.cpp68 auto *AlignOp = cast<ConstantInt>(I.getOperand(AlignIdx)); in getTgtMemIntrinsic() local
69 Info.align = Align(AlignOp->getZExtValue()); in getTgtMemIntrinsic()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp344 clang::Expr *AlignOp = TheCall->getArg(1); in BuiltinAlignment() local
345 if (!IsValidIntegerType(AlignOp->getType())) { in BuiltinAlignment()
346 S.Diag(AlignOp->getExprLoc(), diag::err_typecheck_expect_int) in BuiltinAlignment()
347 << AlignOp->getType(); in BuiltinAlignment()
353 if (!AlignOp->isValueDependent() && in BuiltinAlignment()
354 AlignOp->EvaluateAsInt(AlignResult, S.Context, in BuiltinAlignment()
360 S.Diag(AlignOp->getExprLoc(), diag::err_alignment_too_small) << 1; in BuiltinAlignment()
364 S.Diag(AlignOp->getExprLoc(), diag::err_alignment_too_big) in BuiltinAlignment()
369 S.Diag(AlignOp->getExprLoc(), diag::err_alignment_not_power_of_two); in BuiltinAlignment()
373 S.Diag(AlignOp->getExprLoc(), diag::warn_alignment_builtin_useless) in BuiltinAlignment()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1910 const MachineOperand &AlignOp = MI->getOperand(2); in verifyPreISelGenericInstruction() local
1922 if (!AlignOp.isImm()) { in verifyPreISelGenericInstruction()