Home
last modified time | relevance | path

Searched refs:CRD (Results 1 – 25 of 46) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstruction.cpp23 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/
DInstruction.cpp23 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/
DIterator.cpp23 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()
DContainerModeling.cpp791 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()
DIterator.h148 bool isIterator(const CXXRecordDecl *CRD);
/external/llvm-project/llvm/include/llvm/MCA/
DInstruction.h139 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/
DInstruction.h139 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/
DsljitNativePPC_32.c134 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()
DsljitNativePPC_64.c269 …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/
DCodeGenTypes.cpp133 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/
DCodeGenTypes.cpp148 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/
DDumpAST.cpp41 if (const auto *CRD = llvm::dyn_cast<CXXRecordDecl>(D)) in isInjectedClassName() local
42 return CRD->isInjectedClassName(); in isInjectedClassName()
DFindTarget.cpp266 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/
Dglobals-fundamental.cpp635 const double &CRD = D; variable
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td2231 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 …]
DPPCSchedule440.td85 // uncommitted lwarx/stwcx. is in AGEN, CRD, or LWB.
88 // resources are empty. AGEN and CRD are held empty until the msync/mbar
DPPCInstrFormats.td1183 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/
Dglobals-fundamental.lldbinit208 target variable CRD
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrFormats.td1360 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;
DPPCSchedule440.td84 // uncommitted lwarx/stwcx. is in AGEN, CRD, or LWB.
87 // resources are empty. AGEN and CRD are held empty until the msync/mbar
DPPCInstrInfo.td2814 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/
DPPCInstrFormats.td1356 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;
DPPCInstrInfo.td2600 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 …]
DPPCSchedule440.td84 // 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/
DRegionStore.cpp2062 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()

12