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.h168 bool checkArithmeticFenceSupported() const override { return true; } in checkArithmeticFenceSupported() function
H A DSPIR.h247 bool checkArithmeticFenceSupported() const override { return true; } in checkArithmeticFenceSupported() function
H A DX86.h409 bool checkArithmeticFenceSupported() const override { return true; } in checkArithmeticFenceSupported() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp509 if (Opts.ProtectParens && !checkArithmeticFenceSupported()) { in adjust()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1585 virtual bool checkArithmeticFenceSupported() const { return false; } in checkArithmeticFenceSupported() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9530 if (!Context.getTargetInfo().checkArithmeticFenceSupported()) in SemaBuiltinArithmeticFence()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp3330 getContext().getTargetInfo().checkArithmeticFenceSupported(); in EmitBuiltinExpr()