Lines Matching full:same

13 // CHECK-SAME: "-aux-triple" "x86_64-unknown-linux-gnu"
14 // CHECK-SAME: "-emit-llvm-bc"
15 // CHECK-SAME: {{.*}} "-main-file-name" "a.cu"
16 // CHECK-SAME: "-fcuda-is-device" "-fno-threadsafe-statics" "-fcuda-allow-variadic-functions" "-fvisibility=hidden"
17 // CHECK-SAME: "-fapply-global-visibility-to-externs"
18 // CHECK-SAME: "{{.*}}lib1.bc" "{{.*}}lib2.bc"
19 // CHECK-SAME: "-target-cpu" "gfx803"
20 // CHECK-SAME: "-fgpu-rdc"
21 // CHECK-SAME: {{.*}} "-o" "[[A_BC1:.*bc]]" "-x" "hip"
22 // CHECK-SAME: {{.*}} [[A_SRC:".*a.cu"]]
25 // CHECK-SAME: "-aux-triple" "x86_64-unknown-linux-gnu"
26 // CHECK-SAME: "-emit-llvm-bc"
27 // CHECK-SAME: {{.*}} "-main-file-name" "a.cu"
28 // CHECK-SAME: "-fcuda-is-device"
29 // CHECK-SAME: "{{.*}}lib1.bc" "{{.*}}lib2.bc"
30 // CHECK-SAME: "-target-cpu" "gfx900"
31 // CHECK-SAME: "-fgpu-rdc"
32 // CHECK-SAME: {{.*}} "-o" "[[A_BC2:.*bc]]" "-x" "hip"
33 // CHECK-SAME: {{.*}} [[A_SRC]]
36 // CHECK-SAME: "-aux-triple" "amdgcn-amd-amdhsa"
37 // CHECK-SAME: "-emit-obj"
38 // CHECK-SAME: {{.*}} "-main-file-name" "a.cu"
39 // CHECK-SAME: "-fgpu-rdc"
40 // CHECK-SAME: {{.*}} "-o" "[[A_OBJ_HOST:.*o]]" "-x" "hip"
41 // CHECK-SAME: {{.*}} [[A_SRC]]
44 // CHECK-SAME: "-targets=hip-amdgcn-amd-amdhsa-gfx803,hip-amdgcn-amd-amdhsa-gfx900,host-x86_64-unknown-linux-gnu"
45 // CHECK-SAME: "-output=[[A_O:.*a.o]]" "-input=[[A_BC1]]" "-input=[[A_BC2]]" "-input=[[A_OBJ_HOST]]"
48 // CHECK-SAME: "-aux-triple" "x86_64-unknown-linux-gnu"
49 // CHECK-SAME: "-emit-llvm-bc"
50 // CHECK-SAME: {{.*}} "-main-file-name" "b.hip"
51 // CHECK-SAME: "-fcuda-is-device" "-fno-threadsafe-statics" "-fcuda-allow-variadic-functions" "-fvisibility=hidden"
52 // CHECK-SAME: "-fapply-global-visibility-to-externs"
53 // CHECK-SAME: "{{.*}}lib1.bc" "{{.*}}lib2.bc"
54 // CHECK-SAME: "-target-cpu" "gfx803"
55 // CHECK-SAME: "-fgpu-rdc"
56 // CHECK-SAME: {{.*}} "-o" "[[B_BC1:.*bc]]" "-x" "hip"
57 // CHECK-SAME: {{.*}} [[B_SRC:".*b.hip"]]
60 // CHECK-SAME: "-aux-triple" "x86_64-unknown-linux-gnu"
61 // CHECK-SAME: "-emit-llvm-bc"
62 // CHECK-SAME: {{.*}} "-main-file-name" "b.hip"
63 // CHECK-SAME: "-fcuda-is-device"
64 // CHECK-SAME: "{{.*}}lib1.bc" "{{.*}}lib2.bc"
65 // CHECK-SAME: "-target-cpu" "gfx900"
66 // CHECK-SAME: "-fgpu-rdc"
67 // CHECK-SAME: {{.*}} "-o" "[[B_BC2:.*bc]]" "-x" "hip"
68 // CHECK-SAME: {{.*}} [[B_SRC]]
71 // CHECK-SAME: "-aux-triple" "amdgcn-amd-amdhsa"
72 // CHECK-SAME: "-emit-obj"
73 // CHECK-SAME: {{.*}} "-main-file-name" "b.hip"
74 // CHECK-SAME: "-fgpu-rdc"
75 // CHECK-SAME: {{.*}} "-o" "[[B_OBJ_HOST:.*o]]" "-x" "hip"
76 // CHECK-SAME: {{.*}} [[B_SRC]]
79 // CHECK-SAME: "-targets=hip-amdgcn-amd-amdhsa-gfx803,hip-amdgcn-amd-amdhsa-gfx900,host-x86_64-unknown-linux-gnu"
80 // CHECK-SAME: "-output=[[B_O:.*b.o]]" "-input=[[B_BC1]]" "-input=[[B_BC2]]" "-input=[[B_OBJ_HOST]]"
102 // LINK-HOST-UNBUNDLE-SAME: "-targets=host-x86_64-unknown-linux-gnu,hip-amdgcn-amd-amdhsa-gfx803,hip-amdgcn-amd-amdhsa-gfx900"
103 // LINK-HOST-UNBUNDLE-SAME: "-input=[[A_O:.*a.o]]" "-output=[[A_OBJ_HOST:.*o]]" "-output={{.*o}}" "-output={{.*o}}"
107 // LINK-HOST-UNBUNDLE-SAME: "-targets=host-x86_64-unknown-linux-gnu,hip-amdgcn-amd-amdhsa-gfx803,hip-amdgcn-amd-amdhsa-gfx900"
108 // LINK-HOST-UNBUNDLE-SAME: "-input=[[B_O:.*b.o]]" "-output=[[B_OBJ_HOST:.*o]]" "-output={{.*o}}" "-output={{.*o}}"
112 // LINK-SAME: "-targets=host-x86_64-unknown-linux-gnu,hip-amdgcn-amd-amdhsa-gfx803,hip-amdgcn-amd-amdhsa-gfx900"
113 // LINK-SAME: "-input=[[A_O:.*a.o]]" "-output={{.*o}}" "-output=[[A_BC1:.*o]]" "-output=[[A_BC2:.*o]]"
114 // LINK-SAME: "-unbundle" "-allow-missing-bundles"
117 // LINK-SAME: "-targets=host-x86_64-unknown-linux-gnu,hip-amdgcn-amd-amdhsa-gfx803,hip-amdgcn-amd-amdhsa-gfx900"
118 // LINK-SAME: "-input=[[B_O:.*b.o]]" "-output={{.*o}}" "-output=[[B_BC1:.*o]]" "-output=[[B_BC2:.*o]]"
119 // LINK-SAME: "-unbundle" "-allow-missing-bundles"
125 // LINK-SAME: "-plugin-opt=mcpu=gfx803"
126 // LINK-SAME: "--whole-archive"
127 // LLD-TMP-SAME: "-o" "[[IMG_DEV1:.*.out]]"
128 // LLD-FIN-SAME: "-o" "[[IMG_DEV1:a.out-.*gfx803]]"
129 // LINK-SAME "[[A_BC1]]" "[[B_BC1]]"
130 // LINK-SAME: "--no-whole-archive"
136 // LINK-SAME: "-plugin-opt=mcpu=gfx900"
137 // LINK-SAME: "--whole-archive"
138 // LLD-TMP-SAME: "-o" "[[IMG_DEV2:.*.out]]"
139 // LLD-FIN-SAME: "-o" "[[IMG_DEV1:a.out-.*gfx900]]"
140 // LINK-SAME "[[A_BC2]]" "[[B_BC2]]"
141 // LINK-SAME: "--no-whole-archive"
144 // LINK-BUNDLE-SAME: "-targets={{.*}},hipv4-amdgcn-amd-amdhsa--gfx803,hipv4-amdgcn-amd-amdhsa--gfx900"
145 // LINK-BUNDLE-SAME: "-input={{.*}}" "-input=[[IMG_DEV1]]" "-input=[[IMG_DEV2]]" "-output=[[BUNDLE:.*]]"
152 // LINK-EMBED-SAME: "[[B_OBJ_HOST]]" "[[OBJBUNDLE]]"