Lines Matching refs:test_no
235 define i32 @test_no-implicit-float0(i32 %i) {
238 ; CHECK: @test_no-implicit-float0(i32 %i) {
242 define i32 @test_no-implicit-float1(i32 %i) {
245 ; CHECK: @test_no-implicit-float1(i32 %i) [[NOIMPLICITFLOAT]] {
249 define i32 @test_no-implicit-float2(i32 %i) noimplicitfloat {
252 ; CHECK: @test_no-implicit-float2(i32 %i) [[NOIMPLICITFLOAT]] {
256 define i32 @test_no-implicit-float3(i32 %i) noimplicitfloat {
259 ; CHECK: @test_no-implicit-float3(i32 %i) [[NOIMPLICITFLOAT]] {
277 define i32 @test_no-use-jump-tables0(i32 %i) {
280 ; CHECK: @test_no-use-jump-tables0(i32 %i) {
284 define i32 @test_no-use-jump-tables1(i32 %i) {
287 ; CHECK: @test_no-use-jump-tables1(i32 %i) [[NOUSEJUMPTABLES]] {
291 define i32 @test_no-use-jump-tables2(i32 %i) "no-jump-tables"="true" {
294 ; CHECK: @test_no-use-jump-tables2(i32 %i) [[NOUSEJUMPTABLES]] {
298 define i32 @test_no-use-jump-tables3(i32 %i) "no-jump-tables"="true" {
301 ; CHECK: @test_no-use-jump-tables3(i32 %i) [[NOUSEJUMPTABLES]] {