Home
last modified time | relevance | path

Searched full:waveops (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/test/tools/dxil-dis/
H A Dattribute-filter.ll20 ; CHECK: attributes #0 = { nounwind readnone "fp32-denorm-mode"="any" "waveops-include-helper-lanes" }
21 attributes #0 = { norecurse nounwind readnone willreturn "disable-tail-calls"="false" "waveops-include-helper-lanes" "fp32-denorm-mode"="any" "hlsl.export" }
23 ; CHECK: attributes #1 = { readnone "fp32-denorm-mode"="ftz" "waveops-include-helper-lanes" }
24 attributes #1 = { norecurse memory(none) willreturn "disable-tail-calls"="false" "waveops-include-helper-lanes" "fp32-denorm-mode"="ftz" "hlsl.export" }
/llvm-project/llvm/test/tools/obj2yaml/DXContainer/
H A DShaderFlags.yaml30 WaveOps: false
70 # CHECK-NEXT: WaveOps: false
H A DShaderFlagsEmpty.yaml29 WaveOps: false
/llvm-project/llvm/test/ObjectYAML/DXContainer/
H A DHullMaskVectors.yaml30 WaveOps: false
H A DGeometryMaskVectors.yaml30 WaveOps: false
H A DDomainMaskVectors.yaml30 WaveOps: false
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainerConstants.def32 SHADER_FEATURE_FLAG(14, 19, WaveOps, "Wave level operations")
/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp106 const StringSet<> LiveKeys = {"waveops-include-helper-lanes", in removeStringFunctionAttributes()