Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/Transforms/Inline/
Dattributes.ll322 define i32 @test_no-implicit-float0(i32 %i) {
325 ; CHECK: @test_no-implicit-float0(i32 %i) {
329 define i32 @test_no-implicit-float1(i32 %i) {
332 ; CHECK: @test_no-implicit-float1(i32 %i) [[NOIMPLICITFLOAT]] {
336 define i32 @test_no-implicit-float2(i32 %i) noimplicitfloat {
339 ; CHECK: @test_no-implicit-float2(i32 %i) [[NOIMPLICITFLOAT]] {
343 define i32 @test_no-implicit-float3(i32 %i) noimplicitfloat {
346 ; CHECK: @test_no-implicit-float3(i32 %i) [[NOIMPLICITFLOAT]] {
364 define i32 @test_no-use-jump-tables0(i32 %i) {
367 ; CHECK: @test_no-use-jump-tables0(i32 %i) {
[all …]
/external/llvm/test/Transforms/Inline/
Dattributes.ll235 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) {
[all …]
/external/autotest/server/site_tests/enterprise_CFM_Test/
Denterprise_CFM_Test.py796 def process_test_result(self, loop_result, loop_no, test_no, argument
823 ' %d, Test: %d', self.ip_addr, loop_no, test_no)
832 loop_no, test_no, self.meet_no, self.reboot_no,
875 test_no = 0
898 test_no += 1
946 self.process_test_result(loop_result, loop_no, test_no,
969 self.process_test_result(loop_result, loop_no, test_no,
/external/mesa3d/bin/pick/
Dcore_test.py446 async def test_no(self): member in TestIsCommitInBranch