Home
last modified time | relevance | path

Searched refs:ResMayAlias (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILShaderFlags.cpp271 if (auto *ResMayAlias = mdconst::extract_or_null<ConstantInt>( in initialize() local
273 if (ResMayAlias->getValue().getBoolValue()) in initialize()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp305 if (CodeGenOpts.ResMayAlias) in finishCodeGen()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def476 CODEGENOPT(ResMayAlias, 1, 0, Benign)
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td9364 MarshallingInfoFlag<CodeGenOpts<"ResMayAlias">>;