Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp552 AtomicOptions AO = CGF.CGM.getAtomicOpts(); in setTargetAtomicMetadata()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1715 AtomicOptions getAtomicOpts() const { return AtomicOpts; } in getAtomicOpts() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h702 AtomicOptions getAtomicOpts() { return AtomicOpts; } in getAtomicOpts() function
H A DCodeGenFunction.h824 : CGM(CGM_), SavedAtomicOpts(CGM.getAtomicOpts()) {
828 : CGM(CGM_), SavedAtomicOpts(CGM.getAtomicOpts()) {
H A DCodeGenModule.cpp412 AtomicOpts(Target.getAtomicOpts()) { in CodeGenModule()