Home
last modified time | relevance | path

Searched refs:test8a (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/Transforms/SCCP/
Dipsccp-basic.ll183 define internal {} @test8a(i32 %A, i32* %P) {
186 ; CHECK-LABEL: @test8a(
192 %X = call {} @test8a(i32 5, i32* %P)
195 ; CHECK-NEXT: call {} @test8a
/external/llvm/test/Transforms/InstCombine/
Dcall.ll124 declare void @test8a()
128 ; CHECK-NEXT: invoke void @test8a()
130 ; calling conv, but the implementation of test8a may actually end up using the
132 invoke void @test8a()
/external/llvm/test/Transforms/JumpThreading/
Dbasic.ll213 declare i1 @test8a()
218 %A = call i1 @test8a()
226 %B = call i1 @test8a()
233 %C = call i1 @test8a()
248 call i1 @test8a()
/external/icu/icu4c/source/test/intltest/
Dcitrtest.cpp302 UCharCharacterIterator* test8a = new UCharCharacterIterator(testText, -1, -1, 20, 5); in TestConstructionAndEqualityUChariter() local
306 if (test8a->startIndex() < 0) in TestConstructionAndEqualityUChariter()
370 delete test8a; in TestConstructionAndEqualityUChariter()
/external/llvm/test/CodeGen/X86/
Dstack-protector.ll896 ; test8a: Passing addr-of to function call
899 define void @test8a() {
901 ; LINUX-I386-LABEL: test8a:
905 ; LINUX-X64-LABEL: test8a:
909 ; LINUX-KERNEL-X64-LABEL: test8a:
913 ; DARWIN-X64-LABEL: test8a:
/external/llvm/test/Transforms/ObjCARC/
Dbasic.ll634 ; CHECK-LABEL: define void @test8a(
647 define void @test8a(i32* %x, i1 %p, i1 %q) nounwind {