Searched refs:CRD (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CodeGenTypes.cpp | 134 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in isSafeToConvert() local 135 for (const auto &I : CRD->bases()) in isSafeToConvert() 667 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in ConvertRecordDeclType() local 668 for (const auto &I : CRD->bases()) { in ConvertRecordDeclType()
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCInstrInfo.td | 2158 def CRAND : XLForm_1<19, 257, (outs crbitrc:$CRD), 2160 "crand $CRD, $CRA, $CRB", IIC_BrCR, 2161 [(set i1:$CRD, (and i1:$CRA, i1:$CRB))]>; 2163 def CRNAND : XLForm_1<19, 225, (outs crbitrc:$CRD), 2165 "crnand $CRD, $CRA, $CRB", IIC_BrCR, 2166 [(set i1:$CRD, (not (and i1:$CRA, i1:$CRB)))]>; 2168 def CROR : XLForm_1<19, 449, (outs crbitrc:$CRD), 2170 "cror $CRD, $CRA, $CRB", IIC_BrCR, 2171 [(set i1:$CRD, (or i1:$CRA, i1:$CRB))]>; 2173 def CRXOR : XLForm_1<19, 193, (outs crbitrc:$CRD), [all …]
|
| HD | PPCInstrFormats.td | 978 bits<5> CRD; 984 let Inst{6-10} = CRD; 994 bits<5> CRD; 998 let Inst{6-10} = CRD; 999 let Inst{11-15} = CRD; 1000 let Inst{16-20} = CRD;
|
| HD | 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
|
| /NextBSD/contrib/llvm/lib/Transforms/Vectorize/ |
| HD | LoopVectorize.cpp | 2767 Value *CRD = BypassBuilder.CreateSExtOrTrunc(CountRoundDown, in createEmptyLoop() local 2770 EndValue = II.transform(BypassBuilder, CRD); in createEmptyLoop() 2775 Value *CRD = BypassBuilder.CreateSExtOrTrunc(CountRoundDown, in createEmptyLoop() local 2778 EndValue = II.transform(BypassBuilder, CRD); in createEmptyLoop()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | RegionStore.cpp | 1829 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) in isRecordEmpty() local 1830 return CRD->getNumBases() == 0; in isRecordEmpty()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | ASTContext.cpp | 94 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(D)) { in getRawCommentForDeclNoCache() local 95 if (CRD->getTemplateSpecializationKind() == TSK_ImplicitInstantiation) in getRawCommentForDeclNoCache() 293 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(D)) { in adjustDeclToTemplate() local 295 if (const ClassTemplateDecl *CTD = CRD->getDescribedClassTemplate()) in adjustDeclToTemplate() 301 dyn_cast<ClassTemplateSpecializationDecl>(CRD)) { in adjustDeclToTemplate() 315 CRD->getMemberSpecializationInfo()) in adjustDeclToTemplate()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaDeclAttr.cpp | 433 if (CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in checkRecordTypeForCapability() local 435 if (CRD->lookupInBases([](const CXXBaseSpecifier *BS, CXXBasePath &P, in checkRecordTypeForCapability()
|
| HD | SemaChecking.cpp | 8324 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in IsTailPaddedMemberArray() local 8325 if (!CRD->isStandardLayout()) return false; in IsTailPaddedMemberArray()
|
| HD | SemaExpr.cpp | 11068 if (CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in BuildBuiltinOffsetOf() local 11069 bool IsSafe = LangOpts.CPlusPlus11? CRD->isStandardLayout() : CRD->isPOD(); in BuildBuiltinOffsetOf()
|
| /NextBSD/sys/dev/usb/ |
| HD | usbdevs | 3416 product OPTO CRD7734 0xc000 USB Cradle CRD-7734-RU 3417 product OPTO CRD7734_1 0xc001 USB Cradle CRD-7734-RU
|