/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_32.c | 134 FAIL_IF(push_inst(compiler, CMPLI | CRD(0) | A(src1) | compiler->imm)); in emit_single_op() 139 FAIL_IF(push_inst(compiler, CMPL | CRD(0) | A(src1) | B(src2))); in emit_single_op() 159 return push_inst(compiler, CMPI | CRD(0) | A(src1) | compiler->imm); in emit_single_op() 161 return push_inst(compiler, CMP | CRD(0) | A(src1) | B(src2)); in emit_single_op()
|
D | sljitNativePPC_64.c | 272 …FAIL_IF(push_inst(compiler, CMPLI | CRD(0 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | compiler… in emit_single_op() 277 …FAIL_IF(push_inst(compiler, CMPL | CRD(0 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | B(src2))); in emit_single_op() 306 …return push_inst(compiler, CMPI | CRD(0 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | compiler->… in emit_single_op() 308 return push_inst(compiler, CMP | CRD(0 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | B(src2)); in emit_single_op()
|
D | sljitNativePPC_common.c | 129 #define CRD(d) ((d) << 21) macro 1648 return push_inst(compiler, FCMPU | CRD(4) | FA(src1) | FB(src2)); in sljit_emit_fop1_cmp()
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.cpp | 133 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in isSafeToConvert() local 134 for (const auto &I : CRD->bases()) in isSafeToConvert() 690 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in ConvertRecordDeclType() local 691 for (const auto &I : CRD->bases()) { in ConvertRecordDeclType()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCInstrFormats.td | 440 bits<5> CRD; 446 let Inst{6-10} = CRD; 456 bits<5> CRD; 460 let Inst{6-10} = CRD; 461 let Inst{11-15} = CRD; 462 let Inst{16-20} = CRD;
|
D | PPCInstrInfo.td | 1042 def CREQV : XLForm_1<19, 289, (outs CRBITRC:$CRD), 1044 "creqv $CRD, $CRA, $CRB", BrCR, 1047 def CROR : XLForm_1<19, 449, (outs CRBITRC:$CRD), 1049 "cror $CRD, $CRA, $CRB", BrCR,
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 2231 def CRAND : XLForm_1<19, 257, (outs crbitrc:$CRD), 2233 "crand $CRD, $CRA, $CRB", IIC_BrCR, 2234 [(set i1:$CRD, (and i1:$CRA, i1:$CRB))]>; 2236 def CRNAND : XLForm_1<19, 225, (outs crbitrc:$CRD), 2238 "crnand $CRD, $CRA, $CRB", IIC_BrCR, 2239 [(set i1:$CRD, (not (and i1:$CRA, i1:$CRB)))]>; 2241 def CROR : XLForm_1<19, 449, (outs crbitrc:$CRD), 2243 "cror $CRD, $CRA, $CRB", IIC_BrCR, 2244 [(set i1:$CRD, (or i1:$CRA, i1:$CRB))]>; 2246 def CRXOR : XLForm_1<19, 193, (outs crbitrc:$CRD), [all …]
|
D | PPCSchedule440.td | 85 // uncommitted lwarx/stwcx. is in AGEN, CRD, or LWB. 88 // resources are empty. AGEN and CRD are held empty until the msync/mbar
|
D | PPCInstrFormats.td | 1183 bits<5> CRD; 1189 let Inst{6-10} = CRD; 1199 bits<5> CRD; 1203 let Inst{6-10} = CRD; 1204 let Inst{11-15} = CRD; 1205 let Inst{16-20} = CRD;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrFormats.td | 1372 bits<5> CRD; 1378 let Inst{6-10} = CRD; 1388 let CRD = 0; 1399 let CRD = RT; 1407 bits<5> CRD; 1411 let Inst{6-10} = CRD; 1412 let Inst{11-15} = CRD; 1413 let Inst{16-20} = CRD;
|
D | PPCInstrInfo.td | 2465 def CRAND : XLForm_1<19, 257, (outs crbitrc:$CRD), 2467 "crand $CRD, $CRA, $CRB", IIC_BrCR, 2468 [(set i1:$CRD, (and i1:$CRA, i1:$CRB))]>; 2470 def CRNAND : XLForm_1<19, 225, (outs crbitrc:$CRD), 2472 "crnand $CRD, $CRA, $CRB", IIC_BrCR, 2473 [(set i1:$CRD, (not (and i1:$CRA, i1:$CRB)))]>; 2475 def CROR : XLForm_1<19, 449, (outs crbitrc:$CRD), 2477 "cror $CRD, $CRA, $CRB", IIC_BrCR, 2478 [(set i1:$CRD, (or i1:$CRA, i1:$CRB))]>; 2480 def CRXOR : XLForm_1<19, 193, (outs crbitrc:$CRD), [all …]
|
D | PPCSchedule440.td | 85 // uncommitted lwarx/stwcx. is in AGEN, CRD, or LWB. 88 // resources are empty. AGEN and CRD are held empty until the msync/mbar
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | RegionStore.cpp | 1925 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) in isRecordEmpty() local 1926 return CRD->getNumBases() == 0; in isRecordEmpty()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 95 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(D)) { in getRawCommentForDeclNoCache() local 96 if (CRD->getTemplateSpecializationKind() == TSK_ImplicitInstantiation) in getRawCommentForDeclNoCache() 294 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(D)) { in adjustDeclToTemplate() local 296 if (const ClassTemplateDecl *CTD = CRD->getDescribedClassTemplate()) in adjustDeclToTemplate() 302 dyn_cast<ClassTemplateSpecializationDecl>(CRD)) { in adjustDeclToTemplate() 316 CRD->getMemberSpecializationInfo()) in adjustDeclToTemplate()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3077 Value *CRD = B.CreateSExtOrTrunc(CountRoundDown, in createEmptyLoop() local 3080 EndValue = II.transform(B, CRD, PSE.getSE(), DL); in createEmptyLoop()
|
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 457 if (CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in checkRecordTypeForCapability() local 459 if (CRD->lookupInBases([](const CXXBaseSpecifier *BS, CXXBasePath &) { in checkRecordTypeForCapability()
|
D | SemaExpr.cpp | 11791 if (CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in BuildBuiltinOffsetOf() local 11792 bool IsSafe = LangOpts.CPlusPlus11? CRD->isStandardLayout() : CRD->isPOD(); in BuildBuiltinOffsetOf()
|
D | SemaChecking.cpp | 9562 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in IsTailPaddedMemberArray() local 9563 if (!CRD->isStandardLayout()) return false; in IsTailPaddedMemberArray()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 2928 Value *CRD = B.CreateCast(CastOp, CountRoundDown, StepType, "cast.crd"); in createVectorizedLoopSkeleton() local 2930 EndValue = II.transform(B, CRD, PSE.getSE(), DL); in createVectorizedLoopSkeleton()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | subdivisionData.txt | 1628 unitary authority GB-CRF Caerdydd GB-CRD cy GB-WLS
|
D | 2013-1_UNLOCODE_CodeListPart1.csv | 430 ,"AR","CRD","Comodoro Rivadavia","Comodoro Rivadavia","U","1--4----","AI","9601",,, 6490 ,"BR","CRD","Carmo do Rio Claro","Carmo do Rio Claro","MG","--3-----","RQ","0607",,, 8909 ,"CA","CRD","Crapaud","Crapaud","PE","--3-----","RL","0207",,"4614N 06330W", 28570 ,"ES","CRD","Cerdanyola del Vall�s","Cerdanyola del Valles","B","-23-----","RL","0401",,"4129N 0020… 35006 ,"FR","CRD","Creutzwald","Creutzwald","57","-2------","AF","9506",,,
|
D | 2013-1_UNLOCODE_CodeListPart2.csv | 1317 ,"GB","CRD","Cornhill-on-Tweed","Cornhill-on-Tweed","NBL","--3--6--","AQ","0601",,"5539N 00213W", 11304 ,"IT","CRD","Camin - Rione di Padova","Camin - Rione di Padova",,"--3-----","RL","0001",,,
|
D | 2013-1_UNLOCODE_CodeListPart3.csv | 12219 ,"US","CRD","Cedar Falls","Cedar Falls","IA","--3-----","RQ","9307",,,
|