/external/llvm/test/CodeGen/NVPTX/ |
D | compare-int.ll | 12 ; CHECK: setp.eq.s64 %p[[P0:[0-9]+]], %rd{{[0-9]+}}, %rd{{[0-9]+}} 13 ; CHECK: selp.u64 %rd{{[0-9]+}}, 1, 0, %p[[P0]] 21 ; CHECK: setp.ne.s64 %p[[P0:[0-9]+]], %rd{{[0-9]+}}, %rd{{[0-9]+}} 22 ; CHECK: selp.u64 %rd{{[0-9]+}}, 1, 0, %p[[P0]] 30 ; CHECK: setp.gt.u64 %p[[P0:[0-9]+]], %rd{{[0-9]+}}, %rd{{[0-9]+}} 31 ; CHECK: selp.u64 %rd{{[0-9]+}}, 1, 0, %p[[P0]] 39 ; CHECK: setp.ge.u64 %p[[P0:[0-9]+]], %rd{{[0-9]+}}, %rd{{[0-9]+}} 40 ; CHECK: selp.u64 %rd{{[0-9]+}}, 1, 0, %p[[P0]] 48 ; CHECK: setp.lt.u64 %p[[P0:[0-9]+]], %rd{{[0-9]+}}, %rd{{[0-9]+}} 49 ; CHECK: selp.u64 %rd{{[0-9]+}}, 1, 0, %p[[P0]] [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/ |
D | compare-int.ll | 12 ; CHECK: setp.eq.s64 %p[[P0:[0-9]+]], %rd{{[0-9]+}}, %rd{{[0-9]+}} 13 ; CHECK: selp.u64 %rd{{[0-9]+}}, 1, 0, %p[[P0]] 21 ; CHECK: setp.ne.s64 %p[[P0:[0-9]+]], %rd{{[0-9]+}}, %rd{{[0-9]+}} 22 ; CHECK: selp.u64 %rd{{[0-9]+}}, 1, 0, %p[[P0]] 30 ; CHECK: setp.gt.u64 %p[[P0:[0-9]+]], %rd{{[0-9]+}}, %rd{{[0-9]+}} 31 ; CHECK: selp.u64 %rd{{[0-9]+}}, 1, 0, %p[[P0]] 39 ; CHECK: setp.ge.u64 %p[[P0:[0-9]+]], %rd{{[0-9]+}}, %rd{{[0-9]+}} 40 ; CHECK: selp.u64 %rd{{[0-9]+}}, 1, 0, %p[[P0]] 48 ; CHECK: setp.lt.u64 %p[[P0:[0-9]+]], %rd{{[0-9]+}}, %rd{{[0-9]+}} 49 ; CHECK: selp.u64 %rd{{[0-9]+}}, 1, 0, %p[[P0]] [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PTX/ |
D | setp.ll | 4 ; CHECK: setp.eq.u32 %p[[P0:[0-9]+]], %r{{[0-9]+}}, %r{{[0-9]+}}; 5 ; CHECK: selp.u32 %ret{{[0-9]+}}, 1, 0, %p[[P0]]; 13 ; CHECK: setp.ne.u32 %p[[P0:[0-9]+]], %r{{[0-9]+}}, %r{{[0-9]+}}; 14 ; CHECK: selp.u32 %ret{{[0-9]+}}, 1, 0, %p[[P0]]; 22 ; CHECK: setp.lt.u32 %p[[P0:[0-9]+]], %r{{[0-9]+}}, %r{{[0-9]+}}; 23 ; CHECK: selp.u32 %ret{{[0-9]+}}, 1, 0, %p[[P0]]; 31 ; CHECK: setp.le.u32 %p[[P0:[0-9]+]], %r{{[0-9]+}}, %r{{[0-9]+}}; 32 ; CHECK: selp.u32 %ret{{[0-9]+}}, 1, 0, %p[[P0]]; 40 ; CHECK: setp.gt.u32 %p[[P0:[0-9]+]], %r{{[0-9]+}}, %r{{[0-9]+}}; 41 ; CHECK: selp.u32 %ret{{[0-9]+}}, 1, 0, %p[[P0]]; [all …]
|
D | cvt.ll | 7 ; CHECK: setp.gt.u16 %p[[P0:[0-9]+]], %rh{{[0-9]+}}, 0 8 ; CHECK: and.pred %p2, %p[[P0:[0-9]+]], %p{{[0-9]+}}; 9 ; CHECK: selp.u32 %ret{{[0-9]+}}, 1, 0, %p[[P0:[0-9]+]]; 18 ; CHECK: setp.gt.u32 %p[[P0:[0-9]+]], %r{{[0-9]+}}, 0 19 ; CHECK: and.pred %p2, %p[[P0:[0-9]+]], %p{{[0-9]+}}; 20 ; CHECK: selp.u32 %ret{{[0-9]+}}, 1, 0, %p[[P0:[0-9]+]]; 29 ; CHECK: setp.gt.u64 %p[[P0:[0-9]+]], %rd{{[0-9]+}}, 0 30 ; CHECK: and.pred %p2, %p[[P0:[0-9]+]], %p{{[0-9]+}}; 31 ; CHECK: selp.u32 %ret{{[0-9]+}}, 1, 0, %p[[P0:[0-9]+]]; 40 ; CHECK: setp.gt.u32 %p[[P0:[0-9]+]], %r{{[0-9]+}}, 0 [all …]
|
/external/clang/test/SemaObjC/ |
D | conditional-expr-3.m | 3 @protocol P0 protocol 10 @interface A <P0> 17 void barP0(id<P0> x); 26 id<P0> l = a; 30 …id<P0> l = x; // expected-warning {{initializing 'id<P0>' with an expression of incompatible type … 46 bar(cond ? (id<P0, P1>) x : a); 50 bar(cond ? a : (id<P0, P1>) x); 53 void f8(int cond, id<P0,P1> x0, id<P0,P2> x1) { 54 …barP0(cond ? x0 : x1); // expected-warning {{incompatible operand types ('id<P0,P1>' and 'id<P0,P2… 57 void f9(int cond, id<P0,P1> x0, id<P0,P2> x1) { [all …]
|
D | conditional-expr.m | 47 @protocol P0 protocol 59 @interface A <P0> 74 void f0(id<P0> x) { 78 void f1(int cond, id<P0> x, id<P0> y) { 82 void f2(int cond, id<P0> x, A *y) { 86 void f3(int cond, id<P0> x, B *y) { 94 void f5(int cond, id<P0> x, C *y) { 95 …(cond ? x : y).intProp = 1; // expected-warning {{incompatible operand types ('id<P0>' and 'C *')}… 102 id f7(int a, id<P0> x, A* p) { 106 int f8(int a, A<P0> *x, A *y) { [all …]
|
/external/clang/test/SemaObjCXX/ |
D | conditional-expr.mm | 3 @protocol P0 protocol 10 @interface A <P0> 17 void barP0(id<P0> x); 26 id<P0> l = a; 30 …id<P0> l = x; // expected-error {{cannot initialize a variable of type 'id<P0>' with an lvalue of … 46 bar(cond ? (id<P0, P1>) x : a); 50 bar(cond ? a : (id<P0, P1>) x); 53 void f8(int cond, id<P0,P1> x0, id<P0,P2> x1) { 54 …barP0(cond ? x0 : x1); // expected-warning {{incompatible operand types ('id<P0,P1>' and 'id<P0,P2… 57 void f9(int cond, id<P0,P1> x0, id<P0,P2> x1) { [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/src/bfin/ |
D | sysv.S | 87 P0 = [P3 + _ffi_prep_args@FUNCDESC_GOT17M4]; define 88 P1 = [P0]; 89 P3 = [P0+4]; 101 P0 = FP; define 102 P0 +=28; 103 P1 = [P0]; 105 P3 = [P0+4]; 111 P0 = [FP+24]; define 153 P0 = [FP+24]; define 155 [P0] = R0; [all …]
|
/external/libffi/src/bfin/ |
D | sysv.S | 87 P0 = [P3 + _ffi_prep_args@FUNCDESC_GOT17M4]; define 88 P1 = [P0]; 89 P3 = [P0+4]; 101 P0 = FP; define 102 P0 +=28; 103 P1 = [P0]; 105 P3 = [P0+4]; 111 P0 = [FP+24]; define 153 P0 = [FP+24]; define 155 [P0] = R0; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 208 Constant *P0 = ConstantExpr::getPtrToInt(Global, Int32Ty); in TEST() local 209 Constant *P1 = ConstantExpr::getUIToFP(P0, FloatTy); in TEST() 210 Constant *P2 = ConstantExpr::getUIToFP(P0, DoubleTy); in TEST() 211 Constant *P3 = ConstantExpr::getTrunc(P0, Int1Ty); in TEST() 232 CHECK(ConstantExpr::getNeg(P0), "sub i32 0, " P0STR); in TEST() 234 CHECK(ConstantExpr::getNot(P0), "xor i32 " P0STR ", -1"); in TEST() 235 CHECK(ConstantExpr::getAdd(P0, P0), "add i32 " P0STR ", " P0STR); in TEST() 236 CHECK(ConstantExpr::getAdd(P0, P0, false, true), "add nsw i32 " P0STR ", " in TEST() 238 CHECK(ConstantExpr::getAdd(P0, P0, true, true), "add nuw nsw i32 " P0STR ", " in TEST() 241 CHECK(ConstantExpr::getSub(P0, P0), "sub i32 " P0STR ", " P0STR); in TEST() [all …]
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 207 Constant *P0 = ConstantExpr::getPtrToInt(Global, Int32Ty); in TEST() local 208 Constant *P1 = ConstantExpr::getUIToFP(P0, FloatTy); in TEST() 209 Constant *P2 = ConstantExpr::getUIToFP(P0, DoubleTy); in TEST() 210 Constant *P3 = ConstantExpr::getTrunc(P0, Int1Ty); in TEST() 231 CHECK(ConstantExpr::getNeg(P0), "sub i32 0, " P0STR); in TEST() 233 CHECK(ConstantExpr::getNot(P0), "xor i32 " P0STR ", -1"); in TEST() 234 CHECK(ConstantExpr::getAdd(P0, P0), "add i32 " P0STR ", " P0STR); in TEST() 235 CHECK(ConstantExpr::getAdd(P0, P0, false, true), "add nsw i32 " P0STR ", " in TEST() 237 CHECK(ConstantExpr::getAdd(P0, P0, true, true), "add nuw nsw i32 " P0STR ", " in TEST() 240 CHECK(ConstantExpr::getSub(P0, P0), "sub i32 " P0STR ", " P0STR); in TEST() [all …]
|
/external/clang/unittests/Tooling/ |
D | FixItTest.cpp | 42 Expr *P0 = CE->getArg(0); in TEST() local 44 EXPECT_EQ("x", getText(*P0, *Context)); in TEST() 61 Expr *P0 = CE->getArg(0); in TEST() local 63 EXPECT_EQ("", getText(*P0, *Context)); in TEST() 72 Expr *P0 = CE->getArg(0); in TEST() local 74 EXPECT_EQ("x", getText(*P0, *Context)); in TEST() 90 Expr *P0 = CE->getArg(0); in TEST() local 91 FixItHint Hint0 = createRemoval(*P0); in TEST() 105 Expr *P0 = CE->getArg(0); in TEST() local 106 FixItHint Hint0 = createRemoval(*P0); in TEST() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Hexagon/ |
D | v62_all.s | 122 if (!P0) V0.cur=vmem(R0+#04) 131 if (!P0) V0.cur=vmem(R0++#03) 140 if (!P0) V0.cur=vmem(R0++M0) 149 if (P0) V0.cur=vmem(R0+#04) 158 if (P0) V0.cur=vmem(R0++#03) 167 if (P0) V0.cur=vmem(R0++M0) 174 if (!P0) V0=vmem(R0+#04) 179 if (!P0) V0=vmem(R0++#03) 184 if (!P0) V0=vmem(R0++M0) 191 if (!P0) V0.cur=vmem(R0+#04):nt [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/X86/ |
D | sext.ll | 15 ; SSE2-NEXT: [[P1:%.*]] = getelementptr inbounds i8, i8* [[P0:%.*]], i64 1 16 ; SSE2-NEXT: [[I0:%.*]] = load i8, i8* [[P0]], align 1 25 ; SLM-NEXT: [[P1:%.*]] = getelementptr inbounds i8, i8* [[P0:%.*]], i64 1 26 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <2 x i8>* 36 ; AVX-NEXT: [[P1:%.*]] = getelementptr inbounds i8, i8* [[P0:%.*]], i64 1 37 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <2 x i8>* 58 ; SSE2-NEXT: [[P1:%.*]] = getelementptr inbounds i8, i8* [[P0:%.*]], i64 1 59 ; SSE2-NEXT: [[P2:%.*]] = getelementptr inbounds i8, i8* [[P0]], i64 2 60 ; SSE2-NEXT: [[P3:%.*]] = getelementptr inbounds i8, i8* [[P0]], i64 3 61 ; SSE2-NEXT: [[I0:%.*]] = load i8, i8* [[P0]], align 1 [all …]
|
D | zext.ll | 15 ; SSE2-NEXT: [[P1:%.*]] = getelementptr inbounds i8, i8* [[P0:%.*]], i64 1 16 ; SSE2-NEXT: [[I0:%.*]] = load i8, i8* [[P0]], align 1 25 ; SLM-NEXT: [[P1:%.*]] = getelementptr inbounds i8, i8* [[P0:%.*]], i64 1 26 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <2 x i8>* 36 ; AVX-NEXT: [[P1:%.*]] = getelementptr inbounds i8, i8* [[P0:%.*]], i64 1 37 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <2 x i8>* 58 ; CHECK-NEXT: [[P1:%.*]] = getelementptr inbounds i8, i8* [[P0:%.*]], i64 1 59 ; CHECK-NEXT: [[P2:%.*]] = getelementptr inbounds i8, i8* [[P0]], i64 2 60 ; CHECK-NEXT: [[P3:%.*]] = getelementptr inbounds i8, i8* [[P0]], i64 3 61 ; CHECK-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>* [all …]
|
D | extract.ll | 10 ; CHECK-NEXT: [[P0:%.*]] = getelementptr inbounds double, double* [[PTR:%.*]], i64 0 12 ; CHECK-NEXT: [[TMP1:%.*]] = bitcast double* [[P0]] to <2 x double>* 20 %P0 = getelementptr inbounds double, double* %ptr, i64 0 24 store double %A0, double* %P0, align 4 44 %P0 = getelementptr inbounds double, double* %ptr, i64 1 ; <--- incorrect order 48 store double %A0, double* %P0, align 4 59 ; CHECK-NEXT: [[P0:%.*]] = getelementptr inbounds double, double* [[PTR:%.*]], i64 0 63 ; CHECK-NEXT: [[TMP3:%.*]] = bitcast double* [[P0]] to <2 x double>* 71 %P0 = getelementptr inbounds double, double* %ptr, i64 0 75 store double %A0, double* %P0, align 4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | addsubcarry.ll | 6 ; CHECK: p[[P0:[0-3]]] = and(p[[P1:[0-9]]],!p[[P1]]) 7 ; CHECK: add({{.*}},{{.*}},p[[P0]]):carry 8 ; CHECK: add({{.*}},{{.*}},p[[P0]]):carry 16 ; CHECK: p[[P0:[0-3]]] = or(p[[P1:[0-9]]],!p[[P1]]) 17 ; CHECK: sub({{.*}},{{.*}},p[[P0]]):carry 18 ; CHECK: sub({{.*}},{{.*}},p[[P0]]):carry
|
/external/llvm/include/llvm/ADT/ |
D | VariadicFunction.h | 154 ResultT operator()(Param0T P0) const { in operator() 155 return Func(P0, None); in operator() 159 ResultT operator()(Param0T P0, LLVM_COMMA_JOIN ## N(const ArgT &A)) const { \ 161 return Func(P0, makeArrayRef(Args)); \ 201 ResultT operator()(Param0T P0, Param1T P1) const { in operator() 202 return Func(P0, P1, None); in operator() 206 ResultT operator()(Param0T P0, Param1T P1, \ 209 return Func(P0, P1, makeArrayRef(Args)); \ 250 ResultT operator()(Param0T P0, Param1T P1, Param2T P2) const { in operator() 251 return Func(P0, P1, P2, None); in operator() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | VariadicFunction.h | 154 ResultT operator()(Param0T P0) const { in operator() 155 return Func(P0, None); in operator() 159 ResultT operator()(Param0T P0, LLVM_COMMA_JOIN ## N(const ArgT &A)) const { \ 161 return Func(P0, makeArrayRef(Args)); \ 201 ResultT operator()(Param0T P0, Param1T P1) const { in operator() 202 return Func(P0, P1, None); in operator() 206 ResultT operator()(Param0T P0, Param1T P1, \ 209 return Func(P0, P1, makeArrayRef(Args)); \ 250 ResultT operator()(Param0T P0, Param1T P1, Param2T P2) const { in operator() 251 return Func(P0, P1, P2, None); in operator() [all …]
|
/external/skia/src/gpu/ccpr/ |
D | GrCCCoverageProcessor.h | 55 void set(const Sk2f& P0, const Sk2f& P1, const Sk2f& P2, const Sk2f& trans); 68 void setW(const Sk2f& P0, const Sk2f& P1, const Sk2f& P2, const Sk2f& trans, float w); 298 Sk2f P0 = Sk2f::Load(&p0); in set() local 301 this->set(P0, P1, P2, trans); in set() 304 inline void GrCCCoverageProcessor::TriPointInstance::set(const Sk2f& P0, const Sk2f& P1, in set() argument 306 Sk2f::Store3(this, P0 + trans, P1 + trans, P2 + trans); in set() 324 Sk2f P0 = Sk2f::Load(&p0); in setW() local 327 this->setW(P0, P1, P2, trans, w); in setW() 330 inline void GrCCCoverageProcessor::QuadPointInstance::setW(const Sk2f& P0, const Sk2f& P1, in setW() argument 334 Sk2f::Store4(this, P0 + trans, P1 + trans, P2 + trans, W); in setW()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCCoverageProcessor.h | 55 void set(const Sk2f& P0, const Sk2f& P1, const Sk2f& P2, const Sk2f& trans); 68 void setW(const Sk2f& P0, const Sk2f& P1, const Sk2f& P2, const Sk2f& trans, float w); 298 Sk2f P0 = Sk2f::Load(&p0); in set() local 301 this->set(P0, P1, P2, trans); in set() 304 inline void GrCCCoverageProcessor::TriPointInstance::set(const Sk2f& P0, const Sk2f& P1, in set() argument 306 Sk2f::Store3(this, P0 + trans, P1 + trans, P2 + trans); in set() 324 Sk2f P0 = Sk2f::Load(&p0); in setW() local 327 this->setW(P0, P1, P2, trans, w); in setW() 330 inline void GrCCCoverageProcessor::QuadPointInstance::setW(const Sk2f& P0, const Sk2f& P1, in setW() argument 334 Sk2f::Store4(this, P0 + trans, P1 + trans, P2 + trans, W); in setW()
|
/external/clang/test/CodeGenObjC/ |
D | protocols.m | 10 @protocol P0; protocol 37 Protocol *P0 = @protocol(P0); 43 Pbool([P0 conformsTo: P1]); 44 Pbool([P1 conformsTo: P0]);
|
D | forward-protocol-metadata-symbols.m | 6 @protocol P0; protocol 8 @interface A : NSObject <P0> 17 Protocol *P0 = @protocol(P0);
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | extract.ll | 15 %P0 = getelementptr inbounds double, double* %ptr, i64 0 19 store double %A0, double* %P0, align 4 33 %P0 = getelementptr inbounds double, double* %ptr, i64 1 ; <--- incorrect order 37 store double %A0, double* %P0, align 4 51 %P0 = getelementptr inbounds double, double* %ptr, i64 0 55 store double %A0, double* %P0, align 4
|
/external/u-boot/board/freescale/ls2080aqds/ |
D | README | 163 DPMAC1 -> PHY1-P0 164 DPMAC2 -> PHY2-P0 165 DPMAC3 -> PHY3-P0 166 DPMAC4 -> PHY4-P0 171 DPMAC9 -> PHY1-P0 172 DPMAC10 -> PHY2-P0 173 DPMAC11 -> PHY3-P0 174 DPMAC12 -> PHY4-P0 203 DPMAC4 -> PHY1-P0 207 DPMAC8 -> PHY2-P0 [all …]
|