Searched defs:New (Results 1 - 25 of 98) sorted by relevance

1234

/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp36 Module *New = new Module(M->getModuleIdentifier(), M->getContext()); local
H A DValueMapper.cpp207 MDNode *New = MapValue(Old, VMap, Flags, TypeMapper); local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp239 Value* New = RetVals[0]; local
264 Value *New = RetVals[index]; local
H A DPruneEH.cpp218 BasicBlock *New = BB->splitBasicBlock(I); local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTUnresolvedSet.h51 bool replace(const NamedDecl* Old, NamedDecl *New, AccessSpecifier AS) { argument
/freebsd-10.0-release/usr.sbin/ctm/ctm/
H A Dctm_syntax.c27 #define New CTM_Q_Name_New macro
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h148 inline void addTopLevelLoop(MachineLoop *New) { argument
H A DLiveRangeEdit.h52 virtual void LRE_DidCloneVirtReg(unsigned New, unsigned Old) {} argument
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMJITInfo.cpp29 void ARMJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { argument
/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp245 MachineInstr *New = 0; local
274 MachineInstr *New = local
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp189 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) argument
H A DXCoreFrameLowering.cpp367 MachineInstr *New; local
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DSCCIterator.h189 void ReplaceNode(NodeType *Old, NodeType *New) { argument
H A DScopedHashTable.h65 ScopedHashTableVal *New = Allocator.template Allocate<ScopedHashTableVal>(); local
/freebsd-10.0-release/contrib/llvm/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp512 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { argument
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h131 void NoteDeletion(SDNode *Old, SDNode *New) { argument
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DBasicBlock.cpp305 BasicBlock *New = BasicBlock::Create(getContext(), BBName, local
337 replaceSuccessorsPhiUsesWith(BasicBlock *New) argument
[all...]
H A DInstruction.cpp541 Instruction *New = clone_impl(); local
H A DModule.cpp145 Function *New = Function::Create(Ty, GlobalVariable::ExternalLinkage, Name); local
178 Function *New = Function::Create(Ty, GlobalVariable::ExternalLinkage, Name); local
273 GlobalVariable *New local
[all...]
H A DValue.cpp304 void Value::replaceAllUsesWith(Value *New) { argument
641 void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) { argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DFoldingSet.cpp176 unsigned *New = Allocator.Allocate<unsigned>(Bits.size()); local
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeFrameLowering.cpp448 MachineInstr *New; local
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsJITInfo.cpp29 void MipsJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { argument
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.cpp468 void PPCJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { argument
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86JITInfo.cpp34 void X86JITInfo::replaceMachineCodeForFunction(void *Old, void *New) { argument

Completed in 217 milliseconds

1234