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

1234

/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp36 Module *New = new Module(M->getModuleIdentifier(), M->getContext()); local
H A DValueMapper.cpp216 MDNode *New = MapValue(Old, VMap, Flags, TypeMapper, Materializer); local
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp239 Value* New = RetVals[0]; local
264 Value *New = RetVals[index]; local
H A DPruneEH.cpp216 BasicBlock *New = BB->splitBasicBlock(I); local
/freebsd-10-stable/usr.sbin/ctm/ctm/
H A Dctm_syntax.c27 #define New CTM_Q_Name_New macro
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h148 inline void addTopLevelLoop(MachineLoop *New) { argument
H A DLiveRangeEdit.h54 virtual void LRE_DidCloneVirtReg(unsigned New, unsigned Old) {} argument
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMJITInfo.cpp29 void ARMJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { argument
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp245 MachineInstr *New = 0; local
274 MachineInstr *New = local
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp187 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) argument
H A DXCoreFrameLowering.cpp364 MachineInstr *New; local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DASTUnresolvedSet.h60 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { argument
/freebsd-10-stable/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-stable/contrib/llvm/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp512 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { argument
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h135 void NoteDeletion(SDNode *Old, SDNode *New) { argument
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DBasicBlock.cpp305 BasicBlock *New = BasicBlock::Create(getContext(), BBName, local
337 replaceSuccessorsPhiUsesWith(BasicBlock *New) argument
[all...]
H A DInstruction.cpp542 Instruction *New = clone_impl(); local
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DFoldingSet.cpp176 unsigned *New = Allocator.Allocate<unsigned>(Bits.size()); local
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsJITInfo.cpp29 void MipsJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { argument
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.cpp468 void PPCJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { argument
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
H A DSparcJITInfo.cpp214 void SparcJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { argument
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86JITInfo.cpp34 void X86JITInfo::replaceMachineCodeForFunction(void *Old, void *New) { argument
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h244 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { argument
256 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp253 Value *New = StripPointerCastsAndObjCCalls(Store->getValueOperand()); local

Completed in 310 milliseconds

1234