Searched refs:AlignOp (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslrestype1i.c | 465 ACPI_PARSE_OBJECT *AlignOp = NULL; in RsDoIoDescriptor() local 516 AlignOp = InitializerOp; in RsDoIoDescriptor() 549 MinOp, MaxOp, LengthOp, AlignOp, Info->DescriptorTypeOp); in RsDoIoDescriptor()
|
H A D | aslrestype1.c | 356 ACPI_PARSE_OBJECT *AlignOp = NULL; in RsDoMemory32Descriptor() local 404 AlignOp = InitializerOp; in RsDoMemory32Descriptor() 436 MinOp, MaxOp, LengthOp, AlignOp, Info->DescriptorTypeOp); in RsDoMemory32Descriptor()
|
H A D | aslresource.c | 196 ACPI_PARSE_OBJECT *AlignOp, in RsSmallAddressCheck() argument
|
H A D | aslcompiler.h | 1371 ACPI_PARSE_OBJECT *AlignOp,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVGatherScatterLowering.cpp | 68 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 D | SPIRVISelLowering.cpp | 68 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 D | SemaChecking.cpp | 344 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 D | MachineVerifier.cpp | 1910 const MachineOperand &AlignOp = MI->getOperand(2); in verifyPreISelGenericInstruction() local 1922 if (!AlignOp.isImm()) { in verifyPreISelGenericInstruction()
|