/external/pcre/dist/sljit/ |
D | sljitNativeSPARC_32.c | 30 return push_inst(compiler, OR | D(dst) | S1(0) | IMM(imm), DR(dst)); in load_immediate() 32 FAIL_IF(push_inst(compiler, SETHI | D(dst) | ((imm >> 10) & 0x3fffff), DR(dst))); in load_immediate() 33 …return (imm & 0x3ff) ? push_inst(compiler, OR | D(dst) | S1(dst) | IMM_ARG | (imm & 0x3ff), DR(dst… in load_immediate() 50 return push_inst(compiler, OR | D(dst) | S1(0) | S2(src2), DR(dst)); in emit_single_op() 58 return push_inst(compiler, AND | D(dst) | S1(src2) | IMM(0xff), DR(dst)); in emit_single_op() 59 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(24), DR(dst))); in emit_single_op() 60 return push_inst(compiler, SRA | D(dst) | S1(dst) | IMM(24), DR(dst)); in emit_single_op() 70 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(16), DR(dst))); in emit_single_op() 71 …return push_inst(compiler, (op == SLJIT_MOV_SH ? SRA : SRL) | D(dst) | S1(dst) | IMM(16), DR(dst)); in emit_single_op() 79 …return push_inst(compiler, XNOR | (flags & SET_FLAGS) | D(dst) | S1(0) | S2(src2), DR(dst) | (flag… in emit_single_op() [all …]
|
D | sljitNativeMIPS_32.c | 46 FAIL_IF(push_inst(compiler, op_imm | S(src1) | T(dst) | IMM(src2), DR(dst))); \ 52 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | D(dst), DR(dst))); \ 60 FAIL_IF(push_inst(compiler, op_imm | T(src1) | D(dst) | SH_IMM(src2), DR(dst))); \ 66 FAIL_IF(push_inst(compiler, op_v | S(src2) | T(src1) | D(dst), DR(dst))); \ 79 return push_inst(compiler, ADDU | S(src2) | TA(0) | D(dst), DR(dst)); in emit_single_op() 88 return push_inst(compiler, SEB | T(src2) | D(dst), DR(dst)); in emit_single_op() 90 FAIL_IF(push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(24), DR(dst))); in emit_single_op() 91 return push_inst(compiler, SRA | T(dst) | D(dst) | SH_IMM(24), DR(dst)); in emit_single_op() 94 return push_inst(compiler, ANDI | S(src2) | T(dst) | IMM(0xff), DR(dst)); in emit_single_op() 106 return push_inst(compiler, SEH | T(src2) | D(dst), DR(dst)); in emit_single_op() [all …]
|
D | sljitNativeMIPS_64.c | 129 FAIL_IF(push_inst(compiler, op_imm | S(src1) | T(dst) | IMM(src2), DR(dst))); \ 135 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | D(dst), DR(dst))); \ 150 FAIL_IF(push_inst(compiler, ins | T(src1) | D(dst) | SH_IMM(src2), DR(dst))); \ 157 FAIL_IF(push_inst(compiler, ins | S(src2) | T(src1) | D(dst), DR(dst))); \ 170 return push_inst(compiler, SELECT_OP(DADDU, ADDU) | S(src2) | TA(0) | D(dst), DR(dst)); in emit_single_op() 178 FAIL_IF(push_inst(compiler, DSLL32 | T(src2) | D(dst) | SH_IMM(24), DR(dst))); in emit_single_op() 179 return push_inst(compiler, DSRA32 | T(dst) | D(dst) | SH_IMM(24), DR(dst)); in emit_single_op() 181 return push_inst(compiler, ANDI | S(src2) | T(dst) | IMM(0xff), DR(dst)); in emit_single_op() 192 FAIL_IF(push_inst(compiler, DSLL32 | T(src2) | D(dst) | SH_IMM(16), DR(dst))); in emit_single_op() 193 return push_inst(compiler, DSRA32 | T(dst) | D(dst) | SH_IMM(16), DR(dst)); in emit_single_op() [all …]
|
D | sljitNativeMIPS_common.c | 92 #define DR(dr) (reg_map[dr]) macro 570 …FAIL_IF(push_inst(compiler, ADDIU_W | S(SLJIT_SP) | T(SLJIT_SP) | IMM(-local_size), DR(SLJIT_SP))); in sljit_emit_enter() 574 FAIL_IF(load_immediate(compiler, DR(TMP_REG1), local_size)); in sljit_emit_enter() 575 FAIL_IF(push_inst(compiler, ADDU_W | S(SLJIT_SP) | TA(0) | D(TMP_REG2), DR(TMP_REG2))); in sljit_emit_enter() 576 FAIL_IF(push_inst(compiler, SUBU_W | S(SLJIT_SP) | T(TMP_REG1) | D(SLJIT_SP), DR(SLJIT_SP))); in sljit_emit_enter() 596 FAIL_IF(push_inst(compiler, ADDU_W | SA(4) | TA(0) | D(SLJIT_S0), DR(SLJIT_S0))); in sljit_emit_enter() 598 FAIL_IF(push_inst(compiler, ADDU_W | SA(5) | TA(0) | D(SLJIT_S1), DR(SLJIT_S1))); in sljit_emit_enter() 600 FAIL_IF(push_inst(compiler, ADDU_W | SA(6) | TA(0) | D(SLJIT_S2), DR(SLJIT_S2))); in sljit_emit_enter() 643 FAIL_IF(load_immediate(compiler, DR(TMP_REG1), local_size)); in sljit_emit_return() 644 FAIL_IF(push_inst(compiler, ADDU_W | S(SLJIT_SP) | T(TMP_REG1) | D(TMP_REG1), DR(TMP_REG1))); in sljit_emit_return() [all …]
|
D | sljitNativeSPARC_common.c | 112 #define DR(dr) (reg_map[dr]) macro 537 ((flags & MEM_MASK) <= GPR_REG && (flags & LOAD_DATA)) ? DR(reg) : MOVABLE_INS)); in getput_arg_fast() 596 FAIL_IF(push_inst(compiler, SLL_W | D(arg2) | S1(OFFS_REG(arg)) | IMM_ARG | argw, DR(arg2))); in getput_arg() 603 …inst(compiler, ADD | D(TMP_REG3) | S1(TMP_REG3) | IMM(argw - compiler->cache_argw), DR(TMP_REG3))); in getput_arg() 622 delay_slot = ((flags & MEM_MASK) <= GPR_REG && (flags & LOAD_DATA)) ? DR(reg) : MOVABLE_INS; in getput_arg() 628 return push_inst(compiler, ADD | D(base) | S1(base) | S2(arg2), DR(base)); in getput_arg() 790 …iler, (op == SLJIT_UMUL ? UMUL : SMUL) | D(SLJIT_R0) | S1(SLJIT_R0) | S2(SLJIT_R1), DR(SLJIT_R0))); in sljit_emit_op0() 791 return push_inst(compiler, RDY | D(SLJIT_R1), DR(SLJIT_R1)); in sljit_emit_op0() 801 FAIL_IF(push_inst(compiler, SRA | D(TMP_REG1) | S1(SLJIT_R0) | IMM(31), DR(TMP_REG1))); in sljit_emit_op0() 804 FAIL_IF(push_inst(compiler, OR | D(TMP_REG2) | S1(0) | S2(SLJIT_R0), DR(TMP_REG2))); in sljit_emit_op0() [all …]
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DeadStoresChecker.cpp | 54 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() argument 56 if (const VarDecl *D = dyn_cast<VarDecl>(DR->getDecl())) in VisitDeclRefExpr() 229 void CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk, in CheckDeclRef() argument 231 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) in CheckDeclRef() 232 CheckVarDecl(VD, DR, Val, dsk, Live); in CheckDeclRef() 245 const DeclRefExpr *DR; in isIncrement() local 247 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getLHS()->IgnoreParenCasts()))) in isIncrement() 248 if (DR->getDecl() == VD) in isIncrement() 251 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getRHS()->IgnoreParenCasts()))) in isIncrement() 252 if (DR->getDecl() == VD) in isIncrement() [all …]
|
D | DereferenceChecker.cpp | 63 const DeclRefExpr *DR = cast<DeclRefExpr>(Ex); in AddDerefSource() local 64 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) { in AddDerefSource() 67 Ranges.push_back(DR->getSourceRange()); in AddDerefSource()
|
D | MallocOverflowSecurityChecker.cpp | 135 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) { in CheckExpr() local 136 const Decl * EdreD = DR->getDecl(); in CheckExpr()
|
D | ObjCSelfInitChecker.cpp | 423 if (const DeclRegion *DR = dyn_cast<DeclRegion>(MRV.stripCasts())) in isSelfVar() local 424 return (DR->getDecl() == analCtx->getSelfDecl()); in isSelfVar()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CheckerHelpers.cpp | 36 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S); in containsEnum() local 38 if (DR && isa<EnumConstantDecl>(DR->getDecl())) in containsEnum() 52 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S); in containsStaticLocal() local 54 if (DR) in containsStaticLocal() 55 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) in containsStaticLocal()
|
D | BugReporterVisitors.cpp | 320 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(RetE)) in visitNodeInitial() local 321 if (const DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(DR->getDecl())) in visitNodeInitial() 839 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) { in getLocationRegionIfReference() local 840 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) { in getLocationRegionIfReference() 1117 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Head)) { in registerStatementVarDecls() local 1118 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) { in registerStatementVarDecls() 1275 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Ex)) { in patternMatch() local 1276 const bool quotes = isa<VarDecl>(DR->getDecl()); in patternMatch() 1281 if (const MemRegion *R = state->getLValue(cast<VarDecl>(DR->getDecl()), in patternMatch() 1293 Out << DR->getDecl()->getDeclName().getAsString(); in patternMatch() [all …]
|
/external/clang/lib/Analysis/ |
D | LiveVariables.cpp | 208 void VisitDeclRefExpr(DeclRefExpr *DR); 341 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(LHS)) in VisitBinaryOperator() local 342 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) { in VisitBinaryOperator() 353 observer->observerKill(DR); in VisitBinaryOperator() 367 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() argument 368 if (const VarDecl *D = dyn_cast<VarDecl>(DR->getDecl())) in VisitDeclRefExpr() 369 if (!isAlwaysAlive(D) && LV.inAssignment.find(DR) == LV.inAssignment.end()) in VisitDeclRefExpr() 383 DeclRefExpr *DR = nullptr; in VisitObjCForCollectionStmt() local 390 else if ((DR = dyn_cast<DeclRefExpr>(cast<Expr>(element)->IgnoreParens()))) { in VisitObjCForCollectionStmt() 391 VD = cast<VarDecl>(DR->getDecl()); in VisitObjCForCollectionStmt() [all …]
|
D | PseudoConstantAnalysis.cpp | 70 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) in getDecl() local 71 return DR->getDecl(); in getDecl() 201 const DeclRefExpr *DR = cast<DeclRefExpr>(Head); in RunAnalysis() local 202 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) { in RunAnalysis()
|
D | BodyFarm.cpp | 113 DeclRefExpr *DR = in makeDeclRefExpr() local 122 return DR; in makeDeclRefExpr() 208 DeclRefExpr *DR = M.makeDeclRefExpr(Block); in create_dispatch_once() local 209 ImplicitCastExpr *ICE = M.makeLvalueToRvalue(DR, Ty); in create_dispatch_once() 269 DeclRefExpr *DR = M.makeDeclRefExpr(PV); in create_dispatch_sync() local 270 ImplicitCastExpr *ICE = M.makeLvalueToRvalue(DR, Ty); in create_dispatch_sync()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 53 DispRange DR; member 64 : Form(form), DR(dr), Base(), Disp(0), Index(), in SystemZAddressingMode() 161 bool selectBDAddr(SystemZAddressingMode::DispRange DR, SDValue Addr, 167 bool selectMVIAddr(SystemZAddressingMode::DispRange DR, SDValue Addr, 174 SystemZAddressingMode::DispRange DR, SDValue Addr, 347 static bool selectDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in selectDisp() argument 348 switch (DR) { in selectDisp() 404 if (selectDisp(AM.DR, TestDisp)) { in expandDisp() 458 static bool isValidDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in isValidDisp() argument 459 assert(selectDisp(DR, Val) && "Invalid displacement"); in isValidDisp() [all …]
|
/external/valgrind/VEX/priv/ |
D | host_mips_defs.h | 51 #define DR(_mode64, _enc, _ix64, _ix32) \ macro 81 return DR (mode64, 0, 0, 20); } in hregMIPS_D0() 83 return DR (mode64, 2, 0, 21); } in hregMIPS_D1() 85 return DR (mode64, 4, 0, 22); } in hregMIPS_D2() 87 return DR (mode64, 6, 0, 23); } in hregMIPS_D3() 89 return DR (mode64, 8, 0, 24); } in hregMIPS_D4() 91 return DR (mode64, 10, 0, 25); } in hregMIPS_D5() 93 return DR (mode64, 12, 0, 26); } in hregMIPS_D6() 95 return DR (mode64, 14, 0, 27); } in hregMIPS_D7() 120 #undef DR
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 398 DataRefImpl DR = Section.getRawDataRefImpl(); in printSections() local 404 ArrayRef<char> RawName = Obj->getSectionRawName(DR); in printSections() 405 StringRef SegmentName = Obj->getSectionFinalSegmentName(DR); in printSections() 406 ArrayRef<char> RawSegmentName = Obj->getSectionRawFinalSegmentName(DR); in printSections() 494 DataRefImpl DR = Reloc.getRawDataRefImpl(); in printRelocation() local 495 MachO::any_relocation_info RE = Obj->getRelocation(DR); in printRelocation()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-arabic-table.hh | 24 #define DR JOINING_GROUP_DALATH_RISH macro 47 /* 0700 */ X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,A,X,D,D,D,DR,DR,R,R,R,D,D,D,D,R,D, 48 /* 0720 */ D,D,D,D,D,D,D,D,R,D,DR,D,R,D,D,DR,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X, 165 #undef DR
|
/external/clang/www/ |
D | make_cxx_dr_status | 16 class DR: class 32 return DR(section, issue, url, status, title)
|
/external/v8/build/ |
D | README.txt | 5 TL;DR version on *nix:
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_kdt_phr.pkb | 10 …��\<�˵�����,��M8%$�����x�.]%��k!GK���^TTu����Z�D ��k��/ ,9�֮�� H�xl�b-F��G�H�a��<@�DR
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
D | SkPdfVariableTextFieldDictionary_autogen.cpp | 11 SkPdfDictionary* SkPdfVariableTextFieldDictionary::DR(SkPdfNativeDoc* doc) { in DR() function in SkPdfVariableTextFieldDictionary
|
/external/clang/include/clang/Analysis/Analyses/ |
D | LiveVariables.h | 66 virtual void observerKill(const DeclRefExpr *DR) {} in observerKill() argument
|
/external/pdfium/testing/resources/ |
D | bug_487928.in | 44 /DR <<
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 344 DataRefImpl DR = Section.getRawDataRefImpl(); in DisassembleObject() local 345 SegmentName = MachO->getSectionFinalSegmentName(DR); in DisassembleObject() 676 DataRefImpl DR = Section->getRawDataRefImpl(); in PrintSymbolTable() local 677 StringRef SegmentName = MachO->getSectionFinalSegmentName(DR); in PrintSymbolTable()
|