HomeSort by relevance Sort by last modified time
    Searched full:test24 (Results 1 - 25 of 47) sorted by null

1 2

  /external/llvm/test/Transforms/ObjCARC/
post-inlining.ll 37 ; CHECK-LABEL: define void @test24(
42 define void @test24(i8* %p) {
rv.ll 286 ; CHECK-LABEL: define {}* @test24(
288 define {}* @test24(i8* %p) {
  /external/clang/test/SemaCXX/
long-virtual-inheritance-chain.cpp 27 class test24 : virtual test23 { virtual void f(); }; class in inherits:test23
28 class test25 : virtual test24 { virtual void f(); };
  /external/clang/test/Analysis/inlining/
inline-defensive-checks.c 96 void test24(char *buffer) { function
  /external/clang/test/Parser/
char-literal-printing.c 31 wchar_t test24(void) { return L'\x3'; } function
  /external/llvm/test/CodeGen/X86/
cmov-fp.ll 432 define x86_fp80 @test24(i32 %a, i32 %b, x86_fp80 %x) nounwind {
437 ; SSE-LABEL: test24:
441 ; NOSSE2-LABEL: test24:
445 ; NOSSE1-LABEL: test24:
449 ; NOCMOV-LABEL: test24:
vselect.ll 243 define <2 x double> @test24(<2 x double> %a, <2 x double> %b) {
247 ; CHECK-LABEL: test24
avx512-shuffle.ll 266 ; CHECK-LABEL: @test24
269 define <16 x i32> @test24(<16 x i32> %a, <16 x i32> %b) nounwind {
  /external/clang/test/CodeGenCXX/
vtable-layout.cpp     [all...]
microsoft-abi-vbtables.cpp 437 namespace Test24 {
447 // CHECK-DAG: @"\01??_8D@Test24@@7B@" = linkonce_odr unnamed_addr constant [3 x i32] [i32 0, i32 16, i32 12]
448 // CHECK-DAG: @"\01??_8B@Test24@@7B@" = linkonce_odr unnamed_addr constant [2 x i32] [i32 0, i32 8]
  /external/llvm/test/ExecutionEngine/MCJIT/
test-setcond-int.ll 43 %test24 = icmp ne i64 %ulong1, %ulong2 ; <i1> [#uses=0]
  /external/llvm/test/ExecutionEngine/
test-interp-vec-setcond-int.ll 43 %test24 = icmp ne <2 x i64> %ulong1, %ulong2
test-setcond-int.ll 43 %test24 = icmp ne i64 %ulong1, %ulong2 ; <i1> [#uses=0]
  /external/llvm/test/Transforms/DeadStoreElimination/
simple.ll 305 ; CHECK-LABEL: @test24(
311 define void @test24([2 x i32]* %a, i32 %b, i32 %c) nounwind {
  /external/llvm/test/Transforms/InstCombine/
or.ll 232 define i1 @test24(double %X, double %Y) {
238 ; CHECK-LABEL: @test24(
set.ll 158 define i32 @test24(i32 %a) {
xor.ll 161 define i1 @test24(i32 %c, i32 %d) {
and.ll 172 define i1 @test24(i32 %A) {
phi.ll 529 define i32 @test24(i32 %A, i1 %cond) {
541 ; CHECK-LABEL: @test24(
sub.ll 243 define i64 @test24(i8* %P, i64 %A){
249 ; CHECK-LABEL: @test24(
  /external/clang/test/CodeGen/
mmx-builtins.c 125 int test24(__m64 a) { function
  /external/clang/test/Sema/
return.c 140 int test24() { function
uninit-variables.c 185 int test24(int flag) { function
  /external/llvm/test/CodeGen/PowerPC/
vsx.ll 255 define <16 x i8> @test24(<16 x i8> %a, <16 x i8> %b, <16 x i8> %c, <16 x i8> %d) {
261 ; CHECK-LABEL: @test24
  /external/chromium_org/third_party/icu/source/test/testdata/
ssearch.xml 166 <test-case id="test24" strength="TERTIARY" locale="en">

Completed in 508 milliseconds

1 2