Searched refs:AllowSideEffects (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 612 bool AllowSideEffects = true) const override;
|
| H A D | X86InstrInfo.cpp | 10528 bool AllowSideEffects) const { in buildClearRegister() 10542 if (!AllowSideEffects) in buildClearRegister()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 340 bool AllowSideEffects = true) const override;
|
| H A D | AArch64InstrInfo.cpp | 9189 bool AllowSideEffects) const { in buildClearRegister()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 2129 bool AllowSideEffects = true) const {
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 665 SideEffectsKind AllowSideEffects = SE_NoSideEffects, 672 SideEffectsKind AllowSideEffects = SE_NoSideEffects, 678 SideEffectsKind AllowSideEffects = SE_NoSideEffects, 684 SideEffectsKind AllowSideEffects = SE_NoSideEffects) const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 15524 Expr::SideEffectsKind AllowSideEffects, in EvaluateAsInt() argument 15532 hasUnacceptableSideEffect(ExprResult, AllowSideEffects)) in EvaluateAsInt() 15540 Expr::SideEffectsKind AllowSideEffects, in EvaluateAsFixedPoint() argument 15550 hasUnacceptableSideEffect(ExprResult, AllowSideEffects)) in EvaluateAsFixedPoint() 15582 SideEffectsKind AllowSideEffects, in EvaluateAsInt() argument 15589 return ::EvaluateAsInt(this, Result, Ctx, AllowSideEffects, Info); in EvaluateAsInt() 15593 SideEffectsKind AllowSideEffects, in EvaluateAsFixedPoint() argument 15600 return ::EvaluateAsFixedPoint(this, Result, Ctx, AllowSideEffects, Info); in EvaluateAsFixedPoint() 15604 SideEffectsKind AllowSideEffects, in EvaluateAsFloat() argument 15616 hasUnacceptableSideEffect(ExprResult, AllowSideEffects)) in EvaluateAsFloat()
|