| /src/external/bsd/openldap/dist/libraries/librewrite/ |
| info.c | 24 #include "rewrite-int.h" 152 * What to do in case of non-existing rewrite context is still an issue. 157 * - use the default rewrite context. 160 rewrite( function 240 * Applies rewrite context 256 * If rewrite succeeded return OK regardless of how
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| rewrite_clnt.c | 7 /* address rewrite service client 96 /* rewrite_clnt - rewrite address to (transport, next hop, recipient) */ 138 * Keep trying until we get a complete response. The rewrite service is 191 /* rewrite_clnt_internal - rewrite from/to internal form */ 200 * form, then rewrite it. After rewriting, convert to internal form. 225 static void rewrite(char *rule, char *addr, VSTRING *reply) function 265 rewrite(rule, addr, reply); 274 rewrite(rule, addr, reply);
|
| /src/usr.bin/hexdump/ |
| parse.c | 219 rewrite(FS *fs) function 276 * rewrite the format as necessary, set up blank-
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| PoisonChecking.cpp | 261 static bool rewrite(Function &F) { function 326 Changed |= rewrite(F); 333 return rewrite(F) ? PreservedAnalyses::none() : PreservedAnalyses::all();
|
| /src/games/warp/ |
| term.c | 509 rewrite(); 514 rewrite(void) function
|
| /src/usr.sbin/lpr/pac/ |
| pac.c | 100 static void rewrite(void); 188 rewrite(); 291 * Rewrite the summary file with the summary information we have accumulated. 294 rewrite(void) function
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonRDFOpt.cpp | 95 bool rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove); 183 Changed |= rewrite(SA, Remove); 215 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { function in class:HexagonDCE
|
| HexagonConstPropagation.cpp | 270 bool rewrite(MachineFunction &MF); 309 // - A function "rewrite", that given the cell map after propagation, 310 // could rewrite instruction MI in a more beneficial form. Return 320 virtual bool rewrite(MachineInstr &MI, const CellMap &Inputs) = 0; 964 bool MachineConstPropagator::rewrite(MachineFunction &MF) { function in class:MachineConstPropagator 966 // Rewrite all instructions based on the collected cell information. 980 // traversal/rewrite will update block successors, so it's safer 997 // Rewrite the executable instructions. Skip branches if we don't 1004 Changed |= MCE.rewrite(MI, Cells); 1007 // The rewriting could rewrite PHI nodes to non-PHI nodes, causin 2334 bool HexagonConstEvaluator::rewrite(MachineInstr &MI, const CellMap &Inputs) { function in class:HexagonConstEvaluator [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| VirtRegMap.cpp | 187 void rewrite(); 252 LLVM_DEBUG(dbgs() << "********** REWRITE VIRTUAL REGISTERS **********\n" 262 // Rewrite virtual registers. 263 rewrite(); 399 // We may have deferred allocation of the virtual register, and the rewrite 519 void VirtRegRewriter::rewrite() { function in class:VirtRegRewriter 597 // Rewrite. Note we could have used MachineOperand::substPhysReg(), but
|
| ModuloSchedule.cpp | 674 // Rewrite uses and update the map. The actions depend upon whether 1107 /// Rewrite the Phi values in the specified block to use the mappings 1137 /// Rewrite a previously scheduled instruction to use the register value 1146 // Rewrite uses that have been scheduled already to use the new 1280 void rewrite(); 1294 void KernelRewriter::rewrite() { function in class:KernelRewriter 1408 // consider it illegal. It will only exist during the rewrite process; it 1480 // Found a phi taking undef as input, so rewrite it to take InitReg. 1851 // Clone all phis in BB into NewBB and rewrite. 1985 KR.rewrite(); [all...] |
| /src/external/bsd/ipf/dist/tools/ |
| ipnat_y.y | 183 | rewrite ';' 387 rewrite: label 1285 { "rewrite", IPNY_REWRITE },
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| ScalarEvolutionExpressions.h | 856 static const SCEV *rewrite(const SCEV *Scev, ScalarEvolution &SE, function in class:llvm::SCEVParameterRewriter 886 static const SCEV *rewrite(const SCEV *Scev, LoopToScevMapT &Map, function in class:llvm::SCEVLoopAddRecRewriter
|
| /src/external/bsd/nvi/dist/ipc/ |
| ip.h | 108 IPFunc_1 rewrite; member in struct:ip_si_operations 242 #define SI_REWRITE 17 /* Rewrite a line: IPO_INT. */
|
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_rtl_access.cpp | 341 const m128 rewrite = _mm_and_si128(same_sid_access, rw_weaker); local 342 const int rewrite_mask = _mm_movemask_epi8(rewrite);
|
| /src/sys/dist/pf/net/ |
| pf_norm.c | 1280 int rewrite = 0; local 1362 rewrite = 1; 1369 rewrite = 1; 1374 rewrite = 1; 1377 if (rewrite) 1884 int rewrite = 0; local 1911 rewrite = 1; 1919 return (rewrite);
|
| pf.c | 3084 int rewrite = 0, hdrlen = 0; local 3159 rewrite++; 3166 rewrite++; 3182 rewrite++; 3217 rewrite++; 3224 rewrite++; 3236 rewrite++; 3348 if (rewrite) 3372 rewrite++; 3380 rewrite++ [all...] |
| /src/external/bsd/pcc/dist/pcc/mip/ |
| reader.c | 698 if (op->rewrite & RESCC) { 969 * Rewrite node to register after instruction emit. 972 rewrite(NODE *p, int dorewrite, int cookie) function 985 /* special rewrite care */ 1000 comperr("rewrite"); 1010 CDEBUG(("rewrite: %p, reg %s\n", p, 1166 if (q->rewrite & RRIGHT) 1176 if (q->rewrite & RLEFT) 1181 if (q->rewrite & RRIGHT) 1231 rewrite(p, q->rewrite, cookie) [all...] |
| pass2.h | 56 #define FORREW 040000 /* search the table for a rewrite rule */ 166 #define REWRITE 0x8000 211 int rewrite; member in struct:optab 225 // void (*rew)(struct optab *, NODE *); /* special rewrite */
|
| /src/external/gpl3/binutils/dist/bfd/ |
| cofflink.c | 922 bool rewrite = false; 1001 rewrite = true; 1007 if (rewrite 921 bool rewrite = false; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| cofflink.c | 934 bool rewrite = false; 1013 rewrite = true; 1019 if (rewrite 933 bool rewrite = false; local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| cofflink.c | 933 bool rewrite = false; 974 rewrite = true; 980 if (rewrite 932 bool rewrite = false; local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| cofflink.c | 933 bool rewrite = false; 974 rewrite = true; 980 if (rewrite 932 bool rewrite = false; local
|
| /src/external/mpl/bind/dist/lib/dns/ |
| journal.c | 2462 bool rewrite = false; local 2492 rewrite = j1->header_ver1; 2495 * Check whether we need to rewrite the whole journal 2502 rewrite = true; 2532 if (!rewrite && (uint32_t)j1->header.end.offset < target_size) { 2608 while (rewrite && len > 0) { 2614 if (rewrite && result == ISC_R_NOMORE) { 2635 if (rewrite && (result != ISC_R_SUCCESS || 2719 if (!rewrite) {
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| journal.c | 2480 bool rewrite = false; local 2510 rewrite = j1->header_ver1; 2513 * Check whether we need to rewrite the whole journal 2520 rewrite = true; 2549 if (!rewrite && (uint32_t)j1->header.end.offset < target_size) { 2625 while (rewrite && len > 0) { 2631 if (rewrite && result == ISC_R_NOMORE) { 2652 if (rewrite && (result != ISC_R_SUCCESS || 2736 if (!rewrite) {
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-forwprop.cc | 3175 /* Rewrite the vector load at *GSI to component-wise loads if the load 3186 /* Gather BIT_FIELD_REFs to rewrite, looking through 3190 bool rewrite = true; local 3206 rewrite = false; 3236 rewrite = false; 3239 if (!rewrite) 3244 if (!rewrite) 3249 /* We now have all ultimate uses of the load to rewrite in bf_stmts. */ 3270 /* Rewrite the BIT_FIELD_REFs to be actual loads, re-emitting them at 3549 /* Rewrite loads used only in real/imagpart extractions t 3553 bool rewrite = true; local [all...] |