Searched refs:New (Results 1 - 25 of 240) sorted by relevance

12345678910

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DCloneModule.cpp36 Module *New = new Module(M->getModuleIdentifier(), M->getContext()); local
37 New->setDataLayout(M->getDataLayout());
38 New->setTargetTriple(M->getTargetTriple());
39 New->setModuleInlineAsm(M->getModuleInlineAsm());
43 New->addLibrary(*I);
51 GlobalVariable *GV = new GlobalVariable(*New,
66 I->getLinkage(), I->getName(), New);
75 I->getName(), NULL, New);
120 NamedMDNode *NewNMD = New->getOrInsertNamedMetadata(NMD.getName());
125 return New;
[all...]
H A DLoopUnroll.cpp275 BasicBlock *New = CloneBasicBlock(*BB, VMap, "." + Twine(It)); local
276 Header->getParent()->getBasicBlockList().push_back(New);
288 New->getInstList().erase(NewPHI);
292 LastValueMap[*BB] = New;
297 L->addBasicBlockToLoop(New, LI->getBase());
310 phi->addIncoming(Incoming, New);
316 Headers.push_back(New);
318 Latches.push_back(New);
320 NewBlocks.push_back(New);
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DBasicBlock.cpp305 BasicBlock *New = BasicBlock::Create(getContext(), BBName, local
310 New->getInstList().splice(New->end(), this->getInstList(), I, end());
313 BranchInst::Create(New, this);
315 // Now we must loop through all of the successors of the New block (which
318 // know that incoming branches will be from New, not from Old.
320 for (succ_iterator I = succ_begin(New), E = succ_end(New); I != E; ++I) {
329 PN->setIncomingBlock((unsigned)IDX, New);
334 return New;
337 replaceSuccessorsPhiUsesWith(BasicBlock *New) argument
[all...]
H A DValue.cpp297 void Value::replaceAllUsesWith(Value *New) { argument
298 assert(New && "Value::replaceAllUsesWith(<null>) is invalid!");
299 assert(New != this && "this->replaceAllUsesWith(this) is NOT valid!");
300 assert(New->getType() == getType() &&
305 ValueHandleBase::ValueIsRAUWd(this, New);
313 C->replaceUsesOfWithOnConstant(this, New, &U);
318 U.set(New);
322 BB->replaceSuccessorsPhiUsesWith(cast<BasicBlock>(New));
628 void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) { argument
630 assert(Old != New
[all...]
H A DModule.cpp146 Function *New = Function::Create(Ty, GlobalVariable::ExternalLinkage, Name); local
147 if (!New->isIntrinsic()) // Intrinsics get attrs set on construction
148 New->setAttributes(AttributeList);
149 FunctionList.push_back(New);
150 return New; // Return the new prototype.
179 Function *New = Function::Create(Ty, GlobalVariable::ExternalLinkage, Name); local
180 New->setAttributes(AttributeList);
181 FunctionList.push_back(New);
182 return New; // Return the new prototype.
274 GlobalVariable *New local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsJITInfo.h39 virtual void replaceMachineCodeForFunction(void *Old, void *New);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCJITInfo.h45 virtual void replaceMachineCodeForFunction(void *Old, void *New);
/macosx-10.10.1/misc_cmds-33/calendar/calendars/
H A Dcalendar.usholiday10 01/01 New Year's Day
11 01/14 Julian Calendar New Year's Day
40 12/31 New Year's Eve
H A Dcalendar.newzealand2 * New Zealand holidays
10 Jan 02 New Year Holiday (NZ)
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MSP430/
H A DMSP430RegisterInfo.cpp122 MachineInstr *New = 0; local
124 New = BuildMI(MF, Old->getDebugLoc(),
133 New = BuildMI(MF, Old->getDebugLoc(),
138 if (New) {
140 New->getOperand(3).setIsDead();
143 MBB.insert(I, New);
151 MachineInstr *New = local
155 New->getOperand(3).setIsDead();
157 MBB.insert(I, New);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp239 Value* New = RetVals[0]; local
240 if (Argument *A = dyn_cast<Argument>(New))
243 New = CS.getArgument(A->getArgNo());
244 Call->replaceAllUsesWith(New);
264 Value *New = RetVals[index]; local
265 if (New) {
266 if (Argument *A = dyn_cast<Argument>(New))
269 New = CS.getArgument(A->getArgNo());
270 Ins->replaceAllUsesWith(New);
H A DDeadArgumentElimination.cpp244 Instruction *New; local
246 New = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(),
248 cast<InvokeInst>(New)->setCallingConv(CS.getCallingConv());
249 cast<InvokeInst>(New)->setAttributes(PAL);
251 New = CallInst::Create(NF, Args, "", Call);
252 cast<CallInst>(New)->setCallingConv(CS.getCallingConv());
253 cast<CallInst>(New)->setAttributes(PAL);
255 cast<CallInst>(New)->setTailCall();
257 New->setDebugLoc(Call->getDebugLoc());
262 Call->replaceAllUsesWith(New);
820 Instruction *New; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h110 /// the jump tables to branch to New instead.
111 bool ReplaceMBBInJumpTables(MachineBasicBlock *Old, MachineBasicBlock *New);
114 /// the jump table to branch to New instead.
116 MachineBasicBlock *New);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dtest032-chain186 dn: cn=New Group,ou=Groups,dc=example,dc=com
189 cn: New Group
192 dn: cn=New Group,ou=Groups,dc=example,dc=com
198 member: cn=New Group,ou=Groups,dc=example,dc=com
205 dn: cn=New Group,ou=Groups,dc=example,dc=com
227 dn: cn=New User,ou=People,dc=example,dc=com
230 cn: New User
232 seeAlso: cn=New Group,ou=Groups,dc=example,dc=com
234 dn: cn=New User,ou=People,dc=example,dc=com
243 dn: cn=New Use
[all...]
/macosx-10.10.1/Heimdal-398.1.2/tests/apple/
H A Dcheck-apple-ad.in137 expect New password
139 expect New password
156 expect New password
158 expect New password
176 expect New password
178 expect New password
H A Dcheck-apple-server.in105 expect New password
107 expect New password
/macosx-10.10.1/llvmCore-3425.0.34/tools/bugpoint/
H A DExtractFunction.cpp125 Module *New = runPassesOn(Clone, Passes); local
127 if (!New) {
131 return New;
151 Module *New = runPassesOn(M, CleanupPasses); local
152 if (New == 0) {
157 return New;
305 Module *New = CloneModule(M, NewVMap); local
320 for (Module::iterator I = New->begin(), E = New->end(); I != E; ++I)
348 SplitStaticCtorDtor("llvm.global_ctors", M, New, NewVMa
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeRegisterInfo.cpp105 MachineInstr *New; local
107 New = BuildMI(MF,Old->getDebugLoc(),TII.get(MBlaze::ADDIK),MBlaze::R1)
111 New = BuildMI(MF,Old->getDebugLoc(),TII.get(MBlaze::ADDIK),MBlaze::R1)
116 MBB.insert(I, New);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86JITInfo.h38 virtual void replaceMachineCodeForFunction(void *Old, void *New);
/macosx-10.10.1/vim-55/runtime/compiler/
H A Ddecada.vim12 " History: 21.07.2006 MK New Dec Ada
27 let g:decada = decada#New ()
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCBufferSegment.h26 static CBufferSegment * New(Size len = kDefaultCBufferSize); // allocate and init a buffer of size len
27 static CBufferSegment * New(UByte *buffer, Size len); // use existing buffer, don't alloc or free it
/macosx-10.10.1/vim-55/runtime/autoload/
H A Ddecada.vim12 " History: 21.07.2006 MK New Dec Ada
54 function decada#New () " }}}1
65 endfunction decada#New " }}}1
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombine.h232 // InsertNewInstBefore - insert an instruction New before instruction Old
235 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { argument
236 assert(New && New->getParent() == 0 &&
237 "New instruction already inserted into a basic block!");
239 BB->getInstList().insert(&Old, New); // Insert inst
240 Worklist.Add(New);
241 return New;
247 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { argument
248 New
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DMarkedBlock.cpp50 , m_state(New) // All cells start out unmarked.
88 if (dtorType != MarkedBlock::None && blockState != New)
129 case New:
131 return specializedSweep<New, SweepToFreeList, dtorType>();
228 ASSERT(m_state != New && m_state != FreeListed);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DScopedHashTable.h65 ScopedHashTableVal *New = Allocator.template Allocate<ScopedHashTableVal>(); local
67 new (New) ScopedHashTableVal(key, val);
68 New->NextInScope = nextInScope;
69 New->NextForKey = nextForKey;
70 return New;

Completed in 239 milliseconds

12345678910