Home
last modified time | relevance | path

Searched refs:checkArithmeticFenceSupported (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp482 if (Opts.ProtectParens && !checkArithmeticFenceSupported()) { in adjust()
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DX86.h380 bool checkArithmeticFenceSupported() const override { return true; } in checkArithmeticFenceSupported() function
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h1504 virtual bool checkArithmeticFenceSupported() const { return false; } in checkArithmeticFenceSupported() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp7574 if (!Context.getTargetInfo().checkArithmeticFenceSupported()) in SemaBuiltinArithmeticFence()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp2811 getContext().getTargetInfo().checkArithmeticFenceSupported(); in EmitBuiltinExpr()