1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- %dx.types.twoi32 = type { i32, i32 }
- define void @main() {
- entry:
- %0 = call %dx.types.twoi32 @dx.op.cycleCounterLegacy(i32 109)
- %1 = extractvalue %dx.types.twoi32 %0, 0
- call void @dx.op.storeOutput.i32(i32 5, i32 0, i32 0, i8 0, i32 0)
- call void @dx.op.storeOutput.i32(i32 5, i32 0, i32 0, i8 1, i32 0)
- call void @dx.op.storeOutput.i32(i32 5, i32 0, i32 0, i8 2, i32 %1)
- call void @dx.op.storeOutput.i32(i32 5, i32 0, i32 0, i8 3, i32 0)
- ret void
- }
- ; Function Attrs: nounwind
- declare void @dx.op.tempRegStore.i32(i32, i32, i32) #0
- ; Function Attrs: nounwind
- declare %dx.types.twoi32 @dx.op.cycleCounterLegacy(i32) #0
- ; Function Attrs: nounwind readonly
- declare i32 @dx.op.tempRegLoad.i32(i32, i32) #1
- ; Function Attrs: nounwind
- declare void @dx.op.storeOutput.i32(i32, i32, i32, i8, i32) #0
- attributes #0 = { nounwind }
- attributes #1 = { nounwind readonly }
- !dx.version = !{!0}
- !dx.valver = !{!0}
- !dx.shaderModel = !{!1}
- !dx.entryPoints = !{!2}
- !llvm.ident = !{!8}
- !0 = !{i32 1, i32 0}
- !1 = !{!"ps", i32 6, i32 0}
- !2 = !{void ()* @main, !"main", !3, null, !7}
- !3 = !{null, !4, null}
- !4 = !{!5}
- !5 = !{i32 0, !"SV_Target", i8 5, i8 16, !6, i8 0, i32 1, i8 4, i32 0, i8 0, null}
- !6 = !{i32 0}
- !7 = !{i32 0, i64 258}
- !8 = !{!"dxbc2dxil 1.2"}
|