Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVISelLowering.cpp61 auto *AlignOp = cast<ConstantInt>(I.getOperand(AlignIdx)); in getTgtMemIntrinsic() local
62 Info.align = Align(AlignOp->getZExtValue()); in getTgtMemIntrinsic()
/freebsd-14.2/sys/contrib/dev/acpica/compiler/
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 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 Daslresource.c196 ACPI_PARSE_OBJECT *AlignOp, in RsSmallAddressCheck() argument
H A Daslcompiler.h1371 ACPI_PARSE_OBJECT *AlignOp,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp68 Value *AlignOp);
471 Value *AlignOp) { in tryCreateStridedLoadStore() argument
473 MaybeAlign MA = cast<ConstantInt>(AlignOp)->getMaybeAlignValue(); in tryCreateStridedLoadStore()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp314 clang::Expr *AlignOp = TheCall->getArg(1); in SemaBuiltinAlignment() local
315 if (!IsValidIntegerType(AlignOp->getType())) { in SemaBuiltinAlignment()
316 S.Diag(AlignOp->getExprLoc(), diag::err_typecheck_expect_int) in SemaBuiltinAlignment()
317 << AlignOp->getType(); in SemaBuiltinAlignment()
323 if (!AlignOp->isValueDependent() && in SemaBuiltinAlignment()
324 AlignOp->EvaluateAsInt(AlignResult, S.Context, in SemaBuiltinAlignment()
330 S.Diag(AlignOp->getExprLoc(), diag::err_alignment_too_small) << 1; in SemaBuiltinAlignment()
334 S.Diag(AlignOp->getExprLoc(), diag::err_alignment_too_big) in SemaBuiltinAlignment()
339 S.Diag(AlignOp->getExprLoc(), diag::err_alignment_not_power_of_two); in SemaBuiltinAlignment()
343 S.Diag(AlignOp->getExprLoc(), diag::warn_alignment_builtin_useless) in SemaBuiltinAlignment()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1641 const MachineOperand &AlignOp = MI->getOperand(2); in verifyPreISelGenericInstruction() local
1653 if (!AlignOp.isImm()) { in verifyPreISelGenericInstruction()