Searched refs:Create (Results 51 - 75 of 365) sorted by relevance

1234567891011>>

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp76 CallInst *CallTrap = CallInst::Create(TrapFn, "", I);
93 CallInst *NewCall = CallInst::Create(II->getCalledValue(), Args, "", II);
101 BranchInst::Create(II->getNormalDest(), II);
167 BranchInst::Create(II->getNormalDest(), II);
274 RetBlockPHI = PHINode::Create(Ret->getOperand(0)->getType(),
288 BranchInst::Create(RetBlock, &BB);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp49 /// - Create PHI nodes at prolog end block to combine values
63 // Create a PHI node for each outgoing value from the original loop
75 PHINode *NewPN = PHINode::Create(PN->getType(), 2, PN->getName()+".unr",
106 // Create a branch around the orignal loop, which is taken if the
124 BranchInst::Create(Exit, NewPH, BrLoopExit, InsertPt);
128 /// Create a clone of the blocks in a loop and connect them together.
191 BranchInst::Create(InsertBot, NewBB);
295 BranchInst::Create(PEnd, PEnd, BranchVal, PreHeaderBR);
337 // Create a new block for the comparison
338 BasicBlock *NewBB = BasicBlock::Create(CompareB
[all...]
H A DCodeExtractor.cpp244 // Create a new PHI node in the new region, which has an incoming value
246 PHINode *NewPN = PHINode::Create(PN->getType(), 1 + NumPredsFromRegion,
342 // Create the new function
343 Function *newFunction = Function::Create(funcType,
353 // Create an iterator to name all of the arguments we inserted.
366 GetElementPtrInst::Create(AI, Idx, "gep_" + inputs[i]->getName(), TI);
436 // Create allocas for the outputs
468 GetElementPtrInst::Create(Struct, Idx,
477 CallInst *call = CallInst::Create(newFunction, params,
494 = GetElementPtrInst::Create(Struc
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/
H A Dinclude.mk27 # Create default message strings from a msg file
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DStringMap.h136 /// Create - Create a StringMapEntry for the specified key and default
139 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd, function in class:llvm::StringMapEntry
169 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd, function in class:llvm::StringMapEntry
171 return Create(KeyStart, KeyEnd, Allocator, 0);
175 /// Create - Create a StringMapEntry with normal malloc/free.
177 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd, function in class:llvm::StringMapEntry
180 return Create(KeyStart, KeyEnd, A, InitVal);
183 static StringMapEntry *Create(cons function in class:llvm::StringMapEntry
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DNoFolder.h31 /// NoFolder - Create "constants" (actually, instructions) with no folding.
149 return BinaryOperator::Create(Opc, LHS, RHS);
192 return GetElementPtrInst::Create(C, IdxList);
216 return CastInst::Create(Op, C, DestTy);
268 return SelectInst::Create(C, True, False);
272 return ExtractElementInst::Create(Vec, Idx);
277 return InsertElementInst::Create(Vec, NewElt, Idx);
287 return ExtractValueInst::Create(Agg, IdxList);
292 return InsertValueInst::Create(Agg, Val, IdxList);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp112 MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOTPCREL, Context);
113 const MCExpr *Four = MCConstantExpr::Create(4, Context);
/macosx-10.9.5/llvmCore-3425.0.33/tools/bugpoint/
H A DMiscompilation.cpp257 // Create a clone for two reasons:
775 // Create a NEW `main' function with same type in the test module.
776 Function *newMain = Function::Create(oldMain->getFunctionType(),
779 // Create an `oldmain' prototype in the test module, which will
781 Function *oldMainProto = Function::Create(oldMain->getFunctionType(),
794 BasicBlock *BB = BasicBlock::Create(Safe->getContext(), "entry", newMain);
795 CallInst *call = CallInst::Create(oldMainProto, args, "", BB);
798 ReturnInst::Create(Safe->getContext(), call, BB);
843 // Create a new global to hold the cached function pointer.
852 Function *FuncWrapper = Function::Create(FuncT
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/php_db4/samples/
H A Dtransactional_counter.php16 // Create a new transaction
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/Node/
H A DComment.pm80 Create a new comment node.
H A DPI.pm71 Create a new PI node.
H A DText.pm82 Create a new text node.
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/
H A DSCSIParallelWorkLoop.cpp79 // Create [STATIC][PUBLIC]
83 SCSIParallelWorkLoop::Create ( const char * lockGroupName ) function in class:SCSIParallelWorkLoop
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIEmulatorEventSource.cpp58 // Create
62 AppleSCSIEmulatorEventSource::Create ( OSObject * owner, Action action ) function in class:AppleSCSIEmulatorEventSource
H A DAppleSCSITargetEmulator.h85 static AppleSCSITargetEmulator * Create ( SCSITargetIdentifier targetID );
/macosx-10.9.5/emacs-92/emacs/oldXMenu/
H A Ddescrip.mms46 Create.c, -
71 Create.obj, -
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCFixup.h77 static MCFixup Create(uint32_t Offset, const MCExpr *Value, function in class:llvm::MCFixup
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DStackProtector.cpp54 /// CreateFailBB - Create a basic block to jump to when the stack protector
211 Create(Intrinsic::getDeclaration(M, Intrinsic::stackprotector),
214 // Create the basic block to jump to when the guard check fails.
259 BranchInst::Create(NewBB, FailBB, Cmp, BB);
272 /// CreateFailBB - Create a basic block to jump to when the stack protector
275 BasicBlock *FailBB = BasicBlock::Create(F->getContext(),
280 CallInst::Create(StackChkFail, "", FailBB);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp17 ARMMCExpr::Create(VariantKind Kind, const MCExpr *Expr, function in class:ARMMCExpr
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp124 const MCExpr *Expr = MCSymbolRefExpr::Create(Symbol, RefKind, Ctx);
128 MCConstantExpr::Create(MO.getOffset(), Ctx),
135 const MCExpr *PB = MCSymbolRefExpr::Create(MF->getPICBaseSymbol(), Ctx);
164 MCOp = MCOperand::CreateExpr(MCSymbolRefExpr::Create(
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DCryptoAlg.h36 mStatus (*Create)(AlgContext *ctx); member in struct:__anon10890
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Dtoaster.test35 test {Create a toaster and plug it in} {
92 test {Create a toaster and plug it in} {
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCObjectStreamer.cpp102 DF->addFixup(MCFixup::Create(DF->getContents().size(),
247 MCSymbolRefExpr::Create(CurrentPos, Variant, getContext());
249 MCBinaryExpr::Create(MCBinaryExpr::Sub, Offset, Ref, getContext());
261 DF->addFixup(MCFixup::Create(DF->getContents().size(), Value, FK_GPRel_4));
269 DF->addFixup(MCFixup::Create(DF->getContents().size(), Value, FK_GPRel_4));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86MCInstLower.cpp150 Expr = MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_TLVP, Ctx);
153 MCSymbolRefExpr::Create(MF.getPICBaseSymbol(),
174 Expr = MCSymbolRefExpr::Create(Sym, Ctx);
177 MCSymbolRefExpr::Create(MF.getPICBaseSymbol(), Ctx),
186 Expr = MCSymbolRefExpr::Create(Label, Ctx);
192 Expr = MCSymbolRefExpr::Create(Sym, RefKind, Ctx);
196 MCConstantExpr::Create(MO.getOffset(), Ctx),
327 MCOp = MCOperand::CreateExpr(MCSymbolRefExpr::Create(
582 const MCSymbolRefExpr *symRef = MCSymbolRefExpr::Create(sym, SRVK, context);
630 MCSymbolRefExpr::Create(tlsGetAdd
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DIRBuilder.h273 /// CreateMemSet - Create and insert a memset to the specified pointer and the
284 /// CreateMemCpy - Create and insert a memcpy between the specified pointers.
298 /// CreateMemMove - Create and insert a memmove between the specified
309 /// CreateLifetimeStart - Create a lifetime.start intrinsic. If the pointer
313 /// CreateLifetimeEnd - Create a lifetime.end intrinsic. If the pointer isn't
428 /// CreateRetVoid - Create a 'ret void' instruction.
430 return Insert(ReturnInst::Create(Context));
434 /// CreateRet - Create a 'ret <val>' instruction.
437 return Insert(ReturnInst::Create(Context, V));
440 /// CreateAggregateRet - Create
[all...]

Completed in 430 milliseconds

1234567891011>>