HomeSort by: relevance | last modified time | path
    Searched defs:CRD (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
Iterator.cpp 23 const auto *CRD = Type->getUnqualifiedDesugaredType()->getAsCXXRecordDecl();
24 return isIterator(CRD);
27 bool isIterator(const CXXRecordDecl *CRD) {
28 if (!CRD)
31 const auto Name = CRD->getName();
38 for (const auto *Method : CRD->methods()) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
Instruction.h 139 CriticalDependency CRD;
155 DependentWriteCyclesLeft(0), CRD() {}
169 const CriticalDependency &getCriticalRegDep() const { return CRD; }
247 CriticalDependency CRD;
259 CyclesLeft(UNKNOWN_CYCLES), TotalCycles(0), CRD(), IsReady(true),
266 const CriticalDependency &getCriticalRegDep() const { return CRD; }
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativePPC_common.c 128 #define CRD(d) ((d) << 21)
1890 return push_inst(compiler, FCMPU | CRD(4) | FA(src1) | FB(src2));
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 5706 CXXRecordDecl *CRD = cast<CXXRecordDecl>(D);
5708 if (CRD->hasDefinition())
5712 DI->completeUnusedClass(*CRD);
5715 for (auto *I : CRD->decls())
  /src/external/gpl3/binutils/dist/opcodes/
ppc-opc.c 2949 /* The CRD field in an XL form instruction. */
2950 #define CRD BF
10304 {"e_cmph", X(31,14), X_MASK, PPCVLE, 0, {CRD, RA, RB}},
10306 {"e_cmphl", X(31,46), X_MASK, PPCVLE, 0, {CRD, RA, RB}},
10313 {"e_mcrf", XL(31,16), XL_MASK, PPCVLE, 0, {CRD, CR}},
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-opc.c 2949 /* The CRD field in an XL form instruction. */
2950 #define CRD BF
10239 {"e_cmph", X(31,14), X_MASK, PPCVLE, 0, {CRD, RA, RB}},
10241 {"e_cmphl", X(31,46), X_MASK, PPCVLE, 0, {CRD, RA, RB}},
10248 {"e_mcrf", XL(31,16), XL_MASK, PPCVLE, 0, {CRD, CR}},
  /src/external/gpl3/gdb/dist/opcodes/
ppc-opc.c 2881 /* The CRD field in an XL form instruction. */
2882 #define CRD BF
10096 {"e_cmph", X(31,14), X_MASK, PPCVLE, 0, {CRD, RA, RB}},
10098 {"e_cmphl", X(31,46), X_MASK, PPCVLE, 0, {CRD, RA, RB}},
10105 {"e_mcrf", XL(31,16), XL_MASK, PPCVLE, 0, {CRD, CR}},
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-opc.c 2881 /* The CRD field in an XL form instruction. */
2882 #define CRD BF
10085 {"e_cmph", X(31,14), X_MASK, PPCVLE, 0, {CRD, RA, RB}},
10087 {"e_cmphl", X(31,46), X_MASK, PPCVLE, 0, {CRD, RA, RB}},
10094 {"e_mcrf", XL(31,16), XL_MASK, PPCVLE, 0, {CRD, CR}},

Completed in 46 milliseconds