/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
D | Instruction.cpp | 23 CRD.IID = IID; in writeStartEvent() 24 CRD.RegID = RegID; in writeStartEvent() 25 CRD.Cycles = Cycles; in writeStartEvent() 41 CRD.IID = IID; in writeStartEvent() 42 CRD.RegID = RegID; in writeStartEvent() 43 CRD.Cycles = Cycles; in writeStartEvent()
|
/external/llvm-project/llvm/lib/MCA/ |
D | Instruction.cpp | 23 CRD.IID = IID; in writeStartEvent() 24 CRD.RegID = RegID; in writeStartEvent() 25 CRD.Cycles = Cycles; in writeStartEvent() 41 CRD.IID = IID; in writeStartEvent() 42 CRD.RegID = RegID; in writeStartEvent() 43 CRD.Cycles = Cycles; in writeStartEvent()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | Iterator.cpp | 23 const auto *CRD = Type->getUnqualifiedDesugaredType()->getAsCXXRecordDecl(); in isIteratorType() local 24 return isIterator(CRD); in isIteratorType() 27 bool isIterator(const CXXRecordDecl *CRD) { in isIterator() argument 28 if (!CRD) in isIterator() 31 const auto Name = CRD->getName(); in isIterator() 38 for (const auto *Method : CRD->methods()) { in isIterator()
|
D | ContainerModeling.cpp | 791 const auto *CRD = getCXXRecordDecl(State, Reg); in hasSubscriptOperator() local 792 if (!CRD) in hasSubscriptOperator() 795 for (const auto *Method : CRD->methods()) { in hasSubscriptOperator() 807 const auto *CRD = getCXXRecordDecl(State, Reg); in frontModifiable() local 808 if (!CRD) in frontModifiable() 811 for (const auto *Method : CRD->methods()) { in frontModifiable() 822 const auto *CRD = getCXXRecordDecl(State, Reg); in backModifiable() local 823 if (!CRD) in backModifiable() 826 for (const auto *Method : CRD->methods()) { in backModifiable()
|
D | Iterator.h | 148 bool isIterator(const CXXRecordDecl *CRD);
|
/external/llvm-project/llvm/include/llvm/MCA/ |
D | Instruction.h | 139 CriticalDependency CRD; variable 155 DependentWriteCyclesLeft(0), CRD() {} 169 const CriticalDependency &getCriticalRegDep() const { return CRD; } in getCriticalRegDep() 247 CriticalDependency CRD; variable 259 CyclesLeft(UNKNOWN_CYCLES), TotalCycles(0), CRD(), IsReady(true), in ReadState() 266 const CriticalDependency &getCriticalRegDep() const { return CRD; } in getCriticalRegDep()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
D | Instruction.h | 139 CriticalDependency CRD; variable 155 DependentWriteCyclesLeft(0), CRD() {} 169 const CriticalDependency &getCriticalRegDep() const { return CRD; } in getCriticalRegDep() 247 CriticalDependency CRD; variable 259 CyclesLeft(UNKNOWN_CYCLES), TotalCycles(0), CRD(), IsReady(true), in ReadState() 266 const CriticalDependency &getCriticalRegDep() const { return CRD; } in getCriticalRegDep()
|
/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 | 269 …FAIL_IF(push_inst(compiler, CMPLI | CRD(0 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | compiler… in emit_single_op() 274 …FAIL_IF(push_inst(compiler, CMPL | CRD(0 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | B(src2))); in emit_single_op() 303 …return push_inst(compiler, CMPI | CRD(0 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | compiler->… in emit_single_op() 305 return push_inst(compiler, CMP | CRD(0 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | B(src2)); in emit_single_op()
|
/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/llvm-project/clang/lib/CodeGen/ |
D | CodeGenTypes.cpp | 148 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in isSafeToConvert() local 149 for (const auto &I : CRD->bases()) in isSafeToConvert() 833 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in ConvertRecordDeclType() local 834 for (const auto &I : CRD->bases()) { in ConvertRecordDeclType()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | DumpAST.cpp | 41 if (const auto *CRD = llvm::dyn_cast<CXXRecordDecl>(D)) in isInjectedClassName() local 42 return CRD->isInjectedClassName(); in isInjectedClassName()
|
D | FindTarget.cpp | 266 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(D)) { in getTemplatePattern() local 267 if (const auto *Result = CRD->getTemplateInstantiationPattern()) in getTemplatePattern() 272 if (CRD->getTemplateSpecializationKind() == TSK_Undeclared) in getTemplatePattern() 273 if (const auto *Spec = dyn_cast<ClassTemplateSpecializationDecl>(CRD)) in getTemplatePattern()
|
/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
D | globals-fundamental.cpp | 635 const double &CRD = D; variable
|
/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/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/Inputs/ |
D | globals-fundamental.lldbinit | 208 target variable CRD
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCInstrFormats.td | 1360 bits<5> CRD; 1366 let Inst{6-10} = CRD; 1376 let CRD = 0; 1387 let CRD = RT; 1395 bits<5> CRD; 1399 let Inst{6-10} = CRD; 1400 let Inst{11-15} = CRD; 1401 let Inst{16-20} = CRD;
|
D | PPCSchedule440.td | 84 // uncommitted lwarx/stwcx. is in AGEN, CRD, or LWB. 87 // resources are empty. AGEN and CRD are held empty until the msync/mbar
|
D | PPCInstrInfo.td | 2814 def CRAND : XLForm_1<19, 257, (outs crbitrc:$CRD), 2816 "crand $CRD, $CRA, $CRB", IIC_BrCR, 2817 [(set i1:$CRD, (and i1:$CRA, i1:$CRB))]>; 2819 def CRNAND : XLForm_1<19, 225, (outs crbitrc:$CRD), 2821 "crnand $CRD, $CRA, $CRB", IIC_BrCR, 2822 [(set i1:$CRD, (not (and i1:$CRA, i1:$CRB)))]>; 2824 def CROR : XLForm_1<19, 449, (outs crbitrc:$CRD), 2826 "cror $CRD, $CRA, $CRB", IIC_BrCR, 2827 [(set i1:$CRD, (or i1:$CRA, i1:$CRB))]>; 2829 def CRXOR : XLForm_1<19, 193, (outs crbitrc:$CRD), [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrFormats.td | 1356 bits<5> CRD; 1362 let Inst{6-10} = CRD; 1372 let CRD = 0; 1383 let CRD = RT; 1391 bits<5> CRD; 1395 let Inst{6-10} = CRD; 1396 let Inst{11-15} = CRD; 1397 let Inst{16-20} = CRD;
|
D | PPCInstrInfo.td | 2600 def CRAND : XLForm_1<19, 257, (outs crbitrc:$CRD), 2602 "crand $CRD, $CRA, $CRB", IIC_BrCR, 2603 [(set i1:$CRD, (and i1:$CRA, i1:$CRB))]>; 2605 def CRNAND : XLForm_1<19, 225, (outs crbitrc:$CRD), 2607 "crnand $CRD, $CRA, $CRB", IIC_BrCR, 2608 [(set i1:$CRD, (not (and i1:$CRA, i1:$CRB)))]>; 2610 def CROR : XLForm_1<19, 449, (outs crbitrc:$CRD), 2612 "cror $CRD, $CRA, $CRB", IIC_BrCR, 2613 [(set i1:$CRD, (or i1:$CRA, i1:$CRB))]>; 2615 def CRXOR : XLForm_1<19, 193, (outs crbitrc:$CRD), [all …]
|
D | PPCSchedule440.td | 84 // uncommitted lwarx/stwcx. is in AGEN, CRD, or LWB. 87 // resources are empty. AGEN and CRD are held empty until the msync/mbar
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | RegionStore.cpp | 2062 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) in isRecordEmpty() local 2063 return CRD->getNumBases() == 0; in isRecordEmpty() 2382 if (const auto *CRD = dyn_cast<CXXRecordDecl>(RD)) { in bindStruct() local 2390 assert((CRD->isAggregate() || (Ctx.getLangOpts().ObjC && VI == VE)) && in bindStruct() 2393 for (const auto &B : CRD->bases()) { in bindStruct()
|