Searched refs:AllowSideEffects (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 653 bool AllowSideEffects = true) const override;
|
| H A D | X86InstrInfo.cpp | 10716 bool AllowSideEffects) const { in buildClearRegister() 10730 if (!AllowSideEffects) in buildClearRegister()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 509 bool AllowSideEffects = true) const override;
|
| H A D | AArch64InstrInfo.cpp | 10031 bool AllowSideEffects) const { in buildClearRegister()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 2246 bool AllowSideEffects = true) const {
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 676 SideEffectsKind AllowSideEffects = SE_NoSideEffects, 683 SideEffectsKind AllowSideEffects = SE_NoSideEffects, 689 SideEffectsKind AllowSideEffects = SE_NoSideEffects, 695 SideEffectsKind AllowSideEffects = SE_NoSideEffects) const;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 16851 Expr::SideEffectsKind AllowSideEffects, in EvaluateAsInt() argument 16859 hasUnacceptableSideEffect(ExprResult, AllowSideEffects)) in EvaluateAsInt() 16867 Expr::SideEffectsKind AllowSideEffects, in EvaluateAsFixedPoint() argument 16877 hasUnacceptableSideEffect(ExprResult, AllowSideEffects)) in EvaluateAsFixedPoint() 16909 SideEffectsKind AllowSideEffects, in EvaluateAsInt() argument 16916 return ::EvaluateAsInt(this, Result, Ctx, AllowSideEffects, Info); in EvaluateAsInt() 16920 SideEffectsKind AllowSideEffects, in EvaluateAsFixedPoint() argument 16927 return ::EvaluateAsFixedPoint(this, Result, Ctx, AllowSideEffects, Info); in EvaluateAsFixedPoint() 16931 SideEffectsKind AllowSideEffects, in EvaluateAsFloat() argument 16943 hasUnacceptableSideEffect(ExprResult, AllowSideEffects)) in EvaluateAsFloat()
|