Searched refs:add (Results 1 - 25 of 3059) sorted by last modified time

1234567891011>>

/macosx-10.10/xnu-2782.1.97/osfmk/x86_64/
H A Didt64.s446 add $(ISS64_OFFSET)+8+8+8, %rsp
510 add $(ISS64_OFFSET)+24, %rsp /* pop saved state */
939 add $(ISF64_SIZE), %rcx /* adjust to base of ISF */
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dntstat.c553 // add the source, if that fails, release the reference
1144 // add the source, if that fails, release the reference
1535 // add the source, if that fails, release the reference
2626 // Make sure we don't add the provider twice
2664 nstat_msg_src_added *add = mbuf_data(msg); local
2665 bzero(add, sizeof(*add));
2666 add->hdr.type = NSTAT_MSG_TYPE_SRC_ADDED;
2667 add->hdr.context = context;
2668 add
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c15 * If applicable, add the following below this CDDL HEADER, with the
395 * We add DIF_VARIABLE_MAX to t_did to assure that the thread key is never
3871 * weenies: no, we're not going to add
6589 * DTrace framework to look-up probes in, add probes to and remove probes from
6690 goto add;
6704 add:
7417 * If there is at least one provider registered, we'll add this
11037 * We can't add to enablings after we've enabled them, or after we've
13891 * helper action type, we'll refuse to add a new one.
14015 * we're refuse to add
[all...]
/macosx-10.10/llvmCore-3425.0.34/utils/vim/
H A Dllvm.vim25 syn keyword llvmStatement add fadd sub fsub mul fmul
/macosx-10.10/llvmCore-3425.0.34/utils/lit/lit/
H A DUtil.py114 histo[bin].add(name)
/macosx-10.10/llvmCore-3425.0.34/utils/llvm-build/llvmbuild/
H A Dmain.py171 current_set.add(ci)
176 # Finally, add the component info to the ordered list.
222 parent_list.add(os.path.basename(ci.subpath))
354 # Insert the entries for library groups we should add to.
470 build_paths.add(p)
536 # a particular file. However, a side effect of configure_file is to add
/macosx-10.10/llvmCore-3425.0.34/unittests/VMCore/
H A DDominatorTreeTest.cpp159 " %y1 = add i32 %x, 1\n" \
160 " %y2 = add i32 %x, 1\n" \
163 " %y4 = add i32 %x, 1\n" \
170 " %y6 = add i32 %x, 1\n" \
171 " %y7 = add i32 %x, 1\n" \
187 Passes.add(P);
H A DPassManagerTest.cpp295 Passes.add(new TargetData(&M));
296 Passes.add(mNDM2);
297 Passes.add(mNDM);
298 Passes.add(mNDNM);
299 Passes.add(mDNM);
319 Passes.add(new TargetData(&M));
320 Passes.add(mNDM);
321 Passes.add(mNDNM);
322 Passes.add(mNDM2);// invalidates mNDM needed by mDNM
323 Passes.add(mDN
[all...]
/macosx-10.10/llvmCore-3425.0.34/utils/Misc/
H A Dzkill227 pids.add(int(arg))
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DAsmWriterEmitter.cpp161 // If not, add it.
330 StringTable.add(Str);
575 StringTable.add(AsmName);
H A DInstrInfoEmitter.cpp237 InstrNames.add(Instr->TheDef->getName());
H A DIntrinsicEmitter.cpp422 LongEncodingTable.add(TypeSig);
H A DRegisterInfoEmitter.cpp473 void add(unsigned v) { function in class:BitVectorEmitter
668 RegStrings.add(Reg->getName());
674 DiffSeqs.add(SubRegLists[i]);
680 SubRegIdxSeqs.add(SRIs);
686 DiffSeqs.add(SuperRegLists[i]);
695 DiffSeqs.add(OverlapList);
720 DiffSeqs.add(diffEncode(RegUnitLists[i], Scale * Reg->EnumValue, RUs));
806 BVE.add(Target.getRegBank().getReg(Reg)->EnumValue);
972 VTSeqs.add(RegisterClasses[rc]->VTs);
1045 SuperRegIdxSeqs.add(SRILis
[all...]
H A DSequenceToOffsetTable.h66 /// add - Add a sequence to the table.
68 void add(const SeqT &Seq) { function in class:llvm::SequenceToOffsetTable
69 assert(Entries == 0 && "Cannot call add() after layout()");
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-prof/
H A Dllvm-prof.cpp288 PassMgr.add(createProfileLoaderPass(ProfileDataFile));
289 PassMgr.add(new ProfileInfoPrinterPass(PIL));
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-stress/
H A Dllvm-stress.cpp625 // List of modifiers which add new random instructions.
714 Passes.add(createVerifierPass());
715 Passes.add(createPrintModulePass(&Out->os()));
/macosx-10.10/llvmCore-3425.0.34/tools/lto/
H A DLTOCodeGenerator.cpp300 passes.add(createVerifierPass());
342 passes.add(createInternalizePass(mustPreserveList));
370 passes.add(createVerifierPass());
373 passes.add(new TargetData(*_target->getTargetData()));
383 passes.add(createVerifierPass());
387 codeGenPasses->add(new TargetData(*_target->getTargetData()));
419 // ParseCommandLineOptions() expects argv[0] to be program name. Lazily add
/macosx-10.10/llvmCore-3425.0.34/tools/opt/
H A Dopt.cpp408 PM.add(P);
410 // If we are verifying all of the intermediate steps, add the verifier...
411 if (VerifyEach) PM.add(createVerifierPass());
421 FPM.add(createVerifierPass()); // Verify that input is correct
450 PM.add(createVerifierPass()); // Verify that input is correct
468 PM.add(createVerifierPass()); // Verify that input is correct
569 Passes.add(TLI);
580 Passes.add(TD);
586 FPasses->add(new TargetData(*TD));
603 Passes.add(ne
[all...]
/macosx-10.10/llvmCore-3425.0.34/unittests/ADT/
H A DAPFloatTest.cpp724 test.add(APFloat(APFloat::x87DoubleExtended, "1.0"), APFloat::rmNearestTiesToEven);
730 test.add(APFloat(APFloat::IEEEquad, "1.0"), APFloat::rmNearestTiesToEven);
H A DImmutableSetTest.cpp55 ImmutableSet<int> S2 = f.add(S, 3);
65 ImmutableSet<int> S3 = f.add(S, 2);
83 ImmutableSet<int> S2 = f.add(f.add(f.add(S, 3), 4), 5);
84 ImmutableSet<int> S3 = f.add(f.add(f.add(S2, 9), 20), 43);
85 ImmutableSet<int> S4 = f.add(S2, 9);
121 ImmutableSet<int> S2 = f.add(
[all...]
/macosx-10.10/llvmCore-3425.0.34/unittests/Analysis/
H A DScalarEvolutionTest.cpp53 PM.add(&SE);
100 PM.add(&SE);
104 // but you can't add any blocks to it without a LoopInfo pass.
/macosx-10.10/llvmCore-3425.0.34/unittests/Bitcode/
H A DBitReaderTest.cpp60 passes.add(createVerifierPass());
/macosx-10.10/llvmCore-3425.0.34/unittests/Support/
H A DConstantRangeTest.cpp329 EXPECT_EQ(Full.add(APInt(16, 4)), Full);
330 EXPECT_EQ(Full.add(Full), Full);
331 EXPECT_EQ(Full.add(Empty), Empty);
332 EXPECT_EQ(Full.add(One), Full);
333 EXPECT_EQ(Full.add(Some), Full);
334 EXPECT_EQ(Full.add(Wrap), Full);
335 EXPECT_EQ(Empty.add(Empty), Empty);
336 EXPECT_EQ(Empty.add(One), Empty);
337 EXPECT_EQ(Empty.add(Some), Empty);
338 EXPECT_EQ(Empty.add(Wra
[all...]
H A DIntegersSubsetTest.cpp126 TheMapping.add(Int(10*i), Int(10*i + 9), Successors + i);
127 TheMapping.add(Int(111), Int(222), Successors);
145 ImproperMapping.add(Int(10), Int(11), Successors + 0);
146 ImproperMapping.add(Int(11), Int(12), Successors + 1);
153 ProperMapping.add(Int(10), Int(11), Successors + 0);
154 ProperMapping.add(Int(12), Int(13), Successors + 1);
163 ToBeOptimized.add(Int(i * 10), Int(i * 10 + 1), Successors + i);
164 ToBeOptimized.add(Int(i * 10 + 2), Int(i * 10 + 9), Successors + i);
202 LHSMapping.add(Ranges);
209 RHSMapping.add(Range
[all...]
/macosx-10.10/llvmCore-3425.0.34/projects/sample/autoconf/m4/
H A Dlink_options.m438 AC_DEFINE([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path.])

Completed in 196 milliseconds

1234567891011>>