| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | m68k-parse.y | 347 op->mode = PRE; 355 op->mode = PRE; 364 op->mode = PRE; 376 op->mode = PRE; 385 op->mode = PRE; 454 op->mode = PRE;
|
| D | m68k-parse.h | 297 PRE, enumerator
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | m68k-parse.y | 374 op->mode = PRE; 382 op->mode = PRE; 391 op->mode = PRE; 403 op->mode = PRE; 412 op->mode = PRE; 481 op->mode = PRE;
|
| D | m68k-parse.h | 303 PRE, enumerator
|
| /openbsd/src/gnu/llvm/clang/lib/Tooling/Refactoring/Extract/ |
| D | Extract.cpp | 87 if (const auto *PRE = dyn_cast<ObjCPropertyRefExpr>(Code[0])) { in initiate() local 88 if (!PRE->isMessagingGetter()) in initiate()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/ |
| D | lib3styles.css | 6 PRE { text-align: left ; margin-left: 1em } selector
|
| /openbsd/src/gnu/gcc/libstdc++-v3/docs/html/ |
| D | lib3styles.css | 6 PRE { text-align: left ; margin-left: 1em } selector
|
| /openbsd/src/gnu/llvm/llvm/lib/MCA/ |
| D | InstrBuilder.cpp | 70 const MCWriteProcResEntry *PRE = STI.getWriteProcResBegin(&SCDesc) + I; in initializeUsedResources() local 71 const MCProcResourceDesc &PR = *SM.getProcResource(PRE->ProcResourceIdx); in initializeUsedResources() 72 if (!PRE->Cycles) { in initializeUsedResources() 83 uint64_t Mask = ProcResourceMasks[PRE->ProcResourceIdx]; in initializeUsedResources() 92 CycleSegment RCy(0, PRE->Cycles, false); in initializeUsedResources() 96 SuperResources[Super] += PRE->Cycles; in initializeUsedResources()
|
| /openbsd/src/gnu/llvm/clang/lib/Index/ |
| D | IndexBody.cpp | 242 const auto *PRE = dyn_cast<ObjCPropertyRefExpr>(E); in VisitObjCMessageExpr() local 243 if (!PRE) in VisitObjCMessageExpr() 245 if (PRE->isExplicitProperty()) in VisitObjCMessageExpr() 247 if (const ObjCMethodDecl *Getter = PRE->getImplicitPropertyGetter()) { in VisitObjCMessageExpr()
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaPseudoObject.cpp | 108 if (auto *PRE = dyn_cast<ObjCPropertyRefExpr>(e)) in rebuild() local 109 return rebuildObjCPropertyRefExpr(PRE); in rebuild() 548 const ObjCPropertyRefExpr *PRE) { in LookupMethodInReceiverType() argument 549 if (PRE->isObjectReceiver()) { in LookupMethodInReceiverType() 551 PRE->getBase()->getType()->castAs<ObjCObjectPointerType>(); in LookupMethodInReceiverType() 555 S.isSelfExpr(const_cast<Expr*>(PRE->getBase()))) { in LookupMethodInReceiverType() 568 if (PRE->isSuperReceiver()) { in LookupMethodInReceiverType() 570 PRE->getSuperReceiverType()->getAs<ObjCObjectPointerType>()) in LookupMethodInReceiverType() 573 return S.LookupMethodInObjectType(sel, PRE->getSuperReceiverType(), false); in LookupMethodInReceiverType() 576 assert(PRE->isClassReceiver() && "Invalid expression"); in LookupMethodInReceiverType() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | MachinePipeliner.cpp | 1041 for (const MCWriteProcResEntry &PRE : in minFuncUnits() local 1044 if (!PRE.Cycles) in minFuncUnits() 1047 STI->getSchedModel().getProcResource(PRE.ProcResourceIdx); in minFuncUnits() 1051 F = PRE.ProcResourceIdx; in minFuncUnits() 1084 for (const MCWriteProcResEntry &PRE : in calcCriticalResources() local 1087 if (!PRE.Cycles) in calcCriticalResources() 1089 Resources[PRE.ProcResourceIdx]++; in calcCriticalResources() 3101 for (const MCWriteProcResEntry &PRE : make_range( in reserveResources() local 3103 for (int C = Cycle; C < Cycle + PRE.Cycles; ++C) in reserveResources() 3104 ++MRT[positiveModulo(C, InitiationInterval)][PRE.ProcResourceIdx]; in reserveResources() [all …]
|
| D | TargetSchedule.cpp | 299 *PRE = STI->getWriteProcResEnd(SCDesc); PRI != PRE; ++PRI) { in computeOutputLatency() local
|
| /openbsd/src/gnu/usr.bin/binutils/gas/ |
| D | m68k-parse.c | 1354 op->mode = PRE; in yyparse() 1364 op->mode = PRE; in yyparse() 1375 op->mode = PRE; in yyparse() 1389 op->mode = PRE; in yyparse() 1400 op->mode = PRE; in yyparse() 1480 op->mode = PRE; in yyparse()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZHazardRecognizer.cpp | 419 for (const MCWriteProcResEntry &PRE : in emitInstruction() local 422 switch (SchedModel->getProcResource(PRE.ProcResourceIdx)->BufferSize) { in emitInstruction()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMScheduleR52.td | 298 (instregex "LD(RB|R)(_|T_)(POST|PRE)_(IMM|REG)", "LDRH(_PRE|_POST)", 300 "t2LD(R|RB|RH)_(PRE|POST)", "t2LD(R|RB|RH)T", 303 "LDRD_(POST|PRE)", "t2LDRD_(POST|PRE)")>; 495 "STR(i|r)_preidx", "STRB(i|r)_preidx", "STRH_preidx", "STR(H_|HT_)(PRE|POST)", 496 "STR(BT|HT|T)", "t2STR_(PRE|POST)", "t2STR[BH]_(PRE|POST)", 503 (instregex "(t2|t)STRD_(POST|PRE)", "STRD_(POST|PRE)")>;
|
| D | ARMScheduleSwift.td | 366 (instregex "LD(RB|R)(_|T_)(POST|PRE)_(IMM|REG)", "LDRH(_PRE|_POST)", 368 "t2LD(R|RB|RH)_(PRE|POST)", "t2LD(R|RB|RH)T")>; 378 (instregex "LDRD_(POST|PRE)", "t2LDRD_(POST|PRE)")>; 496 "STR(i|r)_preidx", "STRB(i|r)_preidx", "STRH_preidx", "STR(H_|HT_)(PRE|POST)", 497 "STR(BT|HT|T)", "t2STR_(PRE|POST)", "t2STR[BH]_(PRE|POST)", 505 (instregex "(t2|t)STRD_(POST|PRE)", "STRD_(POST|PRE)")>;
|
| D | ARMScheduleM7.td | 228 (instregex "t2LDR(B|H|SB|SH)_(POST|PRE)")>; 255 (instregex "t2STRD_(PRE|POST)")>; 259 (instregex "t2LDRD_(PRE|POST)")>; 271 (instregex "t2LDR_(POST|PRE)")>; 275 (instregex "t2STR(B|H)?_(POST|PRE)")>;
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | m68k-parse.c | 1687 op->mode = PRE; 1698 op->mode = PRE; 1710 op->mode = PRE; 1725 op->mode = PRE; 1737 op->mode = PRE; 1825 op->mode = PRE;
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ |
| D | GVN.h | 84 GVNOptions &setPRE(bool PRE) { in setPRE() 85 AllowPRE = PRE; in setPRE()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | timevar.def | 92 DEFTIMEVAR (TV_TREE_PRE , "tree PRE") 135 DEFTIMEVAR (TV_PRE , "PRE")
|
| /openbsd/src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| D | 2001-01-31-UniversalIRIdea.txt | 17 features as well as low-level machine-independent optimizations (like PRE)
|
| D | 2001-06-01-GCCOptimizations.txt | 33 things to reimplement would be SSA based PRE, Strength reduction & loop
|
| D | 2001-06-01-GCCOptimizations2.txt | 33 much less time consuming to adapt, say, SSA-PRE than to rewrite it.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/cpu/ |
| D | cris.cpu | 104 (define-pmacro MACH-PRE-V32 (MACH crisv0,crisv3,crisv8,crisv10)) 107 (define-pmacro MACH-PC MACH-PRE-V32) 110 (define-pmacro MACH-BRANCH-OFFSET-AFTER-INSN MACH-PRE-V32) 607 (attrs MACH-PRE-V32) 794 (attrs MACH-PRE-V32 VIRTUAL) 1091 (attrs MACH-PRE-V32 VIRTUAL) 1105 "interrupt-enable bit" (MACH-PRE-V32) (register BI)) 1241 (MACH-PRE-V32) 1268 "Prefix-address register" (MACH-PRE-V32) (register SI)) 2810 (MACH-PRE-V32) [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ |
| D | README.txt | 981 Scalar PRE hoists the mul in the common block up to the else: 1098 [LOAD PRE CRIT EDGE SPLITTING] 1122 [LOAD PRE] 1124 There are many load PRE testcases in testsuite/gcc.dg/tree-ssa/loadpre* in the 1130 [PRE OF READONLY CALL] 1140 [LOAD PRE / STORE SINKING / SPEC HACK] 1164 [SCALAR PRE] 1165 There are many PRE testcases in testsuite/gcc.dg/tree-ssa/ssa-pre-*.c in the
|