Searched refs:ret3 (Results 1 – 8 of 8) sorted by relevance
/external/v8/test/cctest/compiler/ |
D | test-multiple-return.cc | 100 Node* ret3 = mt.AddNode(mt.common()->Call(desc), mt.HeapConstant(code), a, b); in TEST() local 101 Node* x = mt.AddNode(mt.common()->Projection(0), ret3); in TEST() 102 Node* y = mt.AddNode(mt.common()->Projection(1), ret3); in TEST() 103 Node* z = mt.AddNode(mt.common()->Projection(2), ret3); in TEST()
|
/external/clang/test/CXX/over/over.built/ |
D | p23.cpp | 13 bool ret3 = !getValue(); in testVariant() local 25 bool ret3 = !getExplicitValue(); in testExplicitVariant() local
|
/external/llvm/test/CodeGen/Thumb/ |
D | 2007-05-05-InvalidPushPop.ll | 25 %ret3 = bitcast i32* %ret to i8** ; <i8**> [#uses=2] 26 %tmp4 = call i32 @pthread_join( i32 %tmp2, i8** %ret3 ) ; <i32> [#uses=0] 31 %tmp11 = call i32 @pthread_join( i32 %tmp9, i8** %ret3 ) ; <i32> [#uses=0]
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-ret.ll | 27 define zeroext i8 @ret3(i8 signext %a) nounwind uwtable ssp { 29 ; CHECK: ret3
|
/external/llvm/test/CodeGen/PowerPC/ |
D | fast-isel-ret.ll | 47 define zeroext i8 @ret3(i8 signext %a) nounwind { 49 ; ELF64-LABEL: ret3
|
/external/llvm/test/CodeGen/NVPTX/ |
D | envreg.ll | 109 %ret3 = add i32 %ret2, %val4 110 %ret4 = add i32 %ret3, %val5
|
/external/llvm/test/CodeGen/X86/ |
D | avx512bw-intrinsics.ll | 250 %ret3 = add i64 %ret2, %res3 252 %ret4 = add i64 %ret3, %res4 339 %ret3 = add i64 %ret2, %res3 341 %ret4 = add i64 %ret3, %res4 426 %ret3 = add i64 %ret2, %res3 428 %ret4 = add i64 %ret3, %res4 515 %ret3 = add i64 %ret2, %res3 517 %ret4 = add i64 %ret3, %res4 589 %ret3 = add i32 %ret2, %res3 591 %ret4 = add i32 %ret3, %res4 [all …]
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_thresholding/ |
D | py_thresholding.markdown | 151 ret3,th3 = cv2.threshold(blur,0,255,cv2.THRESH_BINARY+cv2.THRESH_OTSU)
|