Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.h211 bool checkArithmeticFenceSupported() const override { return true; } in checkArithmeticFenceSupported() function
H A DSPIR.h255 bool checkArithmeticFenceSupported() const override { return true; } in checkArithmeticFenceSupported() function
H A DX86.h422 bool checkArithmeticFenceSupported() const override { return true; } in checkArithmeticFenceSupported() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp546 if (Opts.ProtectParens && !checkArithmeticFenceSupported()) { in adjust()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1703 virtual bool checkArithmeticFenceSupported() const { return false; } in checkArithmeticFenceSupported() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp3576 getContext().getTargetInfo().checkArithmeticFenceSupported(); in EmitBuiltinExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5580 if (!Context.getTargetInfo().checkArithmeticFenceSupported()) in BuiltinArithmeticFence()