HomeSort by relevance Sort by last modified time
    Searched full:test12 (Results 51 - 75 of 154) sorted by null

1 23 4 5 6 7

  /external/llvm/test/Transforms/SimplifyCFG/
preserve-branchweights.ll 297 ;; test12 - Don't crash if the whole switch is removed
298 define void @test12(i32 %M, i32 %N) nounwind uwtable {
303 ; CHECK-LABEL: @test12(
  /external/llvm/test/Analysis/BasicAA/
gep-alias.ll 217 define i32 @test12(i32 %x, i32 %y, i8* %p) nounwind {
228 ; CHECK-LABEL: @test12(
  /external/llvm/test/CodeGen/X86/
brcond.ll 234 define <4 x float> @test12(<4 x float> %a, <4 x float> %b) nounwind {
236 ; CHECK-LABEL: test12:
combine-vec-shuffle-2.ll 133 define <4 x i32> @test12(<4 x i32> %A, <4 x i32> %B) {
138 ; CHECK-LABEL: test12
combine-or.ll 143 define <4 x i32> @test12(<4 x i32> %a, <4 x i32> %b) {
149 ; CHECK-LABEL: test12
fold-vector-sext-zext.ll 164 define <4 x i32> @test12() {
172 ; CHECK-LABEL: test12
sse2.ll 150 define void @test12() nounwind {
157 ; CHECK-LABEL: test12:
  /external/llvm/test/Transforms/InstCombine/
apint-shift.ll 107 ; CHECK-LABEL: @test12(
109 define i47 @test12(i47 %A) {
call.ll 213 define <2 x i32*> @test12() {
214 ; CHECK-LABEL: @test12(
rem.ll 111 define i32 @test12(i32 %i) {
112 ; CHECK-LABEL: @test12(
apint-sub.ll 79 define i43 @test12(i43 %A) {
  /external/llvm/test/Transforms/ObjCARC/
rv.ll 177 ; CHECK: define i8* @test12(i8* %p)
182 define i8* @test12(i8* %p) {
  /external/llvm/test/Transforms/Reassociate/
basictest.ll 172 define i32 @test12(i32 %X) {
179 ; CHECK-LABEL: @test12
  /external/clang/test/CodeGenCXX/
linkage.cpp 147 namespace test12 { namespace
mangle-template.cpp 159 namespace test12 { namespace
  /external/clang/test/Parser/
switch-recovery.cpp 144 void test12(int x) { function
  /external/clang/test/Sema/
block-misc.c 116 void test12() {
scope-check.c 182 void test12(int n) {
  /external/clang/test/SemaCXX/
linkage2.cpp 131 namespace test12 { namespace
  /external/compiler-rt/test/tsan/
deadlock_detector_stress_test.cc 361 void Test12() {
364 fprintf(stderr, "Starting Test12: 4 threads read lock/unlock 4 shared mutexes, one under another\n");
365 // CHECK-RD: Starting Test12
587 LockTest().Test12();
  /external/llvm/test/ExecutionEngine/MCJIT/
test-setcond-int.ll 31 %test12 = icmp ne i16 %ushort1, %ushort2 ; <i1> [#uses=0]
  /external/llvm/test/ExecutionEngine/
test-interp-vec-setcond-int.ll 31 %test12 = icmp ne <4 x i16> %ushort1, %ushort2
test-setcond-int.ll 31 %test12 = icmp ne i16 %ushort1, %ushort2 ; <i1> [#uses=0]
  /external/llvm/test/Transforms/SROA/
big-endian.ll 9 ; the same as test12 in basictest.ll, but here we assert big-endian byte
  /external/clang/test/CodeGenObjC/
arc-blocks.m 463 @interface Test12
467 @implementation Test12
469 // CHECK: define internal void ()* @"\01-[Test12 ablock]"(
472 // CHECK: define internal void @"\01-[Test12 setAblock:]"(
475 // CHECK: define internal void ()* @"\01-[Test12 nblock]"(
478 // CHECK: define internal void @"\01-[Test12 setNblock:]"(

Completed in 1127 milliseconds

1 23 4 5 6 7